We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Follow-up to #1857. For a bit more detail, have a look there. I'll make it short:
Config (net block):
[[block]] block = "net" device = "enp5s0" format = " ^icon_net_down $speed_down.eng(prefix:K, w:3) ^icon_net_up $speed_up.eng(prefix:K, w:3) " interval = 5
Expected behavior: 1000KB will always be shown as 1.0MB.
Actual Behavior: 1000KB is sometimes displayed as 1000KB and sometimes as 1.0MB.
Additional Info:
The text was updated successfully, but these errors were encountered:
formatter[eng]: Reapply prefix after rounding
d02b7cd
Fixes: greshake#2081
Successfully merging a pull request may close this issue.
Follow-up to #1857. For a bit more detail, have a look there. I'll make it short:
Config (net block):
Expected behavior:
1000KB will always be shown as 1.0MB.
Actual Behavior:
1000KB is sometimes displayed as 1000KB and sometimes as 1.0MB.
Additional Info:
The text was updated successfully, but these errors were encountered: