You figured it out wrong, undo/disable the changes you made, then put the previously supplied script here like this instead:
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; }
XYplorer Beta Club