Change refresh to 30 seconds. - dwmstatus - A simple dwm status application in C.
 (HTM) git clone git://git.suckless.org/dwmstatus
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 110faa443ead7749b8f17222d198e60a2a1ce4fa
 (DIR) parent 19953a7de2c6fc8cf6c3e88f8cd51e7e8e54d190
 (HTM) Author: Christoph Lohmann <20h@r-36.net>
       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(-)
       ---
 (DIR) 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);