I would like to display some static text on the right hand side (similar to "All projects up to date") of the statusbar as in the below picture. Current status bar implementation I have, displays the text on the left hand (where "Ready" is displayed in the below picture) side of the StatusBar. My demo code with my current implementation is here
Also, how can I use different background and foreground color? StatusBar.SetColorText does not seem to work well for me. Any example would be beneficial.