Status bar question

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a 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

Post by selukwe »

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

Post by admin »

By drive capacity you mean total capacity (used + free)?

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

Post by selukwe »

Yes.

admin
Site Admin
Posts: 64916
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Status bar question

Post by admin »

But that's boring information because it never changes.

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

Post by selukwe »

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?

admin
Site Admin
Posts: 64916
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Status bar question

Post by admin »

You get the free bytes always, and the used and free bytes when there is nothing selected. I think this is enough.

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

Post by selukwe »

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?

jupe
Posts: 3292
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

Re: Status bar question

Post by jupe »

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

Post by selukwe »

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?

highend
Posts: 14571
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Status bar question

Post by highend »

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

Post by selukwe »

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

Post by selukwe »

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

Post by selukwe »

It doesn't work. Formatting doesn't return a correct capacity info in one number.

highend
Posts: 14571
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Status bar question

Post by highend »

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

Post by selukwe »

For me it shows this - see attachment.

How to translate this into: capacity 9.09 TB ?
Attachments
Screenshot (66).png
Screenshot (66).png (7.61 KiB) Viewed 1550 times

Post Reply