Review of "Circular Widgets" version 1

Details Page Preview

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

Extension Homepage
https://github.com/raihan2000/circular-widgets

No comments.

FAQ

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

All Versions

Version Status
6 Active
5 Rejected
4 Active
3 Active
2 Rejected
1 Rejected

Previous Reviews on this Version

JustPerfection rejected
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
raihan2000 posted a review
I have updated but I only create objects in enable. Do I need to null those variable in disable() ??
JustPerfection posted a review
Yes! you need to null them out in disable.