waybar: use interface name wlp4s0 again
wpa_supplicant uses this one
This commit is contained in:
parent
5bfbbebcc6
commit
48d6bb64ac
|
@ -70,7 +70,7 @@
|
||||||
"network": {
|
"network": {
|
||||||
"interval": 3,
|
"interval": 3,
|
||||||
"tooltip": true,
|
"tooltip": true,
|
||||||
"interface": "wlan0", // (Optional) To force the use of this interface \uF2E7,
|
"interface": "wlp4s0", // (Optional) To force the use of this interface \uF2E7,
|
||||||
"format-wifi": "<span font='10'></span> \uf062 {bandwidthUpBits} | \uf063 {bandwidthDownBits}",
|
"format-wifi": "<span font='10'></span> \uf062 {bandwidthUpBits} | \uf063 {bandwidthDownBits}",
|
||||||
"format-ethernet": "<span font='10'></span> \uf062 {bandwidthUpBits} | \uf063 {bandwidthDownBits}",
|
"format-ethernet": "<span font='10'></span> \uf062 {bandwidthUpBits} | \uf063 {bandwidthDownBits}",
|
||||||
"format-disconnected": "",
|
"format-disconnected": "",
|
||||||
|
|
Loading…
Reference in a new issue