diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-04-27 09:42:41 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2024-04-27 09:42:41 -0400 |
commit | d4b26da65c20df3559daa6379c27fef3dcbc400f (patch) | |
tree | 4555c80ed1ab6a187312e33be0487e1732e8fd88 /.local/bin/dwmbar/dwmb-eselect | |
parent | 3c823c638e3de31332b8966a2f1712c6bbb8d2b5 (diff) | |
parent | 26ec2e5dc6e8c2369ecb34b642db546327a8b7dd (diff) |
Merge branch 'master' of github.com:ChausseBenjamin/dotfiles
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)" |