diff options
-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 */ |