summaryrefslogtreecommitdiff
path: root/.local/bin/dwmbar/dwmb-news
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/dwmbar/dwmb-news')
-rwxr-xr-x.local/bin/dwmbar/dwmb-news3
1 files changed, 3 insertions, 0 deletions
diff --git a/.local/bin/dwmbar/dwmb-news b/.local/bin/dwmbar/dwmb-news
new file mode 100755
index 0000000..45ec966
--- /dev/null
+++ b/.local/bin/dwmbar/dwmb-news
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+ cat /tmp/newsupdate 2>/dev/null || echo "$(newsboat -x print-unread | awk '{ if($1>0) print "  " $1}')$(cat "${XDG_CONFIG_HOME:-$HOME/.config}"/newsboat/.update 2>/dev/null) "