summaryrefslogtreecommitdiff
path: root/.local/bin/dwmbar/dwmb-news
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2020-10-08 01:53:07 -0400
committerBenjamin Chausse <benjamin@chausse.xyz>2020-10-08 01:53:07 -0400
commite860d9a8f7ca586fa88ba2f0b1325377ebb14615 (patch)
tree22775fb8343e95ae56b26a8207b6a31c857ee419 /.local/bin/dwmbar/dwmb-news
parentc295d8331ff5193cb97b1e3f6b15836654b010cc (diff)
dwmblocks scripts
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) "