From 2496b5c594470b1471262b3a6020d82a6e178f4f Mon Sep 17 00:00:00 2001 From: Thomas Preisner Date: Sun, 29 Apr 2018 01:35:33 +0200 Subject: [PATCH] config: add redshift.conf --- config/redshift.conf | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 config/redshift.conf diff --git a/config/redshift.conf b/config/redshift.conf new file mode 100644 index 0000000..4c0cce6 --- /dev/null +++ b/config/redshift.conf @@ -0,0 +1,19 @@ +[redshift] +; set day and night screen temperatures +temp-day=6000 +temp-night=3500 + +; enable smooth transition between day and night +transition=1 + +; set screen brightness for day and night +brightness-day=1.0 +brightness-night=1.0 + +; set location-provider +location-provider=manual + +[manual] +; longitudes and latitudes of Erlangen +lat=49.5896744 +lon=11.0119611