1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 23:17:58 +01:00
tldr/pages/linux/brightnessctl.md
2022-07-15 11:11:14 -03:00

24 lines
595 B
Markdown

# brightnessctl
> Utility for reading and controlling device brightness for GNU/Linux operating systems.
> More information: <https://github.com/Hummer12007/brightnessctl>.
- List devices with changeable brightness:
`brightnessctl --list`
- Print the current brightness of the display backlight:
`brightnessctl get`
- Set the brightness of the display backlight to a specified percentage within range:
`brightnessctl set {{50%}}`
- Increase brightness by a specified increment:
`brightnessctl set {{+10%}}`
- Decrease brightness by a specified decrement:
`brightnessctl set {{10%-}}`