summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 */