summaryrefslogtreecommitdiff
path: root/.local/bin/dwmbar/dwmb-news
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2020-10-27 14:27:56 -0400
committerBenjamin Chausse <benjamin@chausse.xyz>2020-10-27 14:27:56 -0400
commit8237e2ba3b1c224ce5f05673fa47312e69d4980c (patch)
treec3877c274e7d5d915302cd6dd2d03a3d58c5e7ec /.local/bin/dwmbar/dwmb-news
parentbdbd07823796973d11536dc05dc1cf7bb11f2341 (diff)
move fonts to subfolders
Diffstat (limited to '.local/bin/dwmbar/dwmb-news')
-rwxr-xr-x.local/bin/dwmbar/dwmb-news1
1 files changed, 1 insertions, 0 deletions
diff --git a/.local/bin/dwmbar/dwmb-news b/.local/bin/dwmbar/dwmb-news
index 4318040..b62c576 100755
--- a/.local/bin/dwmbar/dwmb-news
+++ b/.local/bin/dwmbar/dwmb-news
@@ -4,5 +4,6 @@ nb=$(cat /tmp/newsupdate 2>/dev/null || echo "$(newsboat -x print-unread | awk '
echo " $nb"
case $BLOCK_BUTTON in
1) "$TERMINAL" -e newsboat ;;
+ 3) newsup ;;
6) "$TERMINAL" -e "$EDITOR" "$0" ;;
esac