From 67c5a12ca26d9b28a8b6a6792dd1fe7552ed79a2 Mon Sep 17 00:00:00 2001 From: dakkar Date: Thu, 19 Jul 2018 20:58:25 +0100 Subject: newer redshift config --- .config/redshift.conf | 15 --------------- .config/redshift/redshift.conf | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 .config/redshift.conf create mode 100644 .config/redshift/redshift.conf diff --git a/.config/redshift.conf b/.config/redshift.conf deleted file mode 100644 index 3629ea7..0000000 --- a/.config/redshift.conf +++ /dev/null @@ -1,15 +0,0 @@ -[redshift] -temp-day=5700 -temp-night=3500 - -transition=1 - -location-provider=manual -adjustment-method=randr - -[manual] -lat=57 -lon=0 - -[randr] -screen=0 diff --git a/.config/redshift/redshift.conf b/.config/redshift/redshift.conf new file mode 100644 index 0000000..c10009c --- /dev/null +++ b/.config/redshift/redshift.conf @@ -0,0 +1,15 @@ +[redshift] +temp-day=5700 +temp-night=3500 + +fade=1 + +location-provider=manual +adjustment-method=randr + +[manual] +lat=51 +lon=0 + +[randr] +screen=0 -- cgit v1.2.3