LinuxCommandLibrary

blight

Control display backlight brightness

TLDR

Set display brightness to a percentage

$ blight set [50] -r
copy
Show current display brightness
$ blight show
copy
Print maximum display brightness
$ blight max
copy
Increase display brightness by percentage
$ blight inc [number] -r
copy
Decrease display brightness
$ blight dec [number]
copy

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 value
show
Display current brightness level
max
Print maximum brightness value
inc value
Increase brightness by value
dec 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

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community