edits on greetd

This commit is contained in:
Chris Cochrun 2022-12-16 16:19:29 -06:00
parent b2a940dbe9
commit 24f375dd4a
6 changed files with 66 additions and 16 deletions

View file

@ -1,5 +1,18 @@
#!/bin/sh
rbw-agent &
systemctl --user stop jellyfin-mpv-shim.service &
systemctl --user stop nextcloud-client.service &
systemctl --user stop emacs.service &
/usr/lib/kdeconnectd &
nm-applet &
greenclip daemon &
emacs --daemon &
nextcloud --background &
jellyfin-mpv-shim &
killall eww
if [ $(hostname) = "syl" ]; then
style="laptop"
eww open bar0 &
@ -11,11 +24,3 @@ else
fi
eww open notifications &
eww open sidebar &
rbw-agent &
systemctl --user restart jellyfin-mpv-shim.service &
systemctl --user restart nextcloud-client.service &
systemctl --user restart emacs.service &
/usr/lib/kdeconnectd &
nm-applet &
greenclip daemon &