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

Details Page Preview

Vintage digital display with a high-fidelity 7-segment font. 8 color themes, custom colors, desktop widget mode, and integrated alarms.

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.