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