tldr/pages/linux/light.md

21 lines
357 B
Markdown
Raw Normal View History

2017-12-18 17:44:24 +00:00
# light
> Control the backlight of your screen.
> More information: <https://manned.org/light>.
2017-12-18 17:44:24 +00:00
- 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}}`