Page 1 of 1

Show drive GB used

Posted: 17.02.2024, 09:16
by vidw
The status bar shows the amount of free disk space (345.34 GB). Is there a way to show the amount of space used?
If I hover over the drive the tooltip shows the free disk space and total disk space. Maybe the used space should be here since the free space is already in the status bar?

Re: Show drive GB used

Posted: 06.04.2024, 13:07
by Forez
You should get acquainted with options available at

Tools > Settings > View > Status Bar > Content > Define Details > Hint Pattern

Re: Show drive GB used

Posted: 08.05.2024, 21:19
by vidw
Thanks, I didn't know about these options.
I tried adding [fc_sizeGBAll] and [fc_sizeOnDiskGBAll], but they are blank and 0.000.

Re: Show drive GB used

Posted: 21.12.2024, 14:09
by sfgs97
I also tried yours and several other choices but none of them display total used space on the disc. My guess is this would need to be added to the program code. For example, similar to the existing entry (Free [fc_discFree]) which shows total free space on the disc, I believe something like fc_discUsed would need to be coded that would show total used disc space. Hopefully someone can confirm this hypothesis is correct and then it can be added as a new feature request. Otherwise, if there is actually some way to do it currently, please indicate exactly what it is because I've also just spent 30 minutes trying multiple options and none of them achieved the goal. Thanks!