mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-12 04:54:52 +03:00
20 lines
316 B
Markdown
20 lines
316 B
Markdown
|
# light
|
||
|
|
||
|
> CLI to control the backlight of your screen.
|
||
|
|
||
|
- 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}}`
|