| Crates.io | ddc-brightness-ctl |
| lib.rs | ddc-brightness-ctl |
| version | 1.1.0 |
| created_at | 2025-07-19 10:06:42.606835+00 |
| updated_at | 2025-07-19 10:42:54.228306+00 |
| description | Display brightness control utility |
| homepage | |
| repository | https://github.com/tritoke/ddc-brightness-ctl.git |
| max_upload_size | |
| id | 1760088 |
| size | 36,295 |
This is a small program offering an xbacklight-style interface to control the brightness of monitors with support for DDC luminance control.
Usage: ddc-brightness-ctl [-d|--display=NUM] [-l|--list] [--inc=NUM] [--dec=NUM] [--set=NUM]
Options:
-d, --display: optionally specify which display to change
default operates on all displays
-l, --list: list all detected displays and metadata
--set: set brightness to NUM percent
--inc: increase brightness by NUM percent
--dec: decrease brightness by NUM percent
Pick your poison:
cargo install --locked ddc-brightness-ctl
cargo install --locked --git https://github.com/tritoke/ddc-brightness-ctl.git
# if you have have the repo cloned:
cargo install --path . --locked
Note: a manual page is also provided at ddc-brightness-ctl.1, this can be installed with:
mkdir -p ~/.local/share/man/man1
curl https://raw.githubusercontent.com/tritoke/ddc-brightness-ctl/refs/heads/main/ddc-brightness-ctl.1 -o ~/.local/share/man/man1/ddc-brightness-ctl.1