How to change statusbar information ? [Solved]

Hi,
I’m wondering if it’s possible to change the status bar informations… not just the text, but adding an icon and manipulate the progress bar with HEScript.

If not, is it possible to implement it in a future version ? :slight_smile:

Thank you

:open_mouth: Many thanks!! :slight_smile: I was looking for this for hours

Adding an icon will not be possible, but you can manipulate the progress bar with:

SetUIProp("jauge", "Value", "40");  

Replace the 40 by the percent you want. Up to 100…