refactor(waybar): use correct symbols and tooltip for ether

This commit is contained in:
Price Hiller 2022-08-08 22:00:29 -05:00
parent b7282d0567
commit 86fbe91a11

View File

@ -66,10 +66,11 @@
"network": {
"interval": 10,
"format-wifi": " {essid}",
"format-ethernet": " {ipaddr}",
"format-ethernet": " {ipaddr}",
"format-linked": " {ifname}",
"format-disconnected": " Disconnected",
"tooltip": false,
"tooltip": true,
"tooltip-format": "IP: {ipaddr}/{cidr}\nGW: {gwaddr}/{cidr}\nNM: {netmask}",
"max-length": 20,
"min-length": 14
},