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 |
Summary Version 47 fixes startup performance issues and adds a visual alarm indicator. Main Changes 1. Startup Performance Fix Deferred initialization during cold boot to prevent GNOME Shell from freezing Lazy GStreamer initialization (only when alarm actually triggers) 2. New Feature: Alarm Indicator Added visual dot indicator when alarm is enabled Shows users at a glance if alarm is active 3. Rendering Improvements Fixed shadow label rendering in retro mode to prevent unwanted visual effects Better cleanup of extension resources on disable Files Modified extension.js: Major refactoring for startup performance stylesheet.css: Added alarm dot styling metadata.json: Version bump to 47 Compatibility Supports GNOME Shell 45-50 No breaking changes Backward compatible with existing settings Testing Notes Please verify: Extension loads without blocking on cold boot Alarm indicator displays correctly All existing features still work
1. Please remove unnecessary comments and commented code. 2. Please use `connectObject()` and `disconnectObject()` so it is easier to track for cleanup. 3. Why idle (line 495 `extension.js`)? 4. Avoid sending AI code: [EGO Review Guidelines: AI](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#extensions-must-not-be-ai-generated)