diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-01-24 23:26:41 -0500 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2024-01-24 23:26:41 -0500 |
commit | 2a4848c8fdf131e92a4d66eff4f9d0f4f4081eaf (patch) | |
tree | f3ae5cdac5ddbd94fdbbd724713284c24ba4d8a5 /.local/bin/dwmbar | |
parent | 625ae5f35a3e39af819cd6d3ba748e95a3d60483 (diff) |
Update dwmb-battery icon spacing
Diffstat (limited to '.local/bin/dwmbar')
-rwxr-xr-x | .local/bin/dwmbar/dwmb-battery | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/dwmbar/dwmb-battery b/.local/bin/dwmbar/dwmb-battery index d5a293d..38673ef 100755 --- a/.local/bin/dwmbar/dwmb-battery +++ b/.local/bin/dwmbar/dwmb-battery @@ -30,7 +30,7 @@ capacity=$(cat "$bat"/capacity) [ -n "$2" ] && capacity=$2 case "$status" in -Charging) icon=" " ;; +Charging) icon="" ;; *) icon="" ;; esac |