mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
30 lines
548 B
Plaintext
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}}`
|