X-Git-Url: https://code.delx.au/spectrwm/blobdiff_plain/1494ae5cc8b3e36006796ddea44cc23d1ce7fdc8..3356f1ccd4f323baa9accda99795d5377f9a24ba:/baraction.sh 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