From 743cd93adb07de8f07dc7c1fc3e5f747432b9061 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 8 Jun 2024 20:55:45 +0900 Subject: [PATCH] updated waybar network speed module --- config/waybar/modules | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/config/waybar/modules b/config/waybar/modules index e1fe5b0..7c85bf7 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -477,7 +477,7 @@ "tooltip-format-wifi": "{essid} {icon} {signalStrength}%", "tooltip-format-ethernet": "{ifname} 󰌘", "tooltip-format-disconnected": "󰌙 Disconnected", - "max-length": 50, + "max-length": 30, "format-icons": [ "󰤯", "󰤟", "󰤢", "󰤥", "󰤨" ], @@ -486,15 +486,16 @@ "network#speed": { "interval": 1, "format": "{ifname}", - "format-wifi": " {bandwidthUpBits}  {bandwidthDownBits} {icon}", - "format-ethernet": " {bandwidthUpBits}  {bandwidthDownBits} 󰌘 ", + "format-wifi": "{icon}  {bandwidthUpBits}  {bandwidthDownBits}", + "format-ethernet": "󰌘  {bandwidthUpBits}  {bandwidthDownBits}", "format-disconnected": "󰌙", "tooltip-format": "{ipaddr}", "format-linked": "󰈁 {ifname} (No IP)", "tooltip-format-wifi": "{essid} {icon} {signalStrength}%", "tooltip-format-ethernet": "{ifname} 󰌘", "tooltip-format-disconnected": "󰌙 Disconnected", - "max-length": 20, + "min-length": 24, + "max-length": 24, "format-icons": [ "󰤯", "󰤟", "󰤢", "󰤥", "󰤨" ]