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 — v52 review notes Files touched: extension.js, prefs.js, stylesheet.css, schemas/*.gschema.xml, metadata.json, README.md. Four font files now live under assets/ (alongside the existing alarm.ogg): DSEG7Classic-Regular.ttf, DSEG7Classic-Bold.ttf, DSEG7Classic-Italic.ttf and DSEG7Classic-BoldItalic.ttf — same DSEG7 Classic family already bundled with this extension, same license (see DSEG-LICENSE.txt). What changed: Added a "Font Style" option (Regular / Bold / Italic / Bold Italic) alongside the existing font-size and color settings. - stylesheet.css: added three more @font-face rules for the same "DSEG7 Classic" family (one per extra variant), each with the font-weight/ font-style descriptor matching the metadata embedded in that TTF file. This lets St (GNOME Shell's toolkit) resolve the correct face the same way it already resolves the Regular one. - extension.js: the panel/widget clock reads a new "font-style" setting and sets font-weight/font-style accordingly when applying its label style, instead of a hardcoded weight. - prefs.js: the preferences preview installs all four bundled font files (copy only, via Gio.File.copy — no subprocess call, consistent with the fc-cache removal from the previous release) and lets the user pick a style from a combo row, updating the live "88:88" preview instantly via Pango markup. - schemas: added the "font-style" string key with an enum of allowed values (regular/bold/italic/bold-italic), default "regular". - All four font files moved into assets/, next to the existing alarm.ogg, instead of sitting loose at the extension root — keeping a single, consistent location for bundled binary resources. No new permissions, no subprocesses, no network access. Kind Regards :)
1. This can be approved but please don't send more fonts. 2. `@font-face` should be removed as it is not working in the shell process css.