diff options
author | Ingo Bürk <admin@airblader.de> | 2018-06-29 23:10:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-29 23:10:53 +0200 |
commit | 302966374bd7d9ca5b97171cedd3613ae10360c8 (patch) | |
tree | 1e8afe30232b17abdbb86c67bddefea99e450a12 /man | |
parent | 78c0a53c45428a9671c2d0c38dc5483f66465bf2 (diff) | |
parent | 4ea804b751f9394b7b10b520212169a491c698a6 (diff) |
Merge pull request #292 from Stunkymonkey/format_quality
add format_quality option in wireless
Diffstat (limited to 'man')
-rw-r--r-- | man/i3status.man | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/man/i3status.man b/man/i3status.man index 396fb0a..665dca6 100644 --- a/man/i3status.man +++ b/man/i3status.man @@ -299,7 +299,8 @@ There also is an option "format_down". You can hide the output with 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. +connected or not connected. The quality is padded with leading zeroes by +default; to pad with something else use +format_quality+. The special interface name `_first_` will be replaced by the first wireless network interface found on the system (excluding devices starting with "lo"). @@ -310,6 +311,8 @@ network interface found on the system (excluding devices starting with "lo"). *Example format_down*: +W: down+ +*Example format_quality*: +"%03d%s"+ + === Ethernet Gets the IP address and (if possible) the link speed of the given ethernet |