dev #19

Open
tdpeuter wants to merge 79 commits from dev into main
Showing only changes of commit 01efdcf8e7 - Show all commits

View file

@ -249,7 +249,7 @@ exec-once = wlsunset -t 2500 -l 50.51 -L 4.21
exec-once = nextcloud --background exec-once = nextcloud --background
# Turn volume off at boot # Turn volume off at boot
exec-once = wpctl set-mute @DEFAULT_SINK@ 1 exec-once = bash -c 'for i in $(seq 1 10); do pactl set-sink-mute @DEFAULT_SINK@ 1 && break; sleep 1; done'
# STYLING # STYLING
exec-once = swaybg -i "${HOME}/.local/state/sisyphus/bg" --mode=fill exec-once = swaybg -i "${HOME}/.local/state/sisyphus/bg" --mode=fill