fix tiner script

This commit is contained in:
thek4n 2025-11-08 21:59:20 +03:00
parent 1471013bd7
commit 41627767b9

View File

@ -2,5 +2,5 @@
set -eu
sleep "${1}"
notify-send -- 'Timer complete' "${1}"
sleep "${@}"
notify-send -- 'Timer complete' "${@}"