Fix incorrect state output
This commit is contained in:
parent
04b35027c7
commit
602be3a6c0
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -1630,7 +1630,7 @@ getbattery () {
|
|||
esac
|
||||
|
||||
case "$battery_state" in
|
||||
*"charging"*) battery+=" Charging" ;;
|
||||
"charging"*) battery+=" Charging" ;;
|
||||
esac
|
||||
|
||||
case "$battery_display" in
|
||||
|
|
Loading…
Reference in a new issue