Fix incorrect state output

This commit is contained in:
Dylan 2016-03-26 01:24:08 +11:00
parent 04b35027c7
commit 602be3a6c0
1 changed files with 1 additions and 1 deletions

View File

@ -1630,7 +1630,7 @@ getbattery () {
esac
case "$battery_state" in
*"charging"*) battery+=" Charging" ;;
"charging"*) battery+=" Charging" ;;
esac
case "$battery_display" in