An open API service indexing awesome lists of open source software.

https://github.com/brynblack/racklight

Blazingly fast CLI brightness control.
https://github.com/brynblack/racklight

backlight bezier linux rust utility

Last synced: 8 months ago
JSON representation

Blazingly fast CLI brightness control.

Awesome Lists containing this project

README

          

# racklight - 🚀 Blazingly fast CLI brightness control 🚀 (WIP)
- Custom bezier curves (WIP)
- Safe, reliable usage
- Tiny binary size
- Minimal dependences

## Usage
Currently, racklight does not have any Udev rules set, so the only way to set the brightness is to run it as root.
This will be fixed at some point in the future, however for the meantime you can use something like sudo or doas to run the binary.

```
sudo -E cargo run 30
sudo -E cargo run +5
sudo -E cargo run -2
```