Is there a way to show disk space on the toolbar?

So, when I right click the disk space info in the bottom right corner, I can see the scripts.
The script associated with the disk space is
{h!} {df} {bg+w=50,f=2,g=3,t=n,c1=#68f040,c2=#f06840}{h!}

And I want to see exactly the same disk space info on the top toolbar including the disk space bar.
How do I do this? Is this even possible?
TIA
Cheers

I don't think this is possible.

Thanks for your answer.

In the toolbar Customize, there are these Commands & User Commands sections.


I believe there should be a way to do it?
I'm not familiar with commands and scripts, so wasn't able to figure this out.

I don't think the status bar codes are available anywhere else. You'd need to use a script that sets a variable that can be shown in a label or button.

Thank you.
Ok, forget the status bar codes.

Is there any way to display disk spaces somewhere other than the status bar?
Toolbar? Folder tree? anywhere?

Actually, what I'm thinking is, to display all my disk space info on the status bar.
I copied the codes and pasted them right below it. It displays 2 disk space info but they are the same disks.

I've checked my C: and D:
The codes for both drives are identical.
It looks like the codes show the disk space info that the current directory belongs to.

If I can have individual codes for all my disk drives, it will display the info of each disk drive space.
Does this make sense?

What’s wrong with using the status bar? What do you want to be different?

You still need a script that reads the disk space and sets variables.