Commit 28d33f75 authored by Tudor's avatar Tudor

It should work now

parent cfa2df54
......@@ -1412,7 +1412,7 @@ getbattery () {
battery0now=$(sysctl -n hw.sensors.acpibat0.watthour3)
battery0now="${battery0now/ Wh*}"
battery="$(( 100 * $battery0now / $battery0full ))%"
battery="$(echo "100 * $battery0now / $battery0full" | bc)%"
;;
"Mac OS X")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment