Review of "Numeric Date And Clock" version 9

Details Page Preview

Numeric Clock replaces the GNOME top-bar clock with a clean, fully configurable numeric date/time. Use any strftime format (e.g. %A %d/%m/%Y %H:%M) and see changes instantly in the live preview. Features: Custom format string with instant-apply preview Optional “Only override top bar DateMenu” mode Smooth seconds when the interval is set to 1s Update interval range: 1–300 seconds Presets for quick setup (Default / Seconds) i18n-ready labels and a Donate button in Preferences Works on Wayland and Xorg, with builds for current and legacy GNOME versions No network access, no telemetry — settings stay on your machine Source code, issues, and releases: https://github.com/nickotmazgin/Linux-Numeric-Date-And-Clock

Extension Homepage
https://github.com/nickotmazgin/Linux-Numeric-Date-And-Clock

No comments.

Diff Against

Files

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

All Versions

Previous Reviews on this Version

Ghost posted a review
Schema file renamed to schemas/org.gnome.shell.extensions.numeric-clock.gschema.xml with matching id and path. metadata.json: "settings-schema": "org.gnome.shell.extensions.numeric-clock", shell-version set to ["42","43","44"], and the "icon" field removed. prefs.js: switched to ExtensionUtils.getSettings() (no manual Gio.Settings). extension.js: init() is empty; enable() obtains settings; disable() removes the timeout via GLib.source_remove() and sets settings = null. schemas/gschemas.compiled included for GNOME 42–44. No functional changes beyond these review requests.
JustPerfection rejected
#5 from previous review hasn't been addressed here. You should remove the timeout before line 127 `extension.js`, if it exists.