From 86bda792526ffbd675afd3e0841cce517187bde6 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Tue, 19 May 2020 16:55:44 -0400 Subject: added screencasting script, mail block, minor tweaks --- i3blocks-news.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i3blocks-news.sh') diff --git a/i3blocks-news.sh b/i3blocks-news.sh index c40b486..f5c4eb4 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 in newsboat" +[ $unread -gt 0 ] && printf "$icon%s\n" $unread && notify-send "$unread unread articles" -- cgit v1.2.3