Change refresh to 30 seconds. - dwmstatus - A simple dwm status application in … | |
git clone git://git.suckless.org/dwmstatus | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit 110faa443ead7749b8f17222d198e60a2a1ce4fa | |
parent 19953a7de2c6fc8cf6c3e88f8cd51e7e8e54d190 | |
Author: Christoph Lohmann <[email protected]> | |
Date: Thu, 18 Aug 2022 13:51:28 +0200 | |
Change refresh to 30 seconds. | |
Diffstat: | |
M dwmstatus.c | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git 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); |