Dimmer smoothly transitions your screen from one brightness to another. Very simple, and only tested with Wayland and recent Linux kernels.
```sh
dimmer --help
dimmer
dimmer --save --target 30% --duration 5s
dimmer --restore --duration 2s ```
Nix Flakes
Use as you would any nix flake, e.g. run directly with
sh
nix run github:koenw/dimmer
Cargo
Install to cargo's bin directory with
sh
cargo install dimmer