Review of "Retro LCD 7-Segment Clock" version 18

Details Page Preview

Vintage digital display with a high-fidelity 7-segment font. 10 color themes, custom colors, ghost segments, CRT scanlines, desktop widget mode, a quick color-switch menu, and integrated alarms with an on-screen dialog so they're never missed. Reads its own bundled font and alarm sound files, and copies the bundled font into ~/.local/share/fonts on first opening preferences so the live preview renders correctly; no other file access.

Extension Homepage
https://gitlab.com/corral1976/gnome-shell-extension-relojlcd

No comments.

Diff Against

Files

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

Shexli (experimental)

Shexli has not produced a result yet.

All Versions

Previous Reviews on this Version

Corral1976 posted a review
Version 18 update. I have addressed previous feedback regarding code cleanliness and signal management. Signals are now properly disconnected in the disable() method. Using this.openPreferences() for a more consistent user experience. Fixed font-weight issues to ensure the 7-segment display remains sharp and thin across different GNOME themes. Removed redundant style calculations and improved alignment using Clutter.ActorAlign.
JustPerfection active
Use `connectObject()` and `disconnectObject()` for easier cleanup.