forked from pub-solar/os
waybar: now uses primary network interface
since version 0.9.13 https://github.com/Alexays/Waybar/releases/tag/0.9.13
This commit is contained in:
parent
5ea57eaea6
commit
7f385ec4ac
|
@ -70,7 +70,7 @@
|
|||
"network": {
|
||||
"interval": 3,
|
||||
"tooltip": true,
|
||||
"interface": "wlp4s0", // (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-ethernet": "<span font='10'></span> \uf062 {bandwidthUpBits} | \uf063 {bandwidthDownBits}",
|
||||
"format-disconnected": "",
|
||||
|
|
Loading…
Reference in a new issue