diff options
author | Christoph Lohmann <20h@r-36.net> | 2022-08-18 13:51:28 +0200 |
---|---|---|
committer | Christoph Lohmann <20h@r-36.net> | 2022-08-18 13:51:28 +0200 |
commit | 110faa443ead7749b8f17222d198e60a2a1ce4fa (patch) | |
tree | c59ed622bba3b20540fb6afce0da3198abd5d348 /dwmstatus.c | |
parent | 19953a7de2c6fc8cf6c3e88f8cd51e7e8e54d190 (diff) |
Change refresh to 30 seconds.
Diffstat (limited to 'dwmstatus.c')
-rw-r--r-- | dwmstatus.c | 2 |
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); |