From 5bb1fa8b483c371df15dde2864d5ad07fb7799cc Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Tue, 4 Oct 2016 21:52:06 +0800 Subject: Update redshift configurations --- _config/redshift.conf | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_config/redshift.conf b/_config/redshift.conf index cbaded4..61744c0 100644 --- a/_config/redshift.conf +++ b/_config/redshift.conf @@ -5,15 +5,17 @@ ;; ;; Credits: http://jonls.dk/redshift/ ;; -;; 2015/06/30 +;; Aaron LI +;; Created: 2015-06-30 +;; Updated: 2016-10-04 ;; -;; Spaces not allowed before and after the '=' +;; NOTE: Spaces are NOT allowed before and after the '=' [redshift] ; Set the day and night screen temperatures temp-day=5500 -temp-night=3700 +temp-night=5000 ; Enable/Disable a smooth transition between day and night ; 0 will cause a direct change from day to night screen temperature. @@ -24,8 +26,8 @@ transition=1 ;brightness=0.9 ; It is also possible to use different settings for day and night ; since version 1.8. -brightness-day=0.7 -brightness-night=0.5 +brightness-day=0.8 +brightness-night=0.7 ; Set the screen gamma (for all colors, or each color channel ; individually) @@ -62,10 +64,8 @@ lon=121.5 ; Configuration of the adjustment-method ; type 'redshift -m METHOD:help' to see the settings. ; ex: 'redshift -m randr:help' -; In this example, randr is configured to adjust screen 1. -; Note that the numbering starts from 0, so this is actually the -; second screen. If this option is not specified, Redshift will try -; to adjust _all_ screens. +; Note that the numbering starts from 0. +; If this option is not specified, Redshift will try to adjust _all_ screens. [randr] -;screen=1 +screen=0 -- cgit v1.2.2