Native GNOME integration for controlling Apple Studio Display brightness via studi or asdbctl. Note: You need to have either CLI tool(s) installed for this to work.
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:78
this.slider.connect('notify::value', () => {
if (this._isInternalUpdate) return;
const percentage = Math.round(this.slider.value * 100);
if (this._updateTimeoutId) {
this._pendingValue = percentage;
return;
}