From e1709c38a8e6acc8178469ed3d99724637ff529d 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/bb | 2 +- home/user/.local/bin/timer | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/home/user/.local/bin/bb b/home/user/.local/bin/bb index 75923de..cbfb038 100755 --- a/home/user/.local/bin/bb +++ b/home/user/.local/bin/bb @@ -1,6 +1,6 @@ #!/bin/sh -set -eu +set -eum if test -t 1; then exec 1>/dev/null 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' "${*}"