I've created a simple indicator in python using the appindicator module. However, it always shows up to the left of the existing indicators. Is there some way to control what position the indicators appears in?
For example, it currently displays like so...
my indicator, volume indicator, messaging indicator
but I want...
volume indicator, messaging indicator, my indicator