sb-battery: remove percentage from output
This commit is contained in:
parent
4469bbc7fe
commit
51e6cd49af
|
@ -41,5 +41,5 @@ for battery in /sys/class/power_supply/BAT?*; do
|
|||
;;
|
||||
*) exit 1 ;;
|
||||
esac
|
||||
printf "%b" "<span $color>$icon</span> $capacity"
|
||||
printf "%b" "<span $color>$icon</span>"
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue