summaryrefslogtreecommitdiff
path: root/i3blocks-news.sh
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2020-11-30 18:28:08 -0500
committerAdam T. Carpenter <atc@53hor.net>2020-11-30 18:28:08 -0500
commitcfb2e53ee1bbe747a10ceb3e0eca25daa454382b (patch)
tree85c32fbe2dfe6bb0e94265a3beb821addfce1b98 /i3blocks-news.sh
parentb387934988d98ca7842bf44bd94d5067e3f9f843 (diff)
downloadscripts-cfb2e53ee1bbe747a10ceb3e0eca25daa454382b.tar.xz
scripts-cfb2e53ee1bbe747a10ceb3e0eca25daa454382b.zip
added i3blocks-weather, added radar
Diffstat (limited to 'i3blocks-news.sh')
-rwxr-xr-xi3blocks-news.sh2
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"