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.
Thanks! but you shouldn't change how you get the extension settings (line 16 `extension.js`). The correct way of getting those gsettings: ```js this._gnomeSettings = new Gio.Settings({ schema_id: 'org.gnome.desktop.interface' }); this._settings = this.getSettings(); ```