snippetbashTip
blight — Utility for changing the display brightness. More information: <https://github.com/gutjuri/blight#us
Viewed 0 times
thecommandblightchangingcliforutilitydisplay
linux
Problem
How to use the
blight command: Utility for changing the display brightness. More information: <https://github.com/gutjuri/blight#usage>.Solution
blight — Utility for changing the display brightness. More information: <https://github.com/gutjuri/blight#usage>.Set display brightness to 50%:
blight set {{50}} {{[-r|--relative]}}Show current display brightness:
blight showPrint maximum display brightness:
blight maxIncrease display brightness in %:
blight inc {{number}} {{[-r|--relative]}}Decrease display brightness with internal units:
blight dec {{number}}Code Snippets
Set display brightness to 50%
blight set {{50}} {{[-r|--relative]}}Show current display brightness
blight showPrint maximum display brightness
blight maxIncrease display brightness in %
blight inc {{number}} {{[-r|--relative]}}Decrease display brightness with internal units
blight dec {{number}}Context
tldr-pages: linux/blight
Revisions (0)
No revisions yet.