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