mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-21 22:22:07 +02:00

* pages*: refine wording --------- Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: Juri Dispan <juri.dispan@posteo.net> Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
16 lines
306 B
Markdown
16 lines
306 B
Markdown
# brightness
|
|
|
|
> Get and set the brightness level of all internal and certain external displays.
|
|
> More information: <https://github.com/nriley/brightness>.
|
|
|
|
- Show current brightness:
|
|
|
|
`brightness -l`
|
|
|
|
- Set a specific brightness:
|
|
|
|
`brightness {{0..1}}`
|
|
|
|
- Set the brightness to 50%:
|
|
|
|
`brightness {{0.5}}`
|