]> git.sur5r.net Git - i3/i3status/blobdiff - wmiistatus.1
Add support for differently named uevent data and hint for 9pnet_fd
[i3/i3status] / wmiistatus.1
index fe7e725e9ee244ddc1b4802225226f6b0855e9a5..f22d583702fd32d0ab24aea6d5e00bc8ed0cd48b 100644 (file)
@@ -55,6 +55,10 @@ Followed by a comma separated list of the modules (run, wlan, eth, battery, load
 .B color
 If specified, color mode is on. This affects WLAN which will be displayed red if WLAN is down and the run_watch system which will display the status in red/green.
 
+.TP
+.B get_ethspeed
+Get current speed of the ethernet interface using the same mechanism as ethtool. You need to start wmiistatus with root privileges to use this.
+
 .TP
 .B normcolors
 Specifies the colors for background/border in the same format (html colorcodes) as wmii's configuration, that is #222222 #333333 for example.
@@ -86,8 +90,10 @@ System-wide configuration file.
 .SH MOUNTING WMII'S PSEUDO FILESYSTEM
 As of now (October 2008, Linux 2.6.27) you can mount wmii's 9P pseudo filesystem using:
 .PP
-.Vb 1
+.Vb 3
 mount -t 9p -o rw,trans=unix,uname=michael,dfltuid=1000,dfltgid=50,name=michael,noauto,noextend /tmp/ns.michael.:0/wmii /mnt/wmii 
+# Perhaps you need to load module 9pnet_fd if that does not work
+modprobe 9pnet_fd
 .Ve
 
 .SH SEE ALSO