fix notification timer

This commit is contained in:
thek4n 2026-04-28 23:26:32 +03:00
parent e1709c38a8
commit 3044a74a55

View File

@ -3,4 +3,6 @@
set -eu set -eu
sleep "${@}" sleep "${@}"
notify-send -t 0 -- 'Timer complete' "${*}" notify-send -t 0 -- 'Timer complete' "${*}"
beep -f 800 -l 250 -n -f 1000 -l 500