[i3status] Add both eth adapters to status bar

This commit is contained in:
2020-07-24 14:17:54 -04:00
parent bef70131f3
commit 62526f713e

View File

@ -27,17 +27,18 @@ volume master {
ethernet em0 { ethernet em0 {
format_up = "%ip" format_up = "%ip"
format_down = "Eth down" format_down = "em0 down"
} }
ethernet ue0 { ethernet ue0 {
# if you use %speed, i3status requires root privileges
format_up = "%ip" format_up = "%ip"
format_down = "Eth down" format_down = "ue0 down"
} }
wireless wlan0 { wireless wlan0 {
format_up = " %essid %ip" format_up = " %essid %ip"
format_down = "WiFi down" format_down = "wlan0 down"
} }
cpu_temperature 0 { cpu_temperature 0 {