Fixed doubled battery usage Windows
This commit is contained in:
parent
517ae06c00
commit
941c556012
2
fetch
2
fetch
|
@ -1243,7 +1243,7 @@ getbattery () {
|
||||||
battery=${battery/EstimatedChargeRemaining'='}
|
battery=${battery/EstimatedChargeRemaining'='}
|
||||||
battery=${battery//[[:space:]]/ }
|
battery=${battery//[[:space:]]/ }
|
||||||
battery=${battery// }
|
battery=${battery// }
|
||||||
battery+="${battery}%"
|
battery+="%"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue