Don't show ethernet network info if disconnected
This commit is contained in:
parent
67159efbb0
commit
553b404bec
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@
|
||||||
"format-ethernet": "{ipaddr}/{cidr} ",
|
"format-ethernet": "{ipaddr}/{cidr} ",
|
||||||
"tooltip-format": "{ifname} via {gwaddr} ",
|
"tooltip-format": "{ifname} via {gwaddr} ",
|
||||||
"format-linked": "{ifname} (No IP) ",
|
"format-linked": "{ifname} (No IP) ",
|
||||||
"format-disconnected": "<span foreground='#fb49s3'>⚠</span>",
|
"format-disconnected": "",
|
||||||
"format-alt": "{ifname}: {ipaddr}/{cidr}"
|
"format-alt": "{ifname}: {ipaddr}/{cidr}"
|
||||||
},
|
},
|
||||||
"network#wifi": {
|
"network#wifi": {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue