Skip to content
New issue

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

Equal numbers (eng.) can appear both with a decimal separator and w/o: 1000KB / 1.0MB #2081

Open
dorsiflexion opened this issue Aug 27, 2024 · 0 comments

Comments

@dorsiflexion
Copy link

dorsiflexion commented Aug 27, 2024

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:
1
2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant