2021-03-01 17:39:21 +03:00
|
|
|
Simple tool for backlight brightness control. For build from source needs
|
|
|
|
|
[Nim](https://nim-lang.org/) language compiler.
|
|
|
|
|
|
2021-03-02 16:26:08 +03:00
|
|
|
In NixOS download file `nbackbright.nix` and run `nix-env -f nbackbright.nix -i`.
|
|
|
|
|
|
2021-03-01 17:39:21 +03:00
|
|
|
Usage: `nbackbright <percent>`, where `<percent>` is a percentage of brightness
|
|
|
|
|
changing.
|
|
|
|
|
|
|
|
|
|
For example: `nbackbright -10` decrease brightness by 10%.
|