Adapted new notify.sh
This commit is contained in:
parent
4a323b1c21
commit
250ac571c7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue