aboutsummaryrefslogtreecommitdiffstats
path: root/redshift.c
diff options
context:
space:
mode:
Diffstat (limited to 'redshift.c')
-rw-r--r--redshift.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/redshift.c b/redshift.c
index b917dbd..952ec09 100644
--- a/redshift.c
+++ b/redshift.c
@@ -29,9 +29,11 @@
#define DEFAULT_GAMMA 1.0
/* Angular elevation of the sun at which the color temperature
- transition period starts and ends. */
+ transition period starts and ends (in degress).
+ Transition during twilight, and while the sun is lower than
+ 3.0 degrees above the horizon. */
#define TRANSITION_LOW SOLAR_CIVIL_TWILIGHT_ELEV
-#define TRANSITION_HIGH 6.0
+#define TRANSITION_HIGH 3.0
#define USAGE \