Skip to content

briansalehi/iris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Automatic Screen Brightness Adjustment Utility

Resources

License

Stars

Watchers

Forks

Packages

No packages published