JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Use full path
[spectrwm.git] / baraction.sh
1 #!/bin/sh
2 while :; do echo "battery" `/usr/sbin/apm -l` "%"; sleep 1; done