summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJasper Lievisse Adriaanse <jasper@openbsd.org>2012-10-10 09:57:32 +0200
committerMichael Stapelberg <michael@stapelberg.de>2012-10-16 10:51:15 +0200
commitae4873bac793245e7dea4719c8e0d1c7bc990d5f (patch)
tree5d17159a3ccf4e850cc861e15c07ab9cedcb6eae /man
parent1c2517a3998385dbfca0559aca3ba7e72b5c216c (diff)
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.
Diffstat (limited to 'man')
-rw-r--r--man/i3status.man6
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).