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.
EGO-L-003 warning
signals connected by extension should be disconnected in disable()
Signals assigned in `enable()` are missing matching disconnect calls in `disable()` or its helper methods.
extension.js:56
this._indicator.connect('toggle-transparency', () => {
this._toggleWindowTransparency();
})
| 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 |
1. Timeout should be removed before creating a new one (line 127 `extension.js`): [EGO Review Guidelines: Timeout](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#remove-main-loop-sources) 2. What's the reason for try-catch wrapper (line 172 `extension.js`)? Doesn't seem anything throw there.
I have updated a new version addressing the review.