Status bar question

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
jupe
Posts: 3292
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

Re: Status bar question

Post by jupe »

selukwe wrote: 02 Jun 2025 11:15 OK, figured out. ...
You figured it out wrong, undo/disable the changes you made, then put the previously supplied script here like this instead:

2025-06-03_072941.png
2025-06-03_072941.png (40.92 KiB) Viewed 1076 times

Alternatively if you want it to be displayed without clicking (far right of statusbar) whenever you change locations/tabs, then you can try putting the below modified script in the place I have dotted outlined above, it should work when in most normal drive locations.

Code: Select all

$s = <get freespace '' 1> + <get usedspace '' 1>; if ($s) { status "<get status 3> total: " . formatbytes($s), 0; }
Using this method though, it will only be displayed UNTIL you select files etc., but if you combine it with my orig suggestion you can on demand get the value by left/middle/dbl clicking too.

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 »

Great! Finally got it. Works OK.
Many thanks! Kudos to you!!

My problem has been solved, but I still think it would be worthwhile to add this as a built-in setting into the XYplorer, even if as an optional feature for those who would want to have it :)

Post Reply