budgie-desktop-examples
budgie-desktop-examples copied to clipboard
Examples on how to create trivial Budgie Desktop Applets
I've found surprisingly little documentation concerning applet development. I'd be willing to put together some more comprehensive documentation, provided it doesn't exist somewhere already (I'm new to Budgie and might...
After finishing my plugin i took the sample and updated it with some settings and widgets. https://github.com/lachlan-00/budgie-python-example-applet I used code from @yursan9 and the caffeine plugin to allow it to...
Looking to create a test python applet which will invoke an action when the applet is removed from the panel. Any thoughts how to-do this?
For the appindicator applet it needs to understand if it is running on a vertical panel or a horizontal panel since it needs to adjust its orientation to display appindicator's...
in the vala example there is example code for using the applet settings functions e.g. member function "get_applet_settings" - var settings = this.get_applet_settings(uuid); Any chance of an equivalent example code...