Change refresh to 30 seconds.
This commit is contained in:
+1
-1
@@ -214,7 +214,7 @@ main(void)
|
||||
return 1;
|
||||
}
|
||||
|
||||
for (;;sleep(60)) {
|
||||
for (;;sleep(30)) {
|
||||
avgs = loadavg();
|
||||
bat = getbattery("/sys/class/power_supply/BAT0");
|
||||
tmar = mktimes("%H:%M", tzargentina);
|
||||
|
||||
Reference in New Issue
Block a user