Fix battery usage on Windows
This commit is contained in:
2
fetch
2
fetch
@@ -1247,7 +1247,7 @@ getbattery () {
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
"Windows")
|
"Windows")
|
||||||
battery="$(wmic path Win32_Battery Get EstimatedChargeRemaining /value)"
|
battery="$(wmic Path Win32_Battery)"
|
||||||
battery=${battery/EstimatedChargeRemaining'='}
|
battery=${battery/EstimatedChargeRemaining'='}
|
||||||
battery=${battery//[[:space:]]/ }
|
battery=${battery//[[:space:]]/ }
|
||||||
battery=${battery// }
|
battery=${battery// }
|
||||||
|
|||||||
Reference in New Issue
Block a user