diff options
author | Michael Stapelberg <michael@stapelberg.de> | 2011-05-06 13:17:26 +0200 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2011-05-06 13:17:26 +0200 |
commit | 0b299f740d5161d1ff3a9b1d6987425062f18901 (patch) | |
tree | dfedf580495efe8e85099598cdb4578bc18fc311 /man/i3status.man | |
parent | 8b18e8e33cbefc19f7f011a7ac83820621395b2f (diff) |
Fix trailing whitespaces, document cpu_usage in manpage
Diffstat (limited to 'man/i3status.man')
-rw-r--r-- | man/i3status.man | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/man/i3status.man b/man/i3status.man index 7813229..786271e 100644 --- a/man/i3status.man +++ b/man/i3status.man @@ -200,6 +200,14 @@ Gets the temperature of the given thermal zone. *Example format*: +T: %degrees °C+ +=== CPU Usage + +Gets the percentual CPU usage from +/proc/stat+. + +*Example order*: +cpu_usage+ + +*Example format*: +%usage+ + === Load Gets the system load (number of processes waiting for CPU time in the last |