1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/blight.md

25 lines
450 B
Markdown
Raw Normal View History

# blight
> Utility for changing the display brightness.
> More information: <https://github.com/gutjuri/blight>.
- Set display brightness to 50%:
`blight set {{50}} {{[-r|--relative]}}`
- Show current display brightness:
`blight show`
- Print maximum display brightness:
`blight max`
- Increase display brightness in %:
`blight inc {{number}} {{[-r|--relative]}}`
- Decrease display brightness with internal units:
`blight dec {{number}}`