From 505f4aedb8a792933876a585b86eb21d6a178fb8 Mon Sep 17 00:00:00 2001 From: Quentin Duchemin Date: Fri, 15 Jun 2018 21:10:45 +0200 Subject: [PATCH] Add Redshift conf --- .config/redshift.conf | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .config/redshift.conf diff --git a/.config/redshift.conf b/.config/redshift.conf new file mode 100644 index 0000000..4cadda5 --- /dev/null +++ b/.config/redshift.conf @@ -0,0 +1,24 @@ +[redshift] +temp-day=6500 +temp-night=3500 + +; Smooth +transition=1 + +; Brightness change between day and night +brightness-day=1.0 +brightness-night=0.8 + +; Do not change Gamma correction at day, but compensate luminance loss at night +gamma-day=1.0 +gamma-night=0.7 + +; /sys/class/backlight is empty :( And DDC/CI is not implemented by my monitors, so software adjustement... Less dynamic... +adjustment-method=randr + +; Let's set Paris as main location to avoid random approximations +location-provider=manual + +[manual] +lat=48.6 +lon=2.3