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": ["", "", "", "", ""]
|
||||
},
|
||||
"network#ethernet": {
|
||||
"interface": "eth0",
|
||||
"interface": "eth*",
|
||||
"format-ethernet": "{ipaddr}/{cidr} ",
|
||||
"tooltip": false,
|
||||
},
|
||||
"network#wifi": {
|
||||
"interface": "wlan0",
|
||||
"interface": "wlp*",
|
||||
"format-wifi": "{essid} ",
|
||||
"format-linked": "⚠",
|
||||
"tooltip-format": "{ipaddr}/{cidr}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue