Replaces digital lock clock with analog
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
| Version | Status |
|---|---|
| 1 | 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(); ```
The `getAccentColor()` function is also called in `prefs.js` and unfortunately `St` can't be used there. Thanks for the heads up!