Fix indentation
This commit is contained in:
parent
4f51ecca75
commit
6cd462ce55
1
fetch
1
fetch
|
@ -1411,7 +1411,6 @@ getbattery () {
|
||||||
battery="$(pmset -g batt | grep -o '[0-9]*%')"
|
battery="$(pmset -g batt | grep -o '[0-9]*%')"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|
||||||
"Windows")
|
"Windows")
|
||||||
battery="$(wmic Path Win32_Battery get EstimatedChargeRemaining /value)"
|
battery="$(wmic Path Win32_Battery get EstimatedChargeRemaining /value)"
|
||||||
battery=${battery/EstimatedChargeRemaining'='}
|
battery=${battery/EstimatedChargeRemaining'='}
|
||||||
|
|
Reference in New Issue