diff --git a/pages/linux/blight.md b/pages/linux/blight.md new file mode 100644 index 000000000..002cf3827 --- /dev/null +++ b/pages/linux/blight.md @@ -0,0 +1,24 @@ +# blight + +> Utility for changing the display brightness. +> More information: . + +- Set display brightness to 50%: + +`blight set {{50}} -r` + +- Show current display brightness: + +`blight show` + +- Print maximum display brightness: + +`blight max` + +- Increase display brightness in %: + +`blight inc {{number}} -r` + +- Decrease display brightness with internal units: + +`blight dec {{number}}`