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.
- Host: GitHub
- URL: https://github.com/brynblack/racklight
- Owner: brynblack
- License: agpl-3.0
- Created: 2022-08-25T00:26:53.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-30T00:46:12.000Z (about 3 years ago)
- Last Synced: 2024-12-27T16:32:50.450Z (10 months ago)
- Topics: backlight, bezier, linux, rust, utility
- Language: Rust
- Homepage:
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```