1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 14:42:19 +02:00
tldr/pages/linux/light.md
Lena 7ca1069d76
pages/*: reword descriptions without using "a CLI for" etc. (#10437)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-07-16 19:23:40 +02:00

20 lines
357 B
Markdown

# 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}}`