blight
Control display backlight brightness
TLDR
Set display brightness to a percentage
$ blight set [50] -r
Show current display brightness$ blight show
Print maximum display brightness$ blight max
Increase display brightness by percentage$ blight inc [number] -r
Decrease display brightness$ blight dec [number]
SYNOPSIS
blight command [value] [options]
DESCRIPTION
blight adjusts display brightness on Linux systems. It can set brightness to absolute values or relative percentages, and supports incrementing and decrementing brightness levels.
The tool interfaces with the kernel's backlight subsystem to control display brightness.
PARAMETERS
-r, --relative
Interpret value as percentage (0-100)
SUBCOMMANDS
set value
Set brightness to specified valueshow
Display current brightness levelmax
Print maximum brightness valueinc value
Increase brightness by valuedec value
Decrease brightness by value
CAVEATS
Requires appropriate permissions to access backlight controls. May need to run as root or configure udev rules for unprivileged access. Only works with displays that expose backlight control through sysfs.
SEE ALSO
backlight_control(1), xbacklight(1), brightnessctl(1)
