What's Wrong
The issue illustrates itself best through some illustrations:
What seems to be happening is that all the units for {bandwidthUpBytes} and {bandwidthDownBytes} within the tooltip are one magnitude lower than they should be --- e.g. x B/s -> 0 B/s, x kB/s -> x B/s, x MB/s -> x kB/s.
What's Actually Expected
Even within a tooltip, {bandwidthUpBytes} and {bandwidthDownBytes} should have the correct units:1
Setup
- The network module configuration in
~/.config/waybar/config.jsonc:
- Waybar v0.15.0
- sway version 1.11
What's Wrong
The issue illustrates itself best through some illustrations:
What seems to be happening is that all the units for
{bandwidthUpBytes}and{bandwidthDownBytes}within the tooltip are one magnitude lower than they should be --- e.g.x B/s -> 0 B/s,x kB/s -> x B/s,x MB/s -> x kB/s.What's Actually Expected
Even within a tooltip,
{bandwidthUpBytes}and{bandwidthDownBytes}should have the correct units:1Setup
~/.config/waybar/config.jsonc:Footnotes
Of course, I don't expect it to be green, the green color is there there to highlight changes made from the current behavior to the expected behavior. ↩