commit 110faa443ead7749b8f17222d198e60a2a1ce4fa
Author: Christoph Lohmann <[email protected]>
AuthorDate: Thu Aug 18 13:51:28 2022 +0200
Commit: Christoph Lohmann <[email protected]>
CommitDate: Thu Aug 18 13:51:28 2022 +0200
Change refresh to 30 seconds.
diff --git a/dwmstatus.c b/dwmstatus.c
index a4d8d55..0374e38 100644
--- a/dwmstatus.c
+++ b/dwmstatus.c
@@ -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);