diff --git a/dot.c b/dot.c index 91b527e..85cc910 100644 --- a/dot.c +++ b/dot.c @@ -17,7 +17,7 @@ void print_load() { perror("getloadavg failed"); return; } - if(loadavg[0] > 0.2){ + if(loadavg[0] > 1.0){ int result = system("ps aux"); (void)result; }