mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 03:35:41 +02:00
brightnessctl: add page (#6516)
This commit is contained in:
parent
b09b43f976
commit
500f963619
1 changed files with 24 additions and 0 deletions
24
pages/linux/brightnessctl.md
Normal file
24
pages/linux/brightnessctl.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# 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%}}`
|
Loading…
Add table
Reference in a new issue