added bandwidth

This commit is contained in:
Joachim Nielandt 2024-04-22 10:43:45 +02:00
parent b078df4ab8
commit d0fdfed6fd

View File

@ -147,8 +147,8 @@
}, },
"network": { "network": {
// "interface": "wlp2*", // (Optional) To force the use of this interface // "interface": "wlp2*", // (Optional) To force the use of this interface
"format-wifi": "{essid} ({signalStrength}%) ", "format-wifi": "{essid} ({signalStrength}%) {bandwidthUpBytes} {bandwidthDownBytes} ",
"format-ethernet": "{ipaddr}/{cidr} ", "format-ethernet": "{ipaddr}/{cidr} {bandwidthUpBytes} {bandwidthDownBytes} ",
"tooltip-format": "{ifname} via {gwaddr} ", "tooltip-format": "{ifname} via {gwaddr} ",
"format-linked": "{ifname} (No IP) ", "format-linked": "{ifname} (No IP) ",
"format-disconnected": "Disconnected ⚠", "format-disconnected": "Disconnected ⚠",