From 53fb9b4f18cd9ee3a64be5084ccc76aeea279515 Mon Sep 17 00:00:00 2001 From: Emeric Planet Date: Mon, 11 Dec 2017 11:38:31 +0100 Subject: Add IPv6 address when IPv4 isn't available (#247) --- man/i3status.man | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'man/i3status.man') diff --git a/man/i3status.man b/man/i3status.man index d1d6203..9569828 100644 --- a/man/i3status.man +++ b/man/i3status.man @@ -305,8 +305,9 @@ network interface found on the system (excluding devices starting with "lo"). === Ethernet Gets the IP address and (if possible) the link speed of the given ethernet -interface. Getting the link speed requires the cap_net_admin capability. Set -it using +setcap cap_net_admin=ep $(which i3status)+. +interface. If no IPv4 address is available and an IPv6 address is, it will be +displayed. Getting the link speed requires the cap_net_admin capability. +Set it using +setcap cap_net_admin=ep $(which i3status)+. The special interface name `_first_` will be replaced by the first non-wireless network interface found on the system (excluding devices starting with "lo"). -- cgit v1.2.3