X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=baraction.sh;h=e2b780676f0c654d98a952171b36e0f38d4c1984;hb=2ad4e1c6a263a265bc18e79ac96296beedf36f78;hp=d7bd57111660fa60389ac32682f25be82a7da41f;hpb=5f373c8f32f2b1d32f61c4029f4f5c19c60fe7d4;p=spectrwm.git diff --git a/baraction.sh b/baraction.sh index d7bd571..e2b7806 100644 --- a/baraction.sh +++ b/baraction.sh @@ -1,2 +1,2 @@ #!/bin/sh -while :; do echo "battery" `apm -l` "%"; sleep 59; done +while :; do echo "battery" `/usr/sbin/apm -l` "%"; sleep 1; done