summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>2014-12-01 18:30:30 +0200
committerMichael Stapelberg <michael@stapelberg.de>2014-12-03 08:14:21 +0100
commit7bdfb5b72e730f2131dccd75f211aaa6d2236954 (patch)
tree3d24ea20a3ca3919c41fc8d24f63e74bac0298ce /man
parentf817e3b4c085a13d876968af499973b4349ef4f6 (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.man8
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