Review of "Look Away!" version 1

Details Page Preview

Periodically reminds you to look away from the screen using an OSD and an audio reminder sound.

Extension Homepage
https://github.com/AdityaHebballe/look-away-extension

No comments.

FAQ

Files

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

Shexli (experimental) warning 1

Shexli found 1 issue that may need reviewer attention.

EGO-L-002 warning

objects created by extension should be destroyed in disable()

Objects assigned in `enable()` are missing matching `.destroy()` calls in `disable()` or its helper methods.

Destroy all objects

  • extension.js:102
            this._panelLabel = new St.Label({
                text: '--:--',
                y_expand: true,
                y_align: Clutter.ActorAlign.CENTER,
            })

All Versions

Version Status
1 Unreviewed