diff options
author | David Runge <dave@sleepmap.de> | 2015-02-15 18:51:12 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2015-02-15 18:51:12 +0100 |
commit | 88567f850bd96348c27a8c5aff5f4bb7b7dbba88 (patch) | |
tree | afb501309f970355e55be1948aeab91055715287 | |
parent | 936446c8c89e64f88ef8d972feb3834158983c5d (diff) | |
download | dotfiles-88567f850bd96348c27a8c5aff5f4bb7b7dbba88.tar.gz dotfiles-88567f850bd96348c27a8c5aff5f4bb7b7dbba88.tar.bz2 dotfiles-88567f850bd96348c27a8c5aff5f4bb7b7dbba88.tar.xz dotfiles-88567f850bd96348c27a8c5aff5f4bb7b7dbba88.zip |
redshift.conf: Adding brighter settings for redshift
-rw-r--r-- | .config/redshift.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/redshift.conf b/.config/redshift.conf index f47dc59..d423561 100644 --- a/.config/redshift.conf +++ b/.config/redshift.conf @@ -1,11 +1,11 @@ ; Global settings [redshift] -temp-day=8700 +temp-day=7700 temp-night=4700 brightness-day=1.0 -brightness-night=0.8 +brightness-night=0.81 transition=0 -gamma=0.8:0.7:0.8 +gamma=0.91:0.82:0.85 location-provider=manual adjustment-method=randr |