config (wm): change waybar ethernet format

This commit is contained in:
vincent 2024-12-03 20:48:17 +01:00
parent 1d7e03f3b1
commit 2c03342151

View File

@ -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 ⚠",