X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=baraction.sh;h=d7bd57111660fa60389ac32682f25be82a7da41f;hb=238662f0274ef1a90c168bedd4eb24281f278eaa;hp=35b4a880aad6059a6bd2263f09777ee6ee36ae37;hpb=7288f47b93a35b571269b2c478ffd59a9c888612;p=spectrwm.git diff --git a/baraction.sh b/baraction.sh index 35b4a88..d7bd571 100644 --- a/baraction.sh +++ b/baraction.sh @@ -1,2 +1,2 @@ #!/bin/sh -while :; do echo "battery" `apm -l` "%"; sleep 1; done +while :; do echo "battery" `apm -l` "%"; sleep 59; done