From 73f1bda2bf9309c6f95b69fbae71474e5e67a8a2 Mon Sep 17 00:00:00 2001 From: thek4n Date: Sun, 9 Nov 2025 18:05:17 +0300 Subject: [PATCH] fix timer --- home/user/.local/bin/timer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/user/.local/bin/timer b/home/user/.local/bin/timer index 9c5979e..4c24320 100755 --- a/home/user/.local/bin/timer +++ b/home/user/.local/bin/timer @@ -3,4 +3,4 @@ set -eu sleep "${@}" -notify-send -- 'Timer complete' "${@}" +notify-send -- 'Timer complete' "${*}"