diff options
Diffstat (limited to '.local/bin/dwmbar/dwmb-battery')
-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 4cc14ec..c8a748b 100755 --- a/.local/bin/dwmbar/dwmb-battery +++ b/.local/bin/dwmbar/dwmb-battery @@ -19,7 +19,7 @@ ico="" # Change the underscore color according to the charging state case "$batstatus" in - *Charging*) ico=" ";; + *Charging*) ico=" ";; *Discharging*) ico=" " ;; *) ico=" " ;; esac |