summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2024-09-05 01:15:17 +0400
committerSuleyman Farajli <suleyman@farajli.net>2024-09-05 01:15:17 +0400
commitd51216dcd1332ab2f2f9bbebeb3d242c71d8fb79 (patch)
tree72c589e434bcafac12bc3956f2e1409231163d58
parent198d5d9ef0d1f21e12bc99d01ccf99d4d54de9ea (diff)
reload times of some modules changed
-rw-r--r--config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.h b/config.h
index aac9976..280ddac 100644
--- a/config.h
+++ b/config.h
@@ -67,11 +67,11 @@ static const struct arg args[] = {
/* function format argument interval signal */
{ run_command ,"vol: %s%% | " ,"svol -p" ,0 , 10 },
{ wifi_perc ,"wifi:%3s%% | " ,"wlan0" ,5 , -1 },
- { cpu_perc ,"cpu:%3s%% | " ,NULL ,1 , -1 },
- { ram_used ,"ram:%3s | " ,NULL ,1 , -1 },
+ { cpu_perc ,"cpu:%3s%% | " ,NULL ,2 , -1 },
+ { ram_used ,"ram:%3s | " ,NULL ,2 , -1 },
{ battery_perc ,"bat:%3s%% | " ,"BAT0" ,10 , -1 },
{ run_command ,"brg: %s%% | " ,"slight -p" ,0 , 10 },
- { datetime ,"%s" ,"%R" ,0 , -1 },
+ { datetime ,"%s" ,"%R" ,60 , -1 },
};
/* maximum output string length */