X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=i3status.1;h=facd04359e6a5e8cc985b226986dea64b402ed98;hb=56312001de9362ced18962149bd8143185214561;hp=747d9fa6e4ae21586683668b0233fd73754622b0;hpb=1ff4d5a8ce8b52a05f4a4eff8c440d316265ee65;p=i3%2Fi3status diff --git a/i3status.1 b/i3status.1 index 747d9fa..facd043 100644 --- a/i3status.1 +++ b/i3status.1 @@ -8,7 +8,7 @@ .fi .. -.TH i3status 1 "APRIL 2009" Linux "User Manuals" +.TH i3status 1 "MAY 2009" Linux "User Manuals" .SH NAME i3status \- Generates a status line for dzen2 or wmii @@ -25,7 +25,7 @@ its 9P pseudo filesystem. It is designed to be very efficient by issuing a very small number of systemcalls (as the bar should be updated every second or at your specified interval). This ensures that even under high load, your status bar is updated correctly and it saves a little bit of battery life by not spawning -new processes every second like shell scripts do. +new processes every second like shell scripts does. .SH CONFIGURATION .TP @@ -49,11 +49,19 @@ Format for the time/date to be displayed. See strftime(3) or date(1). Don't specify it if you don't want the time to be shown. .TP -.B battery_path -The path to your battery's uevent file in /sys, e.g. -/sys/class/power_supply/BAT0/uevent. You can specify this directive multiple -times to display data of more than one battery. Don't specify if you don't have -a battery. +.B battery +The number of the battery you want to display. This option can be specified +multiple times to display multiple batteries. Don't specify it if you don't +have a battery. To get the number of the specific battery, see +/sys/class/power_supply/BAT* + +If you want i3status to use the last full capacity instead of the design capacity +of the battery, specify the f-flag, like this: + +.Vb 10 +# Use the last full capacity +battery 0,f +.Ve .TP .B run_watch @@ -82,6 +90,11 @@ red/green. 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) @@ -107,12 +120,14 @@ System-wide configuration file. \ð eth0 \&wmii_path /mnt/wmii/rbar/ \&time_format %d.%m.%Y %H:%M:%S -\&battery_path /sys/class/power_supply/BAT0/uevent +\&battery 0 +\&battery 1,f \&run_watch DHCP /var/run/dhclient*.pid \&run_watch VPN /var/run/vpnc*.pid \&order run,wlan,eth,battery,load,time \&normcolors #000000 #333333 \&color +\&get_cpu_temperature .Ve .SH MOUNTING WMII'S PSEUDO FILESYSTEM @@ -134,8 +149,10 @@ this, please fix it and send me a patch. .BR date (1), .BR glob (3) -.SH AUTHOR +.SH AUTHORS Michael Stapelberg +Thorsten Toepper + .SH WEBSITE -See http://michael.stapelberg.de/i3status for the newest release. +See http://i3.zekjur.net/i3status for the newest release.