refactor(waybar): use correct symbols and tooltip for ether
This commit is contained in:
parent
b7282d0567
commit
86fbe91a11
@ -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
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user