diff options
| author | Michael Stapelberg | 2010-09-22 19:59:48 +0200 | 
|---|---|---|
| committer | Michael Stapelberg | 2010-09-22 19:59:48 +0200 | 
| commit | af5fd7b77ea00d6c1390e70310d51828016ab2b0 (patch) | |
| tree | 358bd9f22570ebc8db4a920cabd464d6fa1c1cfa /man | |
| parent | Bugfix: Correctly check for interface up/down-status (Thanks docsteel) (diff) | |
Implement displaying the wireless connection speed (Thanks Felicitus)
Based on a patch by Felicitus.
Diffstat (limited to '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 | 
