From ec7be25438ea07b36254bfdfce5c1fa808a43e71 Mon Sep 17 00:00:00 2001 From: James Lear Date: Thu, 8 Feb 2024 22:34:23 -0800 Subject: [PATCH] gammastep: add page (#12196) --- pages/common/gammastep.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pages/common/gammastep.md diff --git a/pages/common/gammastep.md b/pages/common/gammastep.md new file mode 100644 index 000000000..fe4052c9d --- /dev/null +++ b/pages/common/gammastep.md @@ -0,0 +1,28 @@ +# Gammastep + +> Adjust the screen's color temperature according to the time of day. +> More information: . + +- Turn on Gammastep with a specific [t]emperature during the day (e.g. 5700k) and at night (e.g. 3600k): + +`gammastep -t {{5700}}:{{3600}}` + +- Turn on Gammastep with a manually specified custom [l]ocation: + +`gammastep -l {{latitude}}:{{longitude}}` + +- Turn on Gammastep with a specific screen [b]rightness during the day (e.g. 70%) and at night (e.g. 40%), with minimum brightness 10% and maximum brightness 100%: + +`gammastep -b {{0.7}}:{{0.4}}` + +- Turn on Gammastep with custom [g]amma levels (between 0 and 1): + +`gammastep -g {{red}}:{{green}}:{{blue}}` + +- Turn on Gammastep with a c[O]nstant unchanging color temperature: + +`gammastep -O {{temperature}}` + +- Reset temperature adjustments applied by Gammastep: + +`gammastep -x`