Change refresh to 30 seconds.

This commit is contained in:
Christoph Lohmann
2022-08-18 13:51:28 +02:00
parent 19953a7de2
commit 110faa443e
+1 -1
View File
@@ -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);