Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # 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 · May be fixed by #2124
Open

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

dorsiflexion opened this issue Aug 27, 2024 · 0 comments · May be fixed by #2124

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

bim9262 added a commit to bim9262/i3status-rust that referenced this issue Jan 4, 2025
@bim9262 bim9262 linked a pull request Jan 4, 2025 that will close this issue
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant