diff options
author | Santo Cariotti <santo@dcariotti.me> | 2021-01-23 10:06:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-23 10:06:06 +0100 |
commit | 15e2eca0c67b25b5f03ee981e8f62bb572b9fefb (patch) | |
tree | 12d0dc8dd9af8fddfb393c0b82b57ed0e216acd0 /config | |
parent | 5e77533e277e3b49da101b4707f34f7079f0937d (diff) |
Create redshift.conf
Diffstat (limited to 'config')
-rw-r--r-- | config/redshift.conf | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/config/redshift.conf b/config/redshift.conf new file mode 100644 index 0000000..7d76847 --- /dev/null +++ b/config/redshift.conf @@ -0,0 +1,21 @@ +[redshift] + +temp-day=5700 +temp-night=4500 + +fade=1 + +; Custom dawn/dusk intervals. +dawn-time=6:00-7:45 +dusk-time=20:00-21:00 + +gamma-day=1 +gamma-night=0.8 + +location-provider=manual + +adjustment-method=randr + +[manual] +lat=37.46 +lon=15.05 |