diff options
Diffstat (limited to '')
-rwxr-xr-x | .local/bin/newsboat-notif | 2 |
1 files changed, 1 insertions, 1 deletions
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 " <b>$@</b> new articles" +[ $1 -gt 0 ] && notify-send -u normal -t 4000 newsboat " <b>$@</b> new articles" |