mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-19 07:50:08 +00:00
Update cheatsheets
This commit is contained in:
29
linux/brightnessctl
Normal file
29
linux/brightnessctl
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# brightnessctl
|
||||
|
||||
> Utility for reading and controlling device brightness for 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%-}}`
|
||||
Reference in New Issue
Block a user