Review of "Brightness control using ddcutil" version 6

Details Page Preview

Brightness control for all the monitors detected by ddcutil This tool uses ddcutil as backend for communication with your display. Read setup instructions from: https://github.com/daitj/gnome-display-brightness-ddcutil/blob/master/README.md

Extension Homepage
https://github.com/daitj/gnome-display-brightness-ddcutil

No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

All Versions

Previous Reviews on this Version

andyholmes active
FYI, the two functions `log()` and `logError()` are global (so you don't need to add the `global.` prefix if you don't want). `log()` will take just a string, while `logError(Error, stringPrefix)` takes an `Error` object and a optional prefix string. In other words, you should pass strings to `log()` and caught errors with `logError()`.