diff options
author | Ryan Kavanagh <rak@rak.ac> | 2021-12-13 16:41:36 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2021-12-13 16:41:36 -0500 |
commit | 4f7ffeb1e966b43c2d0962d40d355a5e7dfd0721 (patch) | |
tree | a9f7db5c93ba777b1112e032d830455016e8ea68 /dot_config/redshift.conf.tmpl | |
parent | ~/.config import (diff) |
redshift
Diffstat (limited to 'dot_config/redshift.conf.tmpl')
-rw-r--r-- | dot_config/redshift.conf.tmpl | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dot_config/redshift.conf.tmpl b/dot_config/redshift.conf.tmpl new file mode 100644 index 0000000..5c8b2a1 --- /dev/null +++ b/dot_config/redshift.conf.tmpl @@ -0,0 +1,13 @@ +[redshift] +adjustment-method=randr +location-provider=manual +brightness-day=1.0 +brightness-night=0.5 +transition=1 +gamma-night=2.0 +temp-day=6500 +temp-night=2500 + +[manual] +lat={{ .latitude }} +lon=-{{ .longitude }} |