1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-17 02:55:46 +02:00
tldr/pages.pt_BR/osx/brightness.md

17 lines
317 B
Markdown
Raw Normal View History

2022-07-16 23:15:08 -03:00
# brightness
> Obtém e define o nível de brilho de todos os monitores internos e alguns monitores externos.
> Mais informações: <https://github.com/nriley/brightness>.
- Mostra o brilho atual:
2022-07-16 23:15:08 -03:00
`brightness -l`
- Define o brilho para 100%:
2022-07-16 23:15:08 -03:00
`brightness {{1}}`
- Define o brilho para 50%:
2022-07-16 23:15:08 -03:00
`brightness {{0.5}}`