From 0e38448c695b7e8e14d7a916469c38efe9f86fa1 Mon Sep 17 00:00:00 2001 From: joe Date: Wed, 20 Aug 2025 11:55:46 +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 d158563..6ff4596 100755 --- a/.local/bin/newsboat-notif +++ b/.local/bin/newsboat-notif @@ -1,3 +1,3 @@ #!/bin/sh -[ $1 -gt 0 ] && notify-send -u low -t 4000 newsboat " $@ new articles" +[ $1 -gt 0 ] && notify-send -u normal -t 4000 newsboat " $@ new articles" -- cgit v1.2.3