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 |
Retro LCD 7-Segment Clock - v50 review notes What changed since v49? 1. New "Custom Color" theme option (clock-color = "custom"). Users can pick any color via a standard GTK color button in the preferences window. It is applied to the digits, the ":" separators, the alarm indicator dot, and the container border. The background tint is still derived automatically (same approach already used for the existing preset themes), so contrast/legibility is preserved. A new gschema key "custom-color" (string, default "#00ff00") stores the chosen hex color. 2. Live color preview in the preferences window. A small drawing area now shows a mock "88:88" display reflecting the currently selected theme (preset or custom) and glow intensity, so users can see the result before it's applied to the panel/widget. 3. Minor reliability fix for the "Flicker Effect" option: on some logins/reboots the flicker loop could fail to start until the user toggled the setting off and back on. The flicker state is now re-asserted right after the indicator is (re)built and again on the short deferred startup check that the clock display already used, removing the race that could leave it un-started. No new timers or permissions were introduced; this only changes when the existing _updateFlicker() call is invoked. 4. Internal refactor: color-to-rgba conversion is now shared between extension.js and prefs.js via a small new file, colorUtils.js (no UI or behavior change from this on its own). Not changed... ----------- - No new permissions, no network access, no changes to the alarm sound/notification flow. - All 8 existing preset color themes behave exactly as before. - metadata.json shell-version range is unchanged (45-48). Testing ------- - Verified JS syntax of extension.js, prefs.js and colorUtils.js. - Verified the updated GSettings schema compiles cleanly with glib-compile-schemas. Thank you for your time and attention. Kind regards