1
0
Fork 0

Fix sleep-nag for real

This commit is contained in:
Malte Brandy 2021-07-09 01:49:18 +02:00
parent 8044fbc811
commit 8cb7a5b88e

View file

@ -22,6 +22,7 @@ let
action
| evening = notify_send "Shutdown alert!" ([i|Rechner fährt in #{59-minute} Minuten runter.|]::String)
| night = exe "/run/current-system/sw/bin/sudo" "systemctl" "shutdown"
| otherwise = pass
action
threadDelay 600000000
'';