macOS Sonoma-inspired lock screen for GNOME Shell. Part of the WACK Project. What's new in v1.6.0: - Lockscreen Messages, allows you to put custom messages on the lockscreen, e.g "Timothy's ThinkPad, call the police if found" - Prompt Vibrancy, emulates gaussian blur for the password field with a simpler solution that samples the colors of the wallpaper beneath the password field. - Sneak Peek of the [PRO] upgrade. Check GitHub repo to learn how to upgrade your copy of WSL, totally FREE of charge. - Unlock Crossfade is now strictly coupled with WACK Shell [BETA], that enables windows to fade in upon unlock, no longer just the panel sliding down and clock fading out. WACK Shell is currently only available on GitHub.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
| Version | Status |
|---|---|
| 1.6.2 (26) | Unreviewed |
| 1.6.1 (25) | Active |
| 1.6.0 (24) | Active |
| 1.6.0 (23) | Rejected |
| 1.6.0 (22) | Rejected |
| 1.6.0 (21) | Rejected |
| 1.6.0 (20) | Rejected |
| 1.6.0 (19) | Rejected |
| 1.5.0 (18) | Rejected |
| 1.4.0 (17) | Active |
| 1.3.4 (16) | Inactive |
| 1.3.2 (15) | Inactive |
| 1.3.0 (14) | Inactive |
| 1.3.0 (13) | Rejected |
| 1.3.0 (12) | Inactive |
| 1.3.0 (11) | Rejected |
| 1.2.2 (10) | Inactive |
| 1.2.0 (9) | Inactive |
| 1.2.0 (8) | Rejected |
| 1.1.2 (7) | Inactive |
| 1.1.2 (6) | Rejected |
| 1.1.1 (5) | Inactive |
| 1.1.0 (4) | Rejected |
| 3 | Rejected |
| 2 | Inactive |
| 1 | Rejected |
1. What's the reason for the monitor (line 438-455 `prefs.js`)? 2. Move to enable and null it out in disable (line 63 `extension.js`). 3. Use `console.*` instead of `log()`. Logs should be only available on debug mode. For debug use `console.debug()` instead of `console.log()`: [Port Guide 45: Logging](https://gjs.guide/extensions/upgrading/gnome-shell-45.html#logging) 4. Remove line 729-733 `extension.js`. Your extension is running in lock screen. No reason to check state change of extensions.