]> git.sur5r.net Git - i3/i3status/commitdiff
change default cpu_usage thresholds to 90 and 95 139/head
authorGjum <code.gjum@gmail.com>
Wed, 27 Jul 2016 17:57:50 +0000 (19:57 +0200)
committerGjum <code.gjum@gmail.com>
Wed, 27 Jul 2016 18:03:55 +0000 (20:03 +0200)
i3status.c
man/i3status.man

index 54d850f35902aa5a351dda651569a028f1878cf1..e213da485cccbeae3a9b5aee0543e11a5ed89129 100644 (file)
@@ -413,8 +413,8 @@ int main(int argc, char *argv[]) {
 
     cfg_opt_t usage_opts[] = {
         CFG_STR("format", "%usage", CFGF_NONE),
-        CFG_FLOAT("max_threshold", 200, CFGF_NONE),
-        CFG_FLOAT("degraded_threshold", 200, CFGF_NONE),
+        CFG_FLOAT("max_threshold", 95, CFGF_NONE),
+        CFG_FLOAT("degraded_threshold", 90, CFGF_NONE),
         CFG_CUSTOM_ALIGN_OPT,
         CFG_CUSTOM_COLOR_OPTS,
         CFG_CUSTOM_MIN_WIDTH_OPT,
index f5baa2feb4cf0c19795be91983740c2805acda4d..a557ae36f04cbcea6e76394252feffec00233272 100644 (file)
@@ -386,19 +386,19 @@ Gets the percentual CPU usage from +/proc/stat+ (Linux) or +sysctl(3)+
 
 It is possible to define a max_threshold that will color the load
 value red in case the CPU average over the last interval is getting
-higher than the configured threshold. Defaults to 200 (i.e. off).
+higher than the configured threshold. Defaults to 95.
 
 It is possible to define a degraded_threshold that will color the load
 value yellow in case the CPU average over the last interval is getting
-higher than the configured threshold.  Defaults to 150 (i.e. off).
+higher than the configured threshold.  Defaults to 90.
 
 *Example order*: +cpu_usage+
 
 *Example format*: +%usage+
 
-*Example max_threshold*: +"200,0"+
+*Example max_threshold*: +75+
 
-*Example degraded_threshold*: +"150,0"+
+*Example degraded_threshold*: +25+
 
 === Load