[i3status] Add both eth adapters to status bar
This commit is contained in:
@ -27,17 +27,18 @@ volume master {
|
||||
|
||||
ethernet em0 {
|
||||
format_up = "%ip"
|
||||
format_down = "Eth down"
|
||||
format_down = "em0 down"
|
||||
}
|
||||
|
||||
ethernet ue0 {
|
||||
# if you use %speed, i3status requires root privileges
|
||||
format_up = "%ip"
|
||||
format_down = "Eth down"
|
||||
format_down = "ue0 down"
|
||||
}
|
||||
|
||||
wireless wlan0 {
|
||||
format_up = " %essid %ip"
|
||||
format_down = "WiFi down"
|
||||
format_down = "wlan0 down"
|
||||
}
|
||||
|
||||
cpu_temperature 0 {
|
||||
|
||||
Reference in New Issue
Block a user