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

Details Page Preview

Vintage digital display with high-fidelity 7-segment font. Features Neon Green, Amber, and Retro Gray modes with integrated alarm.

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.

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.