mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 14:02:08 +02:00

* pages./: Automatically add alias pages Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * pages./: Automatically add links Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * Fix false positives from script Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
24 lines
507 B
Markdown
24 lines
507 B
Markdown
# blight
|
|
|
|
> Utilitaire pour changer la luminosité de l'affichage.
|
|
> Plus d'informations : <https://github.com/gutjuri/blight>.
|
|
|
|
- Fixe la luminosité de l'affichage à 50% :
|
|
|
|
`blight set {{50}} -r`
|
|
|
|
- Affiche la luminosité actuelle de l'affichage :
|
|
|
|
`blight show`
|
|
|
|
- Affiche la luminosité maximale de l'affichage :
|
|
|
|
`blight max`
|
|
|
|
- Augmente la luminosité de l'affichage en pourcentage :
|
|
|
|
`blight inc {{nombre}} -r`
|
|
|
|
- Réduit la luminosité de l'affichage en unités internes :
|
|
|
|
`blight dec {{nombre}}`
|