1
0
Fork 0

waybar: Use default network interfaces

This commit is contained in:
Jeremy Kaplan 2021-11-29 20:06:13 -08:00
commit 4949b84ecf

View file

@ -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}"