mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
brightnessctl: update page and add Dutch translation (#17823)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
# brightnessctl
|
||||
|
||||
> Hulpprogramma voor het uitlezen en besturen van de helderheid van apparaten voor Linux-besturingssystemen.
|
||||
> Meer informatie: <https://github.com/Hummer12007/brightnessctl#usage>.
|
||||
|
||||
- Toon apparaten met aanpasbare helderheid:
|
||||
|
||||
`brightnessctl {{[-l|--list]}}`
|
||||
|
||||
- Toon de huidige helderheid van het standaardapparaat:
|
||||
|
||||
`brightnessctl {{[g|get]}}`
|
||||
|
||||
- Toon de huidige helderheid van een bepaald apparaat (kan een wildcard zijn):
|
||||
|
||||
`brightnessctl {{[g|get]}} {{[-d|--device]}} '{{apparaatnaam}}'`
|
||||
|
||||
- Stel de helderheid in op een bepaald percentage:
|
||||
|
||||
`brightnessctl {{[s|set]}} {{50}}%`
|
||||
|
||||
- Verhoog de helderheid met een bepaald percentage:
|
||||
|
||||
`brightnessctl {{[s|set]}} +{{10}}%`
|
||||
|
||||
- Verlaag de helderheid met een bepaald percentage:
|
||||
|
||||
`brightnessctl {{[s|set]}} {{10}}%-`
|
||||
@@ -7,18 +7,22 @@
|
||||
|
||||
`brightnessctl {{[-l|--list]}}`
|
||||
|
||||
- Print the current brightness of the display backlight:
|
||||
- Print the current brightness of the default device:
|
||||
|
||||
`brightnessctl get`
|
||||
`brightnessctl {{[g|get]}}`
|
||||
|
||||
- Set the brightness of the display backlight to a specified percentage within range:
|
||||
- Print the current brightness of a specific device (can be a wildcard):
|
||||
|
||||
`brightnessctl set {{50%}}`
|
||||
`brightnessctl {{[g|get]}} {{[-d|--device]}} '{{device_name}}'`
|
||||
|
||||
- Increase brightness by a specified increment:
|
||||
- Set the brightness to a specified percentage:
|
||||
|
||||
`brightnessctl set {{+10%}}`
|
||||
`brightnessctl {{[s|set]}} {{50}}%`
|
||||
|
||||
- Decrease brightness by a specified decrement:
|
||||
- Increase brightness by a specified percentage:
|
||||
|
||||
`brightnessctl set {{10%-}}`
|
||||
`brightnessctl {{[s|set]}} +{{10}}%`
|
||||
|
||||
- Decrease brightness by a specified percentage:
|
||||
|
||||
`brightnessctl {{[s|set]}} {{10}}%-`
|
||||
|
||||
Reference in New Issue
Block a user