light: add page (#1814)

This commit is contained in:
Max Strübing 2017-12-18 18:44:24 +01:00 committed by Agniva De Sarker
parent 0e5d6a2cf5
commit 0697c4d409

19
pages/linux/light.md Normal file
View File

@ -0,0 +1,19 @@
# 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}}`