HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

light — Control the backlight of your screen. More information: <https://manned.org/light>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandbacklightclicontrolscreenyourlight
linux

Problem

How to use the light command: Control the backlight of your screen. More information: <https://manned.org/light>.

Solution

light — Control the backlight of your screen. More information: <https://manned.org/light>.

Get the current backlight value in percent:
light


Set the backlight value to 50 percent:
light -S {{50}}


Reduce 20 percent from the current backlight value:
light -U {{20}}


Add 20 percent to the current backlight value:
light -A {{20}}

Code Snippets

Get the current backlight value in percent

light

Set the backlight value to 50 percent

light -S {{50}}

Reduce 20 percent from the current backlight value

light -U {{20}}

Add 20 percent to the current backlight value

light -A {{20}}

Context

tldr-pages: linux/light

Revisions (0)

No revisions yet.