diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-01-06 13:10:22 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-01-06 13:10:22 -0500 |
commit | ec527987b4389e3139567d04d66d97db843e46ef (patch) | |
tree | 7bc61a8b2acafb97c2bd623c28e4d365e1c5eb8c /.config/redshift.conf | |
parent | 2c59bc096e4a0ea16d78d4b726a6dfe6c6a60b81 (diff) |
Add redshift.conf
Diffstat (limited to '.config/redshift.conf')
-rw-r--r-- | .config/redshift.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.config/redshift.conf b/.config/redshift.conf new file mode 100644 index 0000000..25e731a --- /dev/null +++ b/.config/redshift.conf @@ -0,0 +1,13 @@ +[redshift] +; Don't mess with the color, just brightness +temp-day=6500K +temp-night=6500K +brightness-day=1.0 +brightness-night=0.45 + +location-provider=manual +transition=0 + +[manual] +lat=39.9030 +lon=-85.9979 |