dotfiles/scripts/startup.sh

29 lines
539 B
Bash
Executable file

#!/bin/sh
kwalletd5 &
systemctl --user stop jellyfin-mpv-shim.service &
systemctl --user stop nextcloud-client.service &
systemctl --user stop emacs.service &
killall .jellyfin-mpv-shim
/usr/lib/kdeconnectd &
nm-applet &
greenclip daemon &
rbw-agent &
emacs --daemon &
nextcloud --background &
batmon &
killall eww
if [ $(hostname) = "syl" ]; then
style="laptop"
eww open bar0 &
#echo "this is hidpi"
else
style="desktop"
eww open bar1 &
#echo "this is not hidpi"
fi
eww open notifications &
eww open sidebar &