summaryrefslogtreecommitdiff
path: root/i3blocks-news.sh
diff options
context:
space:
mode:
Diffstat (limited to 'i3blocks-news.sh')
-rwxr-xr-xi3blocks-news.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/i3blocks-news.sh b/i3blocks-news.sh
deleted file mode 100755
index 5d64a47..0000000
--- a/i3blocks-news.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-icon=󰎕
-
-unread=$(newsboat -x print-unread | cut -d' ' -f1)
-[ $unread -gt 0 ] && printf "%s%s" $icon $unread
-printf "\n"