Fixed small error with battery
This commit is contained in:
parent
7d65d62d05
commit
e4f7af2c47
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ battery() {
|
||||||
|
|
||||||
icon=$icon_battery
|
icon=$icon_battery
|
||||||
if [ -n "$charging" ]; then
|
if [ -n "$charging" ]; then
|
||||||
echo -n "$icon_battery_charging "
|
icon=$icon_battery_charging
|
||||||
fi
|
fi
|
||||||
info="%{F$color_battery_good}$level%%{F-}"
|
info="%{F$color_battery_good}$level%%{F-}"
|
||||||
if [ "$level" -lt 20 ]; then
|
if [ "$level" -lt 20 ]; then
|
||||||
|
|
Loading…
Reference in a new issue