mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-19 03:50:03 +00:00
Move pages under tldr, lint run.sh, update docs
This commit is contained in:
25
tldr/linux/light
Normal file
25
tldr/linux/light
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user