Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 797 Bytes

README.md

File metadata and controls

48 lines (32 loc) · 797 Bytes

Iris

Command line tool to adjust your screen's brightness (Linux only).

Install

Download one of the packages in Releases:

Debian

sudo dpkg -i iris-*.deb

Fedora

sudo dnf install iris-*.rpm

Build

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

Usage

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.

License

This work is licensed under MIT License.