mirror of https://github.com/CrimsonTome/tldr.git
304 B
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}}