10 releases (3 stable)
1.0.2 | May 21, 2024 |
---|---|
1.0.1 | Apr 10, 2024 |
1.0.0 | Jun 6, 2023 |
0.1.7 | Jun 6, 2023 |
0.1.5 | Mar 31, 2023 |
#235 in Unix APIs
700 downloads per month
6KB
99 lines
BrightCLI
Util to change monitor brightness.
Build and install
cargo install brightcli
# Whithout the following commands, brightcli will be read-only:
sudo chown root ~/.cargo/bin/brightcli
sudo chmod u+s ~/.cargo/bin/brightcli
Use
brightcli
: returns current brightnessbrightcli +
: increments brightness and returns its new valuebrightcli -
: decrements brightness and returns its new value