light: add page (#1814)
This commit is contained in:

committed by
Agniva De Sarker

parent
0e5d6a2cf5
commit
0697c4d409
19
pages/linux/light.md
Normal file
19
pages/linux/light.md
Normal 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}}`
|
Reference in New Issue
Block a user