diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-06-08 20:49:52 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-06-08 20:49:52 +0900 |
| commit | 6de45efe63e34c037cea4b295edebbee7d4c0def (patch) | |
| tree | 71c8f1d5d9640f20938a7001c0e270df4f3e672e | |
| parent | f34b2378091214e15df01083c29c727fb0c14d9d (diff) | |
updated network speed waybar module
| -rw-r--r-- | config/waybar/modules | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config/waybar/modules b/config/waybar/modules index d1992116..e1fe5b06 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -472,12 +472,12 @@ "format-wifi": "{icon}", "format-ethernet": "", "format-disconnected": "", - "tooltip-format": "{ipaddr} {bandwidthUpBits} {bandwidthDownBits", + "tooltip-format": "{ipaddr} {bandwidthUpBits} {bandwidthDownBits}", "format-linked": " {ifname} (No IP)", "tooltip-format-wifi": "{essid} {icon} {signalStrength}%", "tooltip-format-ethernet": "{ifname} ", "tooltip-format-disconnected": " Disconnected", - "max-length": 30, + "max-length": 50, "format-icons": [ "", "", "", "", "" ], @@ -486,15 +486,15 @@ "network#speed": { "interval": 1, "format": "{ifname}", - "format-wifi": "{icon} {bandwidthUpBits} {bandwidthDownBits", - "format-ethernet": " {bandwidthUpBits} {bandwidthDownBits", + "format-wifi": " {bandwidthUpBits} {bandwidthDownBits} {icon}", + "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": 30, + "max-length": 20, "format-icons": [ "", "", "", "", "" ] |
