From 80da0d8c96191b0ee92b6992c81ac00d52cbb13d Mon Sep 17 00:00:00 2001 From: Tom <81436713+CurtainsAreBetter@users.noreply.github.com> Date: Sun, 24 Apr 2022 11:58:55 +0000 Subject: [PATCH] backlight_control: add page (#8041) * backlight_control: add page * backlight_control: remove trailing whitespaces * backlight_control: conjoin first two examples Co-authored-by: Emily Grace Seville * backlight_control: improve syntax Co-authored-by: Emily Grace Seville * backlight_control: improve syntax Co-authored-by: Emily Grace Seville * backlight_control: remove repeated example Co-authored-by: Emily Grace Seville --- pages/linux/backlight_control.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/linux/backlight_control.md diff --git a/pages/linux/backlight_control.md b/pages/linux/backlight_control.md new file mode 100644 index 000000000..cd5972c3d --- /dev/null +++ b/pages/linux/backlight_control.md @@ -0,0 +1,16 @@ +# backlight_control + +> Control a linux machine's backlight using percentage values. +> More information: . + +- Increase/decrease the backlight by a specific percent count: + +`backlight_control {{+|-}}{{5}}` + +- Set the backlight strength to a specific percent count: + +`backlight_control {{90}}` + +- Print the help: + +`backlight_control`