akarui

Crates.ioakarui
lib.rsakarui
version0.1.2
created_at2025-04-21 17:44:03.820403+00
updated_at2025-04-21 18:33:56.33969+00
descriptionA lightweight screen backlight tool for linux
homepage
repositoryhttps://github.com/elde-n/akarui
max_upload_size
id1643009
size57,530
Elden (elde-n)

documentation

README

akarui

A lightweight /sys/class/backlight/* wrapper, to control the backlight of screens on linux systems

installation

cargo install akarui

usage

# 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%
Commit count: 7

cargo fmt