diff options
-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) |