From: Marco Peereboom Date: Thu, 22 Jan 2009 18:16:35 +0000 (+0000) Subject: update every 59 seconds instead of 1 X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;h=5f373c8f32f2b1d32f61c4029f4f5c19c60fe7d4;p=spectrwm.git update every 59 seconds instead of 1 --- 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