waybar: Use default network interfaces
This commit is contained in:
parent
a6a95bddac
commit
4949b84ecf
1 changed files with 2 additions and 2 deletions
|
|
@ -43,12 +43,12 @@
|
||||||
"format-icons": ["", "", "", "", ""]
|
"format-icons": ["", "", "", "", ""]
|
||||||
},
|
},
|
||||||
"network#ethernet": {
|
"network#ethernet": {
|
||||||
"interface": "eth0",
|
"interface": "eth*",
|
||||||
"format-ethernet": "{ipaddr}/{cidr} ",
|
"format-ethernet": "{ipaddr}/{cidr} ",
|
||||||
"tooltip": false,
|
"tooltip": false,
|
||||||
},
|
},
|
||||||
"network#wifi": {
|
"network#wifi": {
|
||||||
"interface": "wlan0",
|
"interface": "wlp*",
|
||||||
"format-wifi": "{essid} ",
|
"format-wifi": "{essid} ",
|
||||||
"format-linked": "⚠",
|
"format-linked": "⚠",
|
||||||
"tooltip-format": "{ipaddr}/{cidr}"
|
"tooltip-format": "{ipaddr}/{cidr}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue