aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.chezmoidata.toml2
-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 }}