Fix LAN if in i3status

This commit is contained in:
Marco Thomas
2021-08-31 10:09:29 +02:00
parent 26334ad5ce
commit cfb98c8b34

View File

@@ -7,7 +7,7 @@ general {
order += "load"
order += "memory"
order += "ethernet eth0"
order += "ethernet enp24s0"
order += "wireless _first_"
order += "battery all"
order += "volume master"
@@ -26,9 +26,9 @@ wireless _first_ {
format_down = " wlo0 down"
}
ethernet eth0 {
ethernet enp24s0 {
format_up = " %ip - %speed"
format_down = " eth0 down"
format_down = " enp24s0 down"
}
volume master {