summaryrefslogtreecommitdiff
path: root/i3blocks-news.sh
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2020-05-19 16:55:44 -0400
committerAdam T. Carpenter <atc@53hor.net>2020-05-19 16:55:44 -0400
commit86bda792526ffbd675afd3e0841cce517187bde6 (patch)
treeb99117826b702daed7d1b32ac0eac2bc3cc78779 /i3blocks-news.sh
parent0ce7301d8799ba91a0d57ab208e2d80d20935a83 (diff)
downloadscripts-86bda792526ffbd675afd3e0841cce517187bde6.tar.xz
scripts-86bda792526ffbd675afd3e0841cce517187bde6.zip
added screencasting script, mail block, minor tweaks
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 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"