From 7e692f93f2d2a1e1de57bfca4571ec5a26ba4355 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Wed, 26 Jun 2024 07:46:31 +0900 Subject: [PATCH] network speed waybar module switched to bytes from bits --- config/waybar/modules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/waybar/modules b/config/waybar/modules index 4590e8c..3132cc4 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -487,8 +487,8 @@ "network#speed": { "interval": 1, "format": "{ifname}", - "format-wifi": "{icon}  {bandwidthUpBits}  {bandwidthDownBits}", - "format-ethernet": "󰌘  {bandwidthUpBits}  {bandwidthDownBits}", + "format-wifi": "{icon}  {bandwidthUpBytes}  {bandwidthDownBytes}", + "format-ethernet": "󰌘  {bandwidthUpBytes}  {bandwidthDownBytes}", "format-disconnected": "󰌙", "tooltip-format": "{ipaddr}", "format-linked": "󰈁 {ifname} (No IP)",