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": ["", "", "", "", ""]
},
"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}"