diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-06-08 20:55:45 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-06-08 20:55:45 +0900 |
| commit | 743cd93adb07de8f07dc7c1fc3e5f747432b9061 (patch) | |
| tree | 0168ebd94c44ec381994dab83137c0b725d24e2f /config | |
| parent | 6de45efe63e34c037cea4b295edebbee7d4c0def (diff) | |
updated waybar network speed module
Diffstat (limited to 'config')
| -rw-r--r-- | config/waybar/modules | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/config/waybar/modules b/config/waybar/modules index e1fe5b06..7c85bf7b 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": [ "", "", "", "", "" ] |
