diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2020-10-15 21:35:12 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2020-10-15 21:35:12 -0400 |
commit | 2b831ada487642a5d925d99322151791ca21e861 (patch) | |
tree | 345b844f1e39346a1a5fa57491f84fd77774e3ec /.local/bin/dwmbar/dwmb-battery | |
parent | 66f1e378a54dd3d166f6e810dd8ae9c7f0027207 (diff) |
no more dwmbar script (dwmblock mvp)
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 |