]> git.sur5r.net Git - i3/i3status/blobdiff - man/i3status.man
Modify print_disk_info. Now there is no output if the path is no mountpoint.
[i3/i3status] / man / i3status.man
index 06dc4a64cc1842520375027e1dbd568ef2d1b512..e11aff508a7f5afe1becbb73c779cf247ea0ef66 100644 (file)
@@ -274,6 +274,9 @@ 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.
 
+The special interface name `_first_` will be replaced by the first wireless
+network interface found on the system (excluding devices starting with "lo").
+
 *Example order*: +wireless wlan0+
 
 *Example format*: +W: (%quality at %essid, %bitrate / %frequency) %ip+
@@ -284,6 +287,9 @@ 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)+.
 
+The special interface name `_first_` will be replaced by the first non-wireless
+network interface found on the system (excluding devices starting with "lo").
+
 *Example order*: +ethernet eth0+
 
 *Example format*: +E: %ip (%speed)+