mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-24 00:02:09 +02:00
15 lines
246 B
Markdown
15 lines
246 B
Markdown
# brightness
|
|
|
|
> Get and set the brightness level of all internal and certain external displays.
|
|
|
|
- Show current brightness:
|
|
|
|
`brightness -l`
|
|
|
|
- Set the brightness to 100%::
|
|
|
|
`brightness {{1}}`
|
|
|
|
- Set the brightness to 50%::
|
|
|
|
`brightness {{0.5}}`
|