Jean-Tinland / simple-bar

A yabai status bar widget for Übersicht
https://www.jeantinland.com/toolbox/simple-bar
MIT License
1.21k stars 129 forks source link

Crypto Precision #250

Closed AurevoirXavier closed 2 years ago

AurevoirXavier commented 3 years ago

I set to 3:

image

And it should be 47.000 and 0.088.

Jean-Tinland commented 3 years ago

This precision system is working as explained in this documentation.

A precision of 3 will make the widget display only 3 digit (before and after the decimals). This precision system is not the equivalent of a rounding system.

If it seems more logical to work with a rounding system I can easily switch to it instead of this precision system.

Let me know what you think. :)

AurevoirXavier commented 3 years ago

IMHO, rounding system is better.

Jean-Tinland commented 2 years ago

Precision system has been replaced by a decimal rounding system. :)