From dbc0f9bd8c3561eb7b9c2d7c13518cb825695d23 Mon Sep 17 00:00:00 2001 From: Gjum Date: Wed, 27 Jul 2016 19:57:50 +0200 Subject: change default cpu_usage thresholds to 90 and 95 --- man/i3status.man | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'man') diff --git a/man/i3status.man b/man/i3status.man index f5baa2f..a557ae3 100644 --- a/man/i3status.man +++ b/man/i3status.man @@ -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 -- cgit v1.2.3