mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 04:26:01 +02:00
blight: add page (#8633)
* blight: add page * blight: adjust to change requests * blight: fix arguments and fix command desc
This commit is contained in:
parent
1077c06694
commit
dbbc452503
1 changed files with 24 additions and 0 deletions
24
pages/linux/blight.md
Normal file
24
pages/linux/blight.md
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# blight
|
||||||
|
|
||||||
|
> Utility for changing the display brightness.
|
||||||
|
> More information: <https://github.com/gutjuri/blight>.
|
||||||
|
|
||||||
|
- Set display brightness to 50%:
|
||||||
|
|
||||||
|
`blight set {{50}} -r`
|
||||||
|
|
||||||
|
- Show current display brightness:
|
||||||
|
|
||||||
|
`blight show`
|
||||||
|
|
||||||
|
- Print maximum display brightness:
|
||||||
|
|
||||||
|
`blight max`
|
||||||
|
|
||||||
|
- Increase display brightness in %:
|
||||||
|
|
||||||
|
`blight inc {{number}} -r`
|
||||||
|
|
||||||
|
- Decrease display brightness with internal units:
|
||||||
|
|
||||||
|
`blight dec {{number}}`
|
Loading…
Add table
Reference in a new issue