dotfiles/scripts/startup.sh

22 lines
445 B
Bash
Executable file

#!/bin/sh
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 &
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 &