From ae4873bac793245e7dea4719c8e0d1c7bc990d5f Mon Sep 17 00:00:00 2001 From: Jasper Lievisse Adriaanse Date: Wed, 10 Oct 2012 09:57:32 +0200 Subject: i3status - More temperature related fixes for OpenBSD, and a general feature - Temperature sensors can now set a 'max_threshold' value to color the output red if exceeded. - Allow for arbitrary temperature sensors nodes to be selected with 'path' on OpenBSD. --- man/i3status.man | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'man/i3status.man') 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). -- cgit v1.2.3