diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-09-05 01:15:17 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2024-09-05 01:15:17 +0400 |
commit | d51216dcd1332ab2f2f9bbebeb3d242c71d8fb79 (patch) | |
tree | 72c589e434bcafac12bc3956f2e1409231163d58 | |
parent | 198d5d9ef0d1f21e12bc99d01ccf99d4d54de9ea (diff) |
reload times of some modules changed
-rw-r--r-- | config.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 */ |