mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 23:42:09 +02:00

* pages*: refine wording --------- Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: Juri Dispan <juri.dispan@posteo.net> Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
306 B
306 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 a specific brightness:
brightness {{0..1}}
- Set the brightness to 50%:
brightness {{0.5}}