Browse Source

network speed waybar module switched to bytes from bits

pull/353/head
JaKooLit 2 years ago
parent
commit
7e692f93f2
  1. 4
      config/waybar/modules

4
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)",

Loading…
Cancel
Save