diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2017-10-11 18:21:21 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-11 18:21:21 -0700 |
commit | 6c678c955c28fa18ae5a07abed0f6965cfbfde74 (patch) | |
tree | fe9068d41a9dea85c640a81da3c9ecd9d25ef7a1 /redshift.conf.sample | |
parent | Merge pull request #530 from jonls/ci-apparmor (diff) | |
parent | Add dawn-time/dusk-time to sample config (diff) | |
download | redshift-ng-6c678c955c28fa18ae5a07abed0f6965cfbfde74.tar.gz redshift-ng-6c678c955c28fa18ae5a07abed0f6965cfbfde74.tar.bz2 redshift-ng-6c678c955c28fa18ae5a07abed0f6965cfbfde74.tar.xz |
Merge pull request #531 from jonls/time-adjustment-docs
Add documentation for time-based adjustment
Diffstat (limited to '')
-rw-r--r-- | redshift.conf.sample | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/redshift.conf.sample b/redshift.conf.sample index 51dc0b3..882865b 100644 --- a/redshift.conf.sample +++ b/redshift.conf.sample @@ -9,6 +9,21 @@ temp-night=3500 ; 1 will gradually apply the new screen temperature over a couple of seconds. fade=1 +; Solar elevation thresholds. +; By default, Redshift will use the current elevation of the sun to determine +; whether it is daytime, night or in transition (dawn/dusk). When the sun is +; above the degrees specified with elevation-high it is considered daytime and +; below elevation-low it is considered night. +;elevation-high=3 +;elevation-low=-6 + +; Custom dawn/dusk intervals. +; Instead of using the solar elevation, the time intervals of dawn and dusk +; can be specified manually. The times must be specified as HH:MM in 24-hour +; format. +;dawn-time=6:00-7:45 +;dusk-time=18:35-20:15 + ; Set the screen brightness. Default is 1.0. ;brightness=0.9 ; It is also possible to use different settings for day and night |