diff options
Diffstat (limited to 'i3blocks-news.sh')
-rwxr-xr-x | i3blocks-news.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i3blocks-news.sh b/i3blocks-news.sh index f5c4eb4..9e5e92f 100755 --- a/i3blocks-news.sh +++ b/i3blocks-news.sh @@ -2,4 +2,4 @@ icon= unread=$(newsboat -x print-unread | cut -d' ' -f1) -[ $unread -gt 0 ] && printf "$icon%s\n" $unread && notify-send "$unread unread articles" +[ $unread -gt 0 ] && printf "$icon%s\n" $unread && notify-send "$unread unread article(s)" |