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