A fullscreen overlay widget for GNOME that displays useful information, audio controls and more.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
1. Bad xml filename: [EGO Review Guidelines: GSettings Schemas](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#gsettings-schemas) 2. Timeout should be removed on destroy (line 59 `addons/clock.js`): [EGO Review Guidelines: Timeout](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#remove-main-loop-sources) After that, you should add this to the `GameBar` class in `extension.js`: ```js destroy() { this._clock.destroy(); super.destroy(); } ```