Review of "Analog Lock Clock" version 1

Details Page Preview

Replaces digital lock clock with analog

Extension Homepage
https://gitlab.com/siemaqrwa/analog-lock-clock

No comments.

FAQ

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

Shexli (experimental)

Shexli did not find any issues.

All Versions

Version Status
1 Active

Previous Reviews on this Version

fmuellner active
An easier way to get the accent color would be ``` const context = St.ThemeContext.get_for_stage(global.stage); const [accentColor] = context.get_accent_color(); ```
siemaqrwa posted a review
The `getAccentColor()` function is also called in `prefs.js` and unfortunately `St` can't be used there. Thanks for the heads up!