tldr/pages/osx/brightness.md

17 lines
304 B
Markdown
Raw Normal View History

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`
- Set the brightness to 100%:
2018-11-05 22:36:33 +00:00
`brightness {{1}}`
- Set the brightness to 50%:
2018-11-05 22:36:33 +00:00
`brightness {{0.5}}`