From e63ea01dbd49c5ff67160e126d2a8cbaf38072c4 Mon Sep 17 00:00:00 2001 From: Jon Lund Steffensen Date: Wed, 4 Nov 2009 21:56:28 +0100 Subject: Make transition period a bit shorter. --- redshift.c | 6 ++++-- 1 file 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 \ -- cgit v1.2.3-70-g09d2