]> code.delx.au - spectrwm/blob - baraction.sh
Use full path
[spectrwm] / baraction.sh
1 #!/bin/sh
2 while :; do echo "battery" `/usr/sbin/apm -l` "%"; sleep 1; done