2018-11-05 22:36:33 +00:00
|
|
|
# brightness
|
|
|
|
|
|
|
|
> Get and set the brightness level of all internal and certain external displays.
|
2022-02-14 11:21:43 +00:00
|
|
|
> More information: <https://github.com/nriley/brightness>.
|
2018-11-05 22:36:33 +00:00
|
|
|
|
|
|
|
- Show current brightness:
|
|
|
|
|
|
|
|
`brightness -l`
|
|
|
|
|
2024-02-09 13:55:36 +00:00
|
|
|
- Set a specific brightness:
|
2018-11-05 22:36:33 +00:00
|
|
|
|
2024-02-09 13:55:36 +00:00
|
|
|
`brightness {{0..1}}`
|
2018-11-05 22:36:33 +00:00
|
|
|
|
2021-10-06 12:05:48 +01:00
|
|
|
- Set the brightness to 50%:
|
2018-11-05 22:36:33 +00:00
|
|
|
|
|
|
|
`brightness {{0.5}}`
|