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 |
|---|---|
| 34 | Unreviewed |
| 33 | Active |
| 32 | Active |
| 31 | Active |
| 30 | Rejected |
| 29 | Active |
| 28 | Rejected |
| 27 | Rejected |
| 26 | Rejected |
| 25 | Rejected |
| 24 | Active |
| 23 | Active |
| 22 | Rejected |
| 21 | Rejected |
| 20 | Rejected |
| 19 | Active |
| 18 | Active |
| 17 | Active |
| 16 | Rejected |
| 15 | Active |
| 14 | Rejected |
| 13 | Active |
| 12 | Rejected |
| 11 | Active |
| 10 | Active |
| 9 | Active |
| 8 | Rejected |
| 7 | Rejected |
| 6 | Rejected |
| 5 | Rejected |
| 4 | Rejected |
| 3 | Rejected |
| 2 | Rejected |
| 1 | Rejected |
Submission Notes for Version 21: Native Audio Implementation: I have completely removed the spawn command for audio playback. The extension now utilizes the native global.display.get_sound_player() and play_from_file APIs as requested. Timeout Management: I have fixed the management of GLib timeouts. The code now explicitly checks for and removes any existing _blinkLoop using GLib.Source.remove() before creating a new instance, preventing process accumulation. Memory Safety: Improved the disable() function to ensure all signals are disconnected via disconnectObject and all active timeouts (audio and visual) are cleared upon deactivation. Assets & Licensing: Proper attribution for the audio (alarm.ogg from Pixabay) and typography (Digital-7 by Style-7) has been added to the README.md in the repository. Code Cleanup: Removed redundant comments and adjusted indentation for better readability and compliance with GNOME Shell coding standards.
Timeout should be removed before creating a new one (line 108 `extension.js`).