diff --git a/pages/linux/brightnessctl.md b/pages/linux/brightnessctl.md new file mode 100644 index 000000000..e237c1772 --- /dev/null +++ b/pages/linux/brightnessctl.md @@ -0,0 +1,24 @@ +# brightnessctl + +> Utility for reading and controlling device brightness for GNU/Linux operating systems. +> More information: . + +- 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%}}`