diff options
author | Aaron LI <aly@aaronly.me> | 2019-05-18 00:13:11 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2019-05-18 00:13:11 +0800 |
commit | b9c3c8f58c0bd37cbbfe4a8a451bec40c93131fe (patch) | |
tree | ed0dd4a77fc2cc0ed280e99e4cffcb826b2e6de2 /_config | |
parent | ae5cec979ac4521ad9e7262564a129a9cfc475e9 (diff) | |
download | dotfiles-b9c3c8f58c0bd37cbbfe4a8a451bec40c93131fe.tar.bz2 |
Redshift: tweak a bit
Diffstat (limited to '_config')
-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 61744c0..249fb10 100644 --- a/_config/redshift.conf +++ b/_config/redshift.conf @@ -15,7 +15,7 @@ [redshift] ; Set the day and night screen temperatures temp-day=5500 -temp-night=5000 +temp-night=5500 ; Enable/Disable a smooth transition between day and night ; 0 will cause a direct change from day to night screen temperature. @@ -26,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.8 -brightness-night=0.7 +;brightness-day=0.8 +;brightness-night=0.7 ; Set the screen gamma (for all colors, or each color channel ; individually) |