Page 2 of 2

Re: Status bar question

Posted: 02 Jun 2025 23:49
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 1078 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.

Re: Status bar question

Posted: 03 Jun 2025 08:09
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 :)