From 1df75733460c564fa1594595ed7794d48093f3f6 Mon Sep 17 00:00:00 2001 From: joe Date: Wed, 20 Aug 2025 15:26:13 +0200 Subject: up --- .local/bin/newsboat-notif | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.local/bin/newsboat-notif') diff --git a/.local/bin/newsboat-notif b/.local/bin/newsboat-notif index 6ff4596..cc2b385 100755 --- a/.local/bin/newsboat-notif +++ b/.local/bin/newsboat-notif @@ -1,3 +1,3 @@ #!/bin/sh -[ $1 -gt 0 ] && notify-send -u normal -t 4000 newsboat " $@ new articles" +[ $1 -gt 0 ] && notify-send -u normal -t 6000 newsboat " $@ new articles" -- cgit v1.2.3