diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-01-26 14:22:20 -0500 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2024-01-26 14:22:20 -0500 |
commit | 6b52bfe06ea00436878152dbd9e2d3beb4bb05b5 (patch) | |
tree | 2c0e77330346699b5f8a4b74831f090c5dd57b7b /.local/bin/dwmbar | |
parent | 231013623dff3e6eb68ab9e3883e5e2262bdab60 (diff) | |
parent | 97e38947c9d1bad67e6764c2a88819559e655f6e (diff) |
Merge branch 'master' of github.com:ChausseBenjamin/dotfiles
Diffstat (limited to '.local/bin/dwmbar')
-rwxr-xr-x | .local/bin/dwmbar/dwmb-eselect | 2 |
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 |