diff options
author | Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi> | 2014-12-01 18:30:30 +0200 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2014-12-03 08:14:21 +0100 |
commit | 7bdfb5b72e730f2131dccd75f211aaa6d2236954 (patch) | |
tree | 3d24ea20a3ca3919c41fc8d24f63e74bac0298ce /man | |
parent | f817e3b4c085a13d876968af499973b4349ef4f6 (diff) |
i3status: Support %frequency for wireless interfaces
In many public WiFis, the 2.4 GHz wireless band is slow due to
congestion, while there is still plenty of bandwidth available on the
5 GHz area. So when debugging wireless issues it's convenient to have
i3status display the frequency of the access point that the interface is
connected to.
This patch adds support for the %frequency tag for wireless interfaces,
so for example:
format_up = "WLAN: %essid - %quality / %frequency"
would result in:
"WLAN: eduroam - 074% / 2.4 GHz"
Diffstat (limited to 'man')
-rw-r--r-- | man/i3status.man | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/i3status.man b/man/i3status.man index 504cf16..06dc4a6 100644 --- a/man/i3status.man +++ b/man/i3status.man @@ -270,13 +270,13 @@ something is active, like for example a VPN tunnel managed by NetworkManager. === Wireless -Gets the link quality and ESSID of the given wireless network interface. You -can specify different format strings for the network being connected or not -connected. +Gets the link quality, frequency and ESSID of the given wireless network +interface. You can specify different format strings for the network being +connected or not connected. *Example order*: +wireless wlan0+ -*Example format*: +W: (%quality at %essid, %bitrate) %ip+ +*Example format*: +W: (%quality at %essid, %bitrate / %frequency) %ip+ === Ethernet |