Command line tool to adjust your screen's brightness (Linux only).
Download one of the packages in Releases:
Debian
sudo dpkg -i iris-*.deb
Fedora
sudo dnf install iris-*.rpm
When building from source is desired:
git clone https://github.com/briansalehi/iris.git
cmake -S iris -B build -D CMAKE_BUILD_TYPE=release
cmake --build build --parallel
sudo cmake --install build
Query the current brightness of your screen:
adjust-brightness
Set brightness of your screen by passing percentage:
sudo adjust-brightness 33
Note: adjusting brightness requires root privileges.
This work is licensed under MIT License.