summaryrefslogtreecommitdiff
path: root/.local
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2024-01-26 14:22:20 -0500
committerBenjamin Chausse <benjamin@chausse.xyz>2024-01-26 14:22:20 -0500
commit6b52bfe06ea00436878152dbd9e2d3beb4bb05b5 (patch)
tree2c0e77330346699b5f8a4b74831f090c5dd57b7b /.local
parent231013623dff3e6eb68ab9e3883e5e2262bdab60 (diff)
parent97e38947c9d1bad67e6764c2a88819559e655f6e (diff)
Merge branch 'master' of github.com:ChausseBenjamin/dotfiles
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/dwmbar/dwmb-eselect2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/dwmbar/dwmb-eselect b/.local/bin/dwmbar/dwmb-eselect
index b2e8600..2d83c8b 100755
--- a/.local/bin/dwmbar/dwmb-eselect
+++ b/.local/bin/dwmbar/dwmb-eselect
@@ -7,5 +7,5 @@ unread="$(eselect news count new)"
case "$total" in
0) echo "" ;;
-*) echo "$icon $unread/$total" ;;
+*) echo "$icon $unread/$total " ;;
esac