Fixed small error with battery

This commit is contained in:
madmaurice 2015-06-05 02:43:17 +02:00
parent 7d65d62d05
commit e4f7af2c47

View file

@ -66,7 +66,7 @@ battery() {
icon=$icon_battery
if [ -n "$charging" ]; then
echo -n "$icon_battery_charging "
icon=$icon_battery_charging
fi
info="%{F$color_battery_good}$level%%{F-}"
if [ "$level" -lt 20 ]; then