HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

brightness — Get and set the brightness level of all internal and certain external displays. More information: <h

Submitted by: @import:tldr-pages··
0
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 -l


Set a specific brightness:
brightness {{0..1}}


Set the brightness to 50%:
brightness {{0.5}}

Code Snippets

Show current brightness

brightness -l

Set a specific brightness

brightness {{0..1}}

Set the brightness to 50%

brightness {{0.5}}

Context

tldr-pages: osx/brightness

Revisions (0)

No revisions yet.