Fixed doubled battery usage Windows
This commit is contained in:
parent
517ae06c00
commit
941c556012
1 changed files with 2 additions and 2 deletions
4
fetch
4
fetch
|
@ -1242,8 +1242,8 @@ getbattery () {
|
|||
battery="$(wmic Path Win32_Battery get EstimatedChargeRemaining /value)"
|
||||
battery=${battery/EstimatedChargeRemaining'='}
|
||||
battery=${battery//[[:space:]]/ }
|
||||
battery=${battery// }
|
||||
battery+="${battery}%"
|
||||
battery=${battery// }
|
||||
battery+="%"
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue