Move the clock to the left or the right of the system indicators like in MacOs. ⚠️ ⚠️ ⚠️ WARNING: since "Just Perfection" can now do the same thing with many other functionalities, this project is no longer maintained.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
1. Bad schema id. Schema id should start with `org.gnome.shell.extensions.`. For example `org.gnome.shell.extensions.sur-clock`. 2. Log should be only available in debug mode: https://gjs.guide/extensions/review-guidelines/review-guidelines.html#no-excessive-logging 3. Remove `stylesheet.css` since you are not using it: https://gjs.guide/extensions/review-guidelines/review-guidelines.html#don-t-include-unnecessary-files 4. You cannot create objects in the construct that init returns (line 34 extension.js): https://gjs.guide/extensions/review-guidelines/review-guidelines.html#only-use-init-for-initialization Move that line to enable and null that out in disable. 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