NOT MAINTAINED ANYMORE Wacom tablet indicator in the top bar: connection state and power level. On click: open GNOME Settings Wacom section. On hover or every minute: update connection state and power level. Settings (in extension.js file headers): show/hide model label, refresh delay, update/do nothing on indicator hover, show/hide if disconnected.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
You need to remove your source when you cleanup, something like... _init() { this._timeout_id = GLib.timeout_add_seconds ... } destroy() { if (this._timeout_id) { GLib.source_remove(this._timeout_id); } super.destroy(); } Feel free to hop in https://gnome.element.io/#/room/#extensions:gnome.org if you'd like help building a preferences dialog.
Ok, thanks for that!! I'll do preferences UI when I'll have more time, maybe newt week. Thanks for the link too! I think I did this in the right way now here for submitted extensions: https://extensions.gnome.org/review/21015 https://extensions.gnome.org/review/20997 https://extensions.gnome.org/review/21001 https://extensions.gnome.org/review/21010