diff options
author | Michael Stapelberg <michael@stapelberg.de> | 2010-09-22 19:59:48 +0200 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2010-09-22 19:59:48 +0200 |
commit | af5fd7b77ea00d6c1390e70310d51828016ab2b0 (patch) | |
tree | 358bd9f22570ebc8db4a920cabd464d6fa1c1cfa /man/i3status.man | |
parent | fac05bf4e8368ddf8fa43f97d199c7a486441d1d (diff) |
Implement displaying the wireless connection speed (Thanks Felicitus)
Based on a patch by Felicitus.
Diffstat (limited to 'man/i3status.man')
-rw-r--r-- | man/i3status.man | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/i3status.man b/man/i3status.man index 0274cca..a93f90d 100644 --- a/man/i3status.man +++ b/man/i3status.man @@ -57,7 +57,7 @@ order += "load" order += "time" wireless wlan0 { - format_up = "W: (%quality at %essid) %ip" + format_up = "W: (%quality at %essid, %bitrate) %ip" format_down = "W: down" } @@ -160,7 +160,7 @@ connected. *Example order*: +wireless wlan0+ -*Example format*: +W: (%quality at %essid) %ip+ +*Example format*: +W: (%quality at %essid, %bitrate) %ip+ === Ethernet |