Files
cheatsheet-tldr/tldr/linux/blight
2025-11-29 00:20:05 +00:00

30 lines
548 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# 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 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}}`