Conky Like widgets but with few customisation options - Drag and Drop Support - Added Non customisable Calendar - Added Net Speed Widget - Highly Customisable Ram, Cpu, Clock and Net Speed Widget For any issues,bugs and suggestions plz open an issue on Github
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
You cannot create objects in global scope which is the same as init (line 15-17 extension.js): https://gjs.guide/extensions/review-guidelines/review-guidelines.html#only-use-init-for-initialization If you need any help with your extension you can ask us on: - [GNOME Matrix Channel](https://matrix.to/#/#extensions:gnome.org) - IRC Bridge: irc://irc.gimpnet.org/shell-extensions
I have updated but I only create objects in enable. Do I need to null those variable in disable() ??
Yes! you need to null them out in disable.