add violet session
This commit is contained in:
parent
2566cab53d
commit
b611df1b1f
4 changed files with 10 additions and 3 deletions
1
Makefile
1
Makefile
|
@ -5,6 +5,7 @@ install-root:
|
||||||
@echo ":: Installing..."
|
@echo ":: Installing..."
|
||||||
cp -f target/release/violet /usr/local/bin/violet
|
cp -f target/release/violet /usr/local/bin/violet
|
||||||
cp -f scripts/init.sh /usr/local/bin/violet-init
|
cp -f scripts/init.sh /usr/local/bin/violet-init
|
||||||
|
cp -n files/violet.desktop /usr/share/xsessions/
|
||||||
install:
|
install:
|
||||||
@echo ":: Installing..."
|
@echo ":: Installing..."
|
||||||
cp -f target/release/violet ~/.local/bin/violet
|
cp -f target/release/violet ~/.local/bin/violet
|
||||||
|
|
7
files/violet.desktop
Normal file
7
files/violet.desktop
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Name=Violet
|
||||||
|
Comment=None
|
||||||
|
Exec=/usr/local/bin/violet-init
|
||||||
|
TryExec=/usr/local/bin/violet-init
|
||||||
|
Icon=openbox
|
||||||
|
Type=Application
|
|
@ -1,5 +1,4 @@
|
||||||
#!/usr/bin/env zsh
|
#!/usr/bin/env zsh
|
||||||
picom &
|
picom &
|
||||||
polybar -c ~/.config/polybar/polybar main &
|
|
||||||
nitrogen --restore &
|
nitrogen --restore &
|
||||||
violet || violet
|
violet || violet
|
||||||
|
|
Loading…
Reference in a new issue