diff --git a/dot_config/waybar/config b/dot_config/waybar/config index 9a3bb10..4d3794c 100644 --- a/dot_config/waybar/config +++ b/dot_config/waybar/config @@ -147,8 +147,8 @@ }, "network": { // "interface": "wlp2*", // (Optional) To force the use of this interface - "format-wifi": "{essid} ({signalStrength}%) ", - "format-ethernet": "{ipaddr}/{cidr} ", + "format-wifi": "{essid} ({signalStrength}%) {bandwidthUpBytes} {bandwidthDownBytes} ", + "format-ethernet": "{ipaddr}/{cidr} {bandwidthUpBytes} {bandwidthDownBytes} ", "tooltip-format": "{ifname} via {gwaddr} ", "format-linked": "{ifname} (No IP) ", "format-disconnected": "Disconnected ⚠",