upower -i "$(upower -e | grep 'battery_BAT' | head -n 1)" | \
grep 'percentage:' | \
tr -s ' ' | \
sed 's/[[:space:]]*percentage/残量/1'