From af5fd7b77ea00d6c1390e70310d51828016ab2b0 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Wed, 22 Sep 2010 19:59:48 +0200 Subject: Implement displaying the wireless connection speed (Thanks Felicitus) Based on a patch by Felicitus. --- man/i3status.man | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'man') 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 -- cgit v1.2.3