Write application indicator with no icon

Posted by danjjl on Ask Ubuntu See other posts from Ask Ubuntu or by danjjl
Published on 2012-12-05T09:33:06Z Indexed on 2012/12/05 11:18 UTC
Read the original article Hit count: 223

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"

© Ask Ubuntu or respective owner

Related posts about application-development

Related posts about python