| Crates.io | akarui |
| lib.rs | akarui |
| version | 0.1.2 |
| created_at | 2025-04-21 17:44:03.820403+00 |
| updated_at | 2025-04-21 18:33:56.33969+00 |
| description | A lightweight screen backlight tool for linux |
| homepage | |
| repository | https://github.com/elde-n/akarui |
| max_upload_size | |
| id | 1643009 |
| size | 57,530 |
A lightweight /sys/class/backlight/* wrapper, to control the backlight of screens on linux systems
cargo install akarui
# the default device is the first device found
akarui get --device="intel_backlight" # returns the backlight percentage of the default/selected device
akarui set 100 # sets the backlight percentage of a device to 100
akarui list # lists all the available devices
akarui load # loads all the screen backlight levels from the config file
akarui increase 5 # increases the backlight level by 5%