Good morning

This commit is contained in:
Daniel Flanagan 2023-06-21 09:57:27 -05:00
parent 7a9b5de361
commit 483fd4daf5
Signed by: lytedev
GPG key ID: 5B2020A0F9921EF4

View file

@ -5,7 +5,7 @@ exec swayidle -w \
timeout 600 'notify-send "Idling in 30 seconds..."' \ timeout 600 'notify-send "Idling in 30 seconds..."' \
timeout 630 'swaylock -f' \ timeout 630 'swaylock -f' \
timeout 660 'swaymsg "output * dpms off"' \ timeout 660 'swaymsg "output * dpms off"' \
resume 'swaymsg "output * dpms on" & maybe-good-morning' \ resume 'swaymsg "output * dpms on" & maybe-good-morning &' \
before-sleep 'swaylock -f' before-sleep 'swaylock -f'
gaps inner 10 gaps inner 10