1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 03:22:08 +02:00
tldr/pages/osx/brightness.md
2022-02-14 08:21:43 -03:00

304 B

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 the brightness to 100%:

brightness {{1}}

  • Set the brightness to 50%:

brightness {{0.5}}