diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-06-08 19:53:29 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-06-08 19:53:29 +0900 |
| commit | f34b2378091214e15df01083c29c727fb0c14d9d (patch) | |
| tree | 0d16e58f6aee97c3346639f98eb8248b6705600c /config | |
| parent | b6cd460aa15602319bf8227735f8dc242d0d1bae (diff) | |
waybar module network switched to bits/sec instead of bytes/sec
Diffstat (limited to 'config')
| -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 7b50bb82..d1992116 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -472,12 +472,12 @@ "format-wifi": "{icon}", "format-ethernet": "", "format-disconnected": "", - "tooltip-format": "{ipaddr} {bandwidthUpBytes} {bandwidthDownBytes}", + "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": 50, + "max-length": 30, "format-icons": [ "", "", "", "", "" ], @@ -486,15 +486,15 @@ "network#speed": { "interval": 1, "format": "{ifname}", - "format-wifi": "{icon} {bandwidthUpBytes} {bandwidthDownBytes}", - "format-ethernet": " {bandwidthUpBytes} {bandwidthDownBytes}", + "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": 50, + "max-length": 30, "format-icons": [ "", "", "", "", "" ] |
