Add a small note to your GNOME panel. Supports time-based notes that change automatically throughout the day, custom positioning, and precise index control. Compatible with GNOME 45–50.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
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:101
this.menu.connect('open-state-changed', (_menu, open) => {
if (open) {
let active = getActiveNote(settings);
this._activeTimeNoteIndex = active.timeNoteIndex;
this._entryUpdating = true;
this.