Counts the number of actions per minute and displays it in the top bar.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
1. You cannot create objects in init(): https://gjs.guide/extensions/review-guidelines/review-guidelines.html#only-use-init-for-initialization Move everything from init to enable(). 2. Remove this._eventLoop in disable(): https://gjs.guide/extensions/review-guidelines/review-guidelines.html#remove-main-loop-sources 3. Lang is a deprecated module. Please remove it for the next version: https://gjs.guide/extensions/review-guidelines/review-guidelines.html#general-advice Learn how to remove Lang from your code: https://gjs.guide/guides/gjs/legacy-class-syntax.html 4. Instead of Tweener use ease or css transition: https://gjs-docs.gnome.org/clutter8~8_api/clutter.animationmode#default-ease 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