LinuxCommandLibrary

light

light

TLDR

Get the current backlight value in percent

$ light
copy


Set the backlight value to 50 percent
$ light -S [50]
copy


Reduce 20 percent from the current backlight value
$ light -U [20]
copy


Add 20 percent to the current backlight value
$ light -A [20]
copy

Copied to clipboard