mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 16:46:04 +02:00
light: add page (#1814)
This commit is contained in:
parent
0e5d6a2cf5
commit
0697c4d409
1 changed files with 19 additions and 0 deletions
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}}`
|
Loading…
Add table
Reference in a new issue