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 | |
parent | ~/.config import (diff) |
redshift
Diffstat (limited to '')
-rw-r--r-- | .chezmoidata.toml | 2 | ||||
-rw-r--r-- | dot_config/redshift.conf.tmpl (renamed from dot_config/redshift.conf) | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/.chezmoidata.toml b/.chezmoidata.toml new file mode 100644 index 0000000..84c4c95 --- /dev/null +++ b/.chezmoidata.toml @@ -0,0 +1,2 @@ +latitude = "45.5017" +longitude = "-73.5673" diff --git a/dot_config/redshift.conf b/dot_config/redshift.conf.tmpl index a462165..5c8b2a1 100644 --- a/dot_config/redshift.conf +++ b/dot_config/redshift.conf.tmpl @@ -9,5 +9,5 @@ temp-day=6500 temp-night=2500 [manual] -lat=40.4460 -lon=-79.9959 +lat={{ .latitude }} +lon=-{{ .longitude }} |