From 374ff6aeb8b5ff91959a7ca37d1a0f164d60b1a6 Mon Sep 17 00:00:00 2001 From: thek4n Date: Tue, 28 Apr 2026 23:18:50 +0300 Subject: [PATCH] fix notification 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 4c24320..de023a9 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 -t 0 -- 'Timer complete' "${*}"