diff options
author | Michael Stapelberg <michael@stapelberg.de> | 2009-05-22 21:24:28 +0200 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2009-05-22 21:24:28 +0200 |
commit | 15977d8a176bcc24911ba3f3c1c04b7f19cacf4e (patch) | |
tree | 4ab06d5ca241cf66a34df19c799d19c984827daf /i3status.1 | |
parent | ec0f8ddfda6656c7fc126375fa2e38848c38aa10 (diff) |
Merge getting thermal zone temperature from atsutane, thanks!
Diffstat (limited to 'i3status.1')
-rw-r--r-- | i3status.1 | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -91,6 +91,11 @@ Get current speed of the ethernet interface using the same mechanism as ethtool. You need to start i3status with root privileges to use this. .TP +.B get_cpu_temperature +Gets the temperature of the first thermal zone or the specified thermal zone +(if any). Use it to display your CPU temperature. + +.TP .B normcolors Specifies the colors for background/border in the same format (html colorcodes) as wmii's configuration (just the last two values), that is #222222 #333333 for @@ -122,6 +127,7 @@ System-wide configuration file. \&order run,wlan,eth,battery,load,time \&normcolors #000000 #333333 \&color +\&get_cpu_temperature .Ve .SH MOUNTING WMII'S PSEUDO FILESYSTEM @@ -143,8 +149,10 @@ this, please fix it and send me a patch. .BR date (1), .BR glob (3) -.SH AUTHOR +.SH AUTHORS Michael Stapelberg <michael+i3status at stapelberg dot de> +Thorsten Toepper <atsutane at freethoughts dot de> + .SH WEBSITE See http://i3.zekjur.net/i3status for the newest release. |