Theme the window control buttons. (Warning: Highly Experimental)
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
1. Not necessary (line 34 prefs.js). 2. Use `this.path` instead of `this.dir.get_path()`. 3. You didn't disconnect object for lines 146, 186 and 193 (extension.js). 4. Also null out these in disable: ```js button_style = null; this._windows = null; ``` 5. Don't use `log()`: https://gjs.guide/extensions/upgrading/gnome-shell-45.html#logging 6. Don't use github in line 8-9 (client.js).
7. Don't use `byteArray` (line 16 dbus/services.js): https://developer.mozilla.org/en-US/docs/Web/API/TextDecoder