From cfb2e53ee1bbe747a10ceb3e0eca25daa454382b Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Mon, 30 Nov 2020 18:28:08 -0500 Subject: added i3blocks-weather, added radar --- 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 290fb04..5d64a47 100755 --- a/i3blocks-news.sh +++ b/i3blocks-news.sh @@ -2,5 +2,5 @@ icon=󰎕 unread=$(newsboat -x print-unread | cut -d' ' -f1) -[ $unread -gt 0 ] && printf "%s%s" $icon $unread && notify-send "$unread unread article(s)" +[ $unread -gt 0 ] && printf "%s%s" $icon $unread printf "\n" -- cgit v1.2.3