config (wm): change waybar ethernet format
This commit is contained in:
parent
1d7e03f3b1
commit
2c03342151
@ -206,8 +206,9 @@
|
||||
},
|
||||
"network": {
|
||||
// "interface": "wlp2*", // (Optional) To force the use of this interface
|
||||
"interval": 5,
|
||||
"format-wifi": "{essid} ({signalStrength}%) ",
|
||||
"format-ethernet": "{ipaddr}/{cidr} ",
|
||||
"format-ethernet": "\uf093 {bandwidthUpOctets} \uf019 {bandwidthDownOctets}",
|
||||
"tooltip-format": "{ifname} via {gwaddr} ",
|
||||
"format-linked": "{ifname} (No IP) ",
|
||||
"format-disconnected": "Disconnected ⚠",
|
||||
|
Loading…
Reference in New Issue
Block a user