JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
New man
[spectrwm.git] / baraction.sh
index a6a30b6..61be49f 100644 (file)
@@ -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