Displays the time and date in the top bar in Kanji
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
You forgot to disconnect the signals on disable. Btw, it's better to don't use `this.getSettings()` for the GNOME's gsettings (line 15 `extension.js`). Please use this instead: ```js this._gnomeSettings = new Gio.Settings({schema_id: 'org.gnome.desktop.interface'}); ```