diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2024-06-26 17:40:44 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-26 17:40:44 +0900 |
| commit | ce9b8df597095e68c3d5878a931a0f7619f8eaf5 (patch) | |
| tree | ed9f5498b352b86c8109f64a48bbe66f1980ff28 /config/waybar/modules | |
| parent | 22b85572e891b874011893f62d4eaf94f20486df (diff) | |
| parent | 8bac5ace152352b6ed95e1401823ffd9f3e3edff (diff) | |
Merge pull request #354 from JaKooLit/main
main to AGS-dev
Diffstat (limited to 'config/waybar/modules')
| -rw-r--r-- | config/waybar/modules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/waybar/modules b/config/waybar/modules index 4590e8c9..3132cc46 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)", |
