Adapted new notify.sh

This commit is contained in:
Tibo De Peuter 2022-06-02 11:44:58 +02:00
parent 4a323b1c21
commit 250ac571c7

View file

@ -10,6 +10,6 @@ if [[ -z ${pid} ]] ; then
else
# Currently stop wlsunset but restart in an hour.
kill ${pid}
notify-send 'Stopping sunset, restarting in an hour'
~/.scripts/notify.sh 'Stopping sunset' 'Restarting in an hour'
at now +1 hours -f ~/.scripts/wlsunset.sh
fi