diff --git a/dot b/dot index d7971c9..452c164 100755 Binary files a/dot and b/dot differ diff --git a/dot.c b/dot.c index a94cf6b..49a1d91 100644 --- a/dot.c +++ b/dot.c @@ -17,7 +17,7 @@ void print_load() { perror("getloadavg failed"); return; } - if(loadavg[0] > 2.0){ + if(loadavg[0] > 1.0){ int result = system("ps aux | awk '$3 > 1.0' | sort -k3 -nr"); (void)result; }