diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-04-21 23:35:51 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2024-04-21 23:35:51 -0400 |
commit | 26ec2e5dc6e8c2369ecb34b642db546327a8b7dd (patch) | |
tree | 3e843edf174da741ff8798709fd634eb51ccfdd8 /.local/bin/dwmbar/dwmb-eselect | |
parent | 7953328b33b92206d494afbf8207ff033788176a (diff) |
Fix blocks spacing for dwmblocks scripts
Diffstat (limited to '.local/bin/dwmbar/dwmb-eselect')
-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 2d83c8b..24372b4 100755 --- a/.local/bin/dwmbar/dwmb-eselect +++ b/.local/bin/dwmbar/dwmb-eselect @@ -1,6 +1,6 @@ #!/bin/sh -icon="" +icon=" " total="$(eselect news count all)" unread="$(eselect news count new)" |