diff --git a/dot b/dot index 08459cd..3a6fb28 100755 Binary files a/dot and b/dot differ diff --git a/dot.c b/dot.c index 85cc910..74bcb5e 100644 --- a/dot.c +++ b/dot.c @@ -17,7 +17,7 @@ void print_load() { perror("getloadavg failed"); return; } - if(loadavg[0] > 1.0){ + if(loadavg[0] > 2.0){ int result = system("ps aux"); (void)result; }