diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2017-08-30 17:04:22 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-30 17:04:22 -0700 |
commit | a33d5e237ea4326fe778385f163de1682fab5607 (patch) | |
tree | b6720c01d16429eb4fb9d74da3cb11670f353331 /redshift.conf.sample | |
parent | Merge pull request #504 from jonls/geoclue-update (diff) | |
parent | Update man page (diff) | |
download | redshift-ng-a33d5e237ea4326fe778385f163de1682fab5607.tar.gz redshift-ng-a33d5e237ea4326fe778385f163de1682fab5607.tar.bz2 redshift-ng-a33d5e237ea4326fe778385f163de1682fab5607.tar.xz |
Merge pull request #507 from jonls/fade-term
Use the term "fade" instead of "transition" for the short (~5s) fade between color temperatures
Diffstat (limited to 'redshift.conf.sample')
-rw-r--r-- | redshift.conf.sample | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/redshift.conf.sample b/redshift.conf.sample index cd36048..319b633 100644 --- a/redshift.conf.sample +++ b/redshift.conf.sample @@ -4,10 +4,10 @@ temp-day=5700 temp-night=3500 -; Enable/Disable a smooth transition between day and night -; 0 will cause a direct change from day to night screen temperature. -; 1 will gradually increase or decrease the screen temperature. -transition=1 +; Disable the smooth fade between temperatures when Redshift starts and stops. +; 0 will cause an immediate change between screen temperatures. +; 1 will gradually apply the new screen temperature over a couple of seconds. +fade=1 ; Set the screen brightness. Default is 1.0. ;brightness=0.9 |