From c58ac271b9ee458008cd7a83eb0eb10c6b8bc475 Mon Sep 17 00:00:00 2001 From: Maksim Verkhoturov Date: Thu, 2 Mar 2023 23:10:01 +0000 Subject: [PATCH] gummy: add page (#9900) --- pages/linux/gummy.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pages/linux/gummy.md diff --git a/pages/linux/gummy.md b/pages/linux/gummy.md new file mode 100644 index 000000000..a19674672 --- /dev/null +++ b/pages/linux/gummy.md @@ -0,0 +1,28 @@ +# gummy + +> Screen brightness/temperature manager for Linux/X11. +> More information: . + +- Set the screen temperature to 3000K: + +`gummy --temperature {{3000}}` + +- Set the screen backlight to 50%: + +`gummy --backlight {{50}}` + +- Set the screen pixel brightness to 45%: + +`gummy --brightness {{45}}` + +- Increase current screen pixel brightness by 10%: + +`gummy --brightness {{+10}}` + +- Decrease current screen pixel brightness by 10%: + +`gummy --brightness {{-10}}` + +- Set the temperature and pixel brightness for the second screen: + +`gummy --screen {{1}} --temperature {{3800}} --brightness {{65}}`