snippetbashTip
brightness — Get and set the brightness level of all internal and certain external displays. More information: <h
Viewed 0 times
thecommandbrightnessandclisetget
macos
Problem
How to use the
brightness command: Get and set the brightness level of all internal and certain external displays. More information: <https://github.com/nriley/brightness>.Solution
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 -lSet a specific brightness:
brightness {{0..1}}Set the brightness to 50%:
brightness {{0.5}}Code Snippets
Show current brightness
brightness -lSet a specific brightness
brightness {{0..1}}Set the brightness to 50%
brightness {{0.5}}Context
tldr-pages: osx/brightness
Revisions (0)
No revisions yet.