-
Notifications
You must be signed in to change notification settings - Fork 481
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
Reported disk space is not granular enough for big drives #494
Comments
This breaks small numbers. I propose |
I guess number of digits after decimal point would be an improvement and enough for daily usage. But for consistency reason with existing options I would name it For the breakage of small numbers. Maybe |
The algorithm is used by memory / swap / disk / GPU (GPU memory), not limited to disk. I named it to
I will introduce a new option |
I see. Let me know you need me to test it. Thank you for addressing this issue that quick. Edit: Just an idea to the option name. The |
Please test the latest dev build |
Great! So out of the box without options, I get this related part:
This is pretty good and solves my issue I had pretty well! I don't even need to use any options. The addition of digits after decimal point is sufficient. Maybe the GiB listing without decimal would make it more readable, and it's not really needed there. What about adding decimal points, if the numbers are low. Like However, I noticed the output of the other stuff is very different from my native installed version. I'll show both full output without options (other than Native installed version from AUR:
Newest version from Git:
|
It is expected. We are consistantly adding new features (detect more things) to fastfetch. Please make comments if there are anything you dont like. |
But the output is plain wrong in the new version. My guess is, that the manually build version misses dependencies, and the AUR version compiles it with all optional packages to detect everything correctly. In example my graphics card in the new version is detected as And as you asked to comment things I don't like: I would rather not have a number for the option argument for readability. Instead |
File an new issue please |
ok |
I did (not sure if I should link it here, because it is not related). Should I delete the part from my previous comment, that is now on the new issue? |
Done |
It's ok. Please close this issue if you have no more requirements. |
Current state:
The reported available disk space for my big drives is in TiB, which are just whole numbers. That is not granular enough to me. Relevant parts of the discussion:
Also rounding makes it worse. It's actually 5,4 TiB and 3,6 TiB, which is significantly different from 5 and 4.
Wanted state:
I would like be able to report the sizes in GiB units instead, just like the drives with smaller sizes. So the reported usage could be displayed like this (just showing suggested parts changed compared to previous):
I suggest to introduce an option something called like this:
and
<unit>
could be one ofMiB|GiB|TiB
.Why the change is sensible:
It would make it easier to understand how much space really is left or used up on the bigger drives. At the moment this information is not useful enough, as it is currently implemented, and I have to check it manually for those two drives.
The text was updated successfully, but these errors were encountered: