diff options
author | Aaron LI <aaronly.me@outlook.com> | 2016-10-04 21:52:06 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2016-10-04 21:52:06 +0800 |
commit | 5bb1fa8b483c371df15dde2864d5ad07fb7799cc (patch) | |
tree | e157c302e2623a8f79b184ec1ea141c3a6bb8ca0 /_config | |
parent | 351984018c83e38e73fd48026f8d79dcad6fec7d (diff) | |
download | dotfiles-5bb1fa8b483c371df15dde2864d5ad07fb7799cc.tar.bz2 |
Update redshift configurations
Diffstat (limited to '_config')
-rw-r--r-- | _config/redshift.conf | 20 |
1 files 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 |