summaryrefslogtreecommitdiff
path: root/i3blocks-news.sh
diff options
context:
space:
mode:
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"