X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=baraction.sh;h=e2b780676f0c654d98a952171b36e0f38d4c1984;hb=2ad4e1c6a263a265bc18e79ac96296beedf36f78;hp=35b4a880aad6059a6bd2263f09777ee6ee36ae37;hpb=7288f47b93a35b571269b2c478ffd59a9c888612;p=spectrwm.git diff --git a/baraction.sh b/baraction.sh index 35b4a88..e2b7806 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" `/usr/sbin/apm -l` "%"; sleep 1; done