Status bar question
-
selukwe
- Posts: 162
- Joined: 02 Apr 2012 14:10
- Location: Windows 11 Pro 25H2, Screen scaling: 100%, latest XYplorer version (x64), updated daily.
Status bar question
Is there a way to always show the drive capacity on the status bar? I know that this works when clicking on a particular drive in This PC. But it would be worthwhile if it could be set to show the capacity always.
-
admin
- Site Admin
- Posts: 64916
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Status bar question
By drive capacity you mean total capacity (used + free)?
FAQ | XY News RSS | XY X
-
admin
- Site Admin
- Posts: 64916
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Status bar question
But that's boring information because it never changes.
FAQ | XY News RSS | XY X
-
selukwe
- Posts: 162
- Joined: 02 Apr 2012 14:10
- Location: Windows 11 Pro 25H2, Screen scaling: 100%, latest XYplorer version (x64), updated daily.
Re: Status bar question
The point is not about updating such info. With more drives, it gives one an instant idea what's the full capacity of the respective drive. Status bar could easily accommodate such an info.
Would it be possible to add it, perhaps even as an option?
Would it be possible to add it, perhaps even as an option?
-
admin
- Site Admin
- Posts: 64916
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Status bar question
You get the free bytes always, and the used and free bytes when there is nothing selected. I think this is enough.
FAQ | XY News RSS | XY X
-
selukwe
- Posts: 162
- Joined: 02 Apr 2012 14:10
- Location: Windows 11 Pro 25H2, Screen scaling: 100%, latest XYplorer version (x64), updated daily.
Re: Status bar question
I quite miss such a small additional info. All important data would be immediately visible on the first glance on status bar.
Would you please consider adding it?
Would you please consider adding it?
Re: Status bar question
If you are interested, something that is currently possible, you could set a script via CEA that displays the total size in the statusbar when you click on it.
-
selukwe
- Posts: 162
- Joined: 02 Apr 2012 14:10
- Location: Windows 11 Pro 25H2, Screen scaling: 100%, latest XYplorer version (x64), updated daily.
Re: Status bar question
Yes, I am, though showing it without having to click on the status bar would a neater solution. Can you guide me how to do it?
Re: Status bar question
Code: Select all
status "Capacity [<get driveletter>:] = " . formatbytes(<get freespace '' 1> + <get usedspace '' 1>);One of my scripts helped you out? Please donate via Paypal
-
selukwe
- Posts: 162
- Joined: 02 Apr 2012 14:10
- Location: Windows 11 Pro 25H2, Screen scaling: 100%, latest XYplorer version (x64), updated daily.
Re: Status bar question
Where shall I place this code?
-
selukwe
- Posts: 162
- Joined: 02 Apr 2012 14:10
- Location: Windows 11 Pro 25H2, Screen scaling: 100%, latest XYplorer version (x64), updated daily.
Re: Status bar question
OK, figured out. But this works only for the particular folder which was opened when pasting this code in Settings...
-
selukwe
- Posts: 162
- Joined: 02 Apr 2012 14:10
- Location: Windows 11 Pro 25H2, Screen scaling: 100%, latest XYplorer version (x64), updated daily.
Re: Status bar question
It doesn't work. Formatting doesn't return a correct capacity info in one number.
Re: Status bar question
It does return exactly the capacity in one value here, as it is shows when opening the computer node...
One of my scripts helped you out? Please donate via Paypal
-
selukwe
- Posts: 162
- Joined: 02 Apr 2012 14:10
- Location: Windows 11 Pro 25H2, Screen scaling: 100%, latest XYplorer version (x64), updated daily.
Re: Status bar question
For me it shows this - see attachment.
How to translate this into: capacity 9.09 TB ?
How to translate this into: capacity 9.09 TB ?
- Attachments
-
- Screenshot (66).png (7.61 KiB) Viewed 1553 times
XYplorer Beta Club