diff options
author | Ingo Bürk <admin@airblader.de> | 2018-03-27 09:10:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-27 09:10:51 +0200 |
commit | 279e2fccf4c3bf48edd6a0ac68778ec235831599 (patch) | |
tree | 3ea15aec6765941d2688cebf7e3beed079f424a5 /man | |
parent | 3aec438a5137e04c6e7952d3f9afd237002d1fda (diff) | |
parent | b9b676af20511995e647879992df6a6bee753212 (diff) |
Merge pull request #251 from tomaskrizek/man-eth-wireless-format
man: explicitly use format_up/format_down in ethernet, wireless conf
Diffstat (limited to 'man')
-rw-r--r-- | man/i3status.man | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/man/i3status.man b/man/i3status.man index 7d81203..01fa9ce 100644 --- a/man/i3status.man +++ b/man/i3status.man @@ -299,7 +299,9 @@ network interface found on the system (excluding devices starting with "lo"). *Example order*: +wireless wlan0+ -*Example format*: +W: (%quality at %essid, %bitrate / %frequency) %ip+ +*Example format_up*: +W: (%quality at %essid, %bitrate / %frequency) %ip+ + +*Example format_down*: +W: down+ === Ethernet @@ -313,7 +315,9 @@ network interface found on the system (excluding devices starting with "lo"). *Example order*: +ethernet eth0+ -*Example format*: +E: %ip (%speed)+ +*Example format_up*: +E: %ip (%speed)+ + +*Example format_down*: +E: down+ === Battery |