summaryrefslogtreecommitdiff
path: root/.local
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2024-01-25 01:57:01 -0500
committerBenjamin Chausse <benjamin@chausse.xyz>2024-01-25 01:57:01 -0500
commit97e38947c9d1bad67e6764c2a88819559e655f6e (patch)
tree461f3c5c00bb1ad44498796bbc1d1e89f05f417a /.local
parent79d6b6e09fc03d1b4699353a4a41856a977709ca (diff)
Fix dwmb-eselect spacing
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