diff options
Diffstat (limited to 'man/i3status.man')
-rw-r--r-- | man/i3status.man | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/man/i3status.man b/man/i3status.man index 9a19ec9..0d98f8f 100644 --- a/man/i3status.man +++ b/man/i3status.man @@ -224,12 +224,16 @@ colored red. The low_threshold type can be of threshold_type "time" or === CPU-Temperature -Gets the temperature of the given thermal zone. +Gets the temperature of the given thermal zone. It is possible to +define a max_threshold that will color the temperature red in case the +specified thermal zone is getting too hot. Defaults to 75 degrees C. *Example order*: +cpu_temperature 0+ *Example format*: +T: %degrees °C+ +*Example max_threshold*: +42+ + === CPU Usage Gets the percentual CPU usage from +/proc/stat+ (Linux) or +sysctl(3)+ (FreeBSD/OpenBSD). |