diff options
author | David Runge <dave@sleepmap.de> | 2016-01-14 09:39:30 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2016-01-14 09:39:30 +0100 |
commit | 41e7a667e984a9b1bdd2122650e00bfc3ce380c0 (patch) | |
tree | f757cd8b1ec1499933d8d68d2aa3f521f19740bc | |
parent | d4c91e5cf6e1707fcffbad04a4c926e88cba2d04 (diff) | |
download | dotfiles-41e7a667e984a9b1bdd2122650e00bfc3ce380c0.tar.gz dotfiles-41e7a667e984a9b1bdd2122650e00bfc3ce380c0.tar.bz2 dotfiles-41e7a667e984a9b1bdd2122650e00bfc3ce380c0.tar.xz dotfiles-41e7a667e984a9b1bdd2122650e00bfc3ce380c0.zip |
.config/redshift.conf: Further defining gamma modes for day/night. lowering the temp-day value. Raising the brightness-night value.
-rw-r--r-- | .config/redshift.conf | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.config/redshift.conf b/.config/redshift.conf index d423561..1cdedf3 100644 --- a/.config/redshift.conf +++ b/.config/redshift.conf @@ -1,11 +1,12 @@ ; Global settings [redshift] -temp-day=7700 +temp-day=6500 temp-night=4700 brightness-day=1.0 -brightness-night=0.81 +brightness-night=0.92 transition=0 -gamma=0.91:0.82:0.85 +gamma-day=0.97:0.94:0.95 +gamma-night=0.93:0.9:0.88 location-provider=manual adjustment-method=randr |