]> code.delx.au - spectrwm/blob - baraction.sh
update every 59 seconds instead of 1
[spectrwm] / baraction.sh
1 #!/bin/sh
2 while :; do echo "battery" `apm -l` "%"; sleep 59; done