X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=baraction.sh;h=61be49f5eb33e136ef13b1b637eee7ceb56b2b40;hb=3c99b00a532db0b6276b46b91efe48033fbdbfbf;hp=a6a30b6cc439a7efbd618ee567d0a6df8ce7c1f6;hpb=a41ad572619bb22488eede325b0c51bedc061549;p=spectrwm.git diff --git a/baraction.sh b/baraction.sh index a6a30b6..61be49f 100644 --- a/baraction.sh +++ b/baraction.sh @@ -1,5 +1,5 @@ #!/bin/sh - +# $scrotwm$ print_cpu() { echo -n "CPU: ${7}% User ${8}% Nice ${9}% Sys ${10}% Int ${11}% Idle " } @@ -49,5 +49,5 @@ while :; do #print_cpu `/usr/sbin/iostat -C` print_apm `/usr/sbin/apm -alb` echo "" - sleep 1 + sleep 59 done