summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2022-08-18 13:51:28 +0200
committerChristoph Lohmann <20h@r-36.net>2022-08-18 13:51:28 +0200
commit110faa443ead7749b8f17222d198e60a2a1ce4fa (patch)
treec59ed622bba3b20540fb6afce0da3198abd5d348
parent19953a7de2c6fc8cf6c3e88f8cd51e7e8e54d190 (diff)
Change refresh to 30 seconds.
-rw-r--r--dwmstatus.c2
1 files changed, 1 insertions, 1 deletions
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);