8 releases (1 stable)
1.0.0 | Jun 6, 2023 |
---|---|
0.1.7 | Jun 6, 2023 |
0.1.6 | Apr 5, 2023 |
0.1.5 | Mar 31, 2023 |
#1152 in Command line utilities
59 downloads per month
5KB
90 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
Dependencies
~125KB