brightnessctl
brightnessctl
is a tool designed to configure the brightness of the screen without xbacklight
or sudo
, using a simple suid binary.
Installing
- Clone this repository
make
sudo make install
Using
brightnessctl
: prints the current brightnessbrightnessctl <percent>
: sets the brightness to a specific valuebrightnessctl '+'<percent>
: adds a specific value to the brightnessbrightnessctl '-'<percent>
: removes a specific value from the brightness
License
This software is released under the MIT License.