Write application indicator with no icon
- by danjjl
I wrote an application indicator that displays information about my monthly network consumption.
I do not want it to have an icon next to the text I display.
How do I write an application indicator without an icon?
The code I use to initialize my indicator is:
self.indicator = appindicator.Indicator.new("VooMeter", "network", appindicator.IndicatorCategory.SYSTEM_SERVICES)
Reading the documentation I can not find the value to put instead of "network"