diff options
author | Adam T. Carpenter <atc@53hor.net> | 2020-11-30 18:28:08 -0500 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2020-11-30 18:28:08 -0500 |
commit | cfb2e53ee1bbe747a10ceb3e0eca25daa454382b (patch) | |
tree | 85c32fbe2dfe6bb0e94265a3beb821addfce1b98 /i3blocks-news.sh | |
parent | b387934988d98ca7842bf44bd94d5067e3f9f843 (diff) | |
download | scripts-cfb2e53ee1bbe747a10ceb3e0eca25daa454382b.tar.xz scripts-cfb2e53ee1bbe747a10ceb3e0eca25daa454382b.zip |
added i3blocks-weather, added radar
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 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" |