Vintage digital display with high-fidelity 7-segment font. Features Neon Green, Amber, and Retro Gray modes with integrated alarm.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
| Version | Status |
|---|---|
| 59 | Active |
| 58 | Active |
| 57 | Rejected |
| 56 | Active |
| 55 | Active |
| 54 | Active |
| 53 | Active |
| 52 | Rejected |
| 51 | Active |
| 50 | Active |
| 49 | Active |
| 48 | Active |
| 47 | Rejected |
| 46 | Inactive |
| 45 | Inactive |
| 44 | Rejected |
| 43 | Inactive |
| 42 | Inactive |
| 41 | Inactive |
| 40 | Inactive |
| 39 | Inactive |
| 38 | Rejected |
| 37 | Rejected |
| 36 | Inactive |
| 35 | Inactive |
| 34 | Rejected |
| 33 | Inactive |
| 32 | Inactive |
| 31 | Inactive |
| 30 | Rejected |
| 29 | Inactive |
| 28 | Rejected |
| 27 | Rejected |
| 26 | Rejected |
| 25 | Rejected |
| 24 | Inactive |
| 23 | Inactive |
| 22 | Rejected |
| 21 | Rejected |
| 20 | Rejected |
| 19 | Inactive |
| 18 | Inactive |
| 17 | Inactive |
| 16 | Rejected |
| 15 | Inactive |
| 14 | Rejected |
| 13 | Inactive |
| 12 | Rejected |
| 11 | Inactive |
| 10 | Inactive |
| 9 | Inactive |
| 8 | Rejected |
| 7 | Rejected |
| 6 | Rejected |
| 5 | Rejected |
| 4 | Rejected |
| 3 | Rejected |
| 2 | Rejected |
| 1 | Rejected |
Technical Review Notes (v33) Summary: This update introduces a "Desktop Widget Mode," allowing users to toggle the clock between the top panel and a floating, draggable desktop widget. Key Changes & Technical Implementation: Dynamic UI Switching: The extension now handles seamless transitions between PanelMenu.Button (for the top bar) and St.Bin (for the desktop) without needing to reload the extension. Persistent Positioning: Added widget-x and widget-y GSettings keys to save the widget's location on the screen, ensuring the position is remembered across sessions. Input Handling: Implemented Clutter event listeners (button-press-event, motion-event, and button-release-event) to enable smooth "click-and-drag" functionality for the desktop widget. Architecture Integrity: The core clock logic, alarm system, and CSS styling engine remain untouched to ensure 100% visual and functional parity between the panel and widget modes. UX Improvements: Added right-click support for the desktop widget to easily access Preferences, maintaining the same intuitive workflow as the panel version. Files Modified: extension.js: Integrated widget logic and drag-and-drop handlers. prefs.js: Added a toggle for the new mode and adjusted font-size limits. schemas/org.gnome.shell.extensions.relojlcd.gschema.xml: Defined new keys for mode and coordinates.