From 16a630de2181cf70f37433fc2ea672faca2ee2d4 Mon Sep 17 00:00:00 2001 From: Hayden Schiff Date: Thu, 21 Jan 2016 19:07:03 -0500 Subject: [PATCH 1/2] redshift: add page --- pages/common/redshift.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 pages/common/redshift.md diff --git a/pages/common/redshift.md b/pages/common/redshift.md new file mode 100644 index 000000000..007e83fce --- /dev/null +++ b/pages/common/redshift.md @@ -0,0 +1,27 @@ +# redshift + +> Adjust the color temperature of your screen according to your surroundings. + +- Turn on Redshift with 5700K temperature during day and 3600K at night: + +`redshift -t {{5700}}:{{3600}}` + +- Turn on Redshift with a manually-specified custom location: + +`redshift -l {{latitude}}:{{longitude}}` + +- Turn on Redshift with 70% screen brightness during day and 40% brightness at night: + +`redshift -b {{0.7}}:{{0.4}}` + +- Turn on Redshift with custom gamma levels (between 0 and 1): + +`redshift -g {{red}}:{{green}}:{{blue}}` + +- Turn on Redshift with temperature transitions disabled: + +`redshift -r` + +- Turn on Redshift with a constant unchanging color temperature: + +`redshift -O {{temperature}}` From cc00b3b1f2f6c233ebb672bba796dc3d5c75cb68 Mon Sep 17 00:00:00 2001 From: Hayden Schiff Date: Thu, 21 Jan 2016 23:08:52 -0500 Subject: [PATCH 2/2] redshift: removed `-r` example --- pages/common/redshift.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pages/common/redshift.md b/pages/common/redshift.md index 007e83fce..f2079a629 100644 --- a/pages/common/redshift.md +++ b/pages/common/redshift.md @@ -18,10 +18,6 @@ `redshift -g {{red}}:{{green}}:{{blue}}` -- Turn on Redshift with temperature transitions disabled: - -`redshift -r` - - Turn on Redshift with a constant unchanging color temperature: `redshift -O {{temperature}}`