X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=baraction.sh;h=4a44a7aa397e9f28ea2f22c6933b89b477290eaa;hb=b9b62a7f36155c48b9b11b7789cdefec4a1c21da;hp=240b1fcb16499eab7bde685270155aa09bf4295e;hpb=6ddc03b50d51439672e8db2a30ba1c3f404ac443;p=spectrwm.git diff --git a/baraction.sh b/baraction.sh index 240b1fc..4a44a7a 100644 --- a/baraction.sh +++ b/baraction.sh @@ -76,7 +76,7 @@ while :; do APM_DATA="" I=0 while read -p; do - if [ $(( ${I} % 59 )) -eq 0 ]; then + if [ $(( ${I} % 1 )) -eq 0 ]; then APM_DATA=`/usr/sbin/apm -alb` fi if [ $I -gt 2 ]; then