Change window transparency two ways: click the panel icon to toggle the focused window's opacity, or hold a modifier key (Alt by default) and scroll the mouse wheel over any window to adjust its opacity.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
| Version | Status |
|---|---|
| 21 | Active |
| 20 | Active |
| 19 | Rejected |
| 18 | Active |
| 17 | Active |
| 16 | Rejected |
| 15 | Rejected |
| 14 | Active |
| 13 | Active |
| 12 | Active |
| 11 | Active |
| 10 | Active |
| 9 | Rejected |
| 8 | Rejected |
| 7 | Active |
| 6 | Rejected |
| 5 | Rejected |
| 4 | Active |
| 3 | Active |
| 2 | Active |
| 1 | Active |
Rejected because you didn't remove the timeout on disable. To do that: 1. Store `GLib.timeout_add` output in a variable. For example `let id = GLib.timeout_add(GLib.PRIORITY_DEFAULT, 1000, () => { ... });`. 2. Use `GLib.source_remove(id);` on disable.
sure, let me update it. it it possible to reuse this review page?
What do you mean by reuse? btw, you can join us on GNOME Matrix channel if you want to ask questions related to the extensions: https://matrix.to/#/#extensions:gnome.org