Crates.io | brightcli |
lib.rs | brightcli |
version | 1.0.2 |
source | src |
created_at | 2023-03-07 21:21:57.558526 |
updated_at | 2024-05-21 22:48:20.824899 |
description | Util to change monitor brightness. |
homepage | https://crates.io/crates/brightcli |
repository | https://github.com/cacilhas/microcli/tree/master/brightcli |
max_upload_size | |
id | 803942 |
size | 5,206 |
Util to change monitor brightness.
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
brightcli
: returns current brightnessbrightcli +
: increments brightness and returns its new valuebrightcli -
: decrements brightness and returns its new value