A simple custom clock widget
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO-P-004 error
GSettings schema XML filename must match schema id
GSettings schema filename must match `<schema-id>.gschema.xml`.
schemas/org.gnome.shell.extensions.clock.gschema.xml
id='org.gnome.shell.extensions.clock@devilbd.com' path='/org/gnome/shell/extensions/clock/'
EGO-L-003 warning
signals connected by extension should be disconnected in disable()
Signals assigned in `enable()` are missing matching disconnect calls in `disable()` or its helper methods.
extension.js:42
this._clockWidget.connect('repaint', this._drawClock.bind(this))