spectrwm/baraction.sh
2009-01-22 18:16:35 +00:00

2 lines
66 B
Bash

#!/bin/sh
while :; do echo "battery" `apm -l` "%"; sleep 59; done