brightness: add page (#2540)

This commit is contained in:
David
2018-11-05 23:36:33 +01:00
committed by Starbeamrainbowlabs
parent 24b670aba2
commit a0768ac59c

15
pages/osx/brightness.md Normal file
View File

@@ -0,0 +1,15 @@
# brightness
> Get and set the brightness level of all internal and certain external displays.
- Show current brightness:
`brightness -l`
- Set the brightness to 100%::
`brightness {{1}}`
- Set the brightness to 50%::
`brightness {{0.5}}`