diff options
author | Ryan Kavanagh <rak@rak.ac> | 2021-12-16 20:12:08 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2021-12-16 20:12:08 -0500 |
commit | cc473eae022c2f294207f80a6d37cdb701a10485 (patch) | |
tree | 960a493f5e9c012fe5f2fcb488ec142b52bef4e3 /dot_config | |
parent | ~/.Xsession should be ~/.xsession (diff) |
fix redshift.conf template
Diffstat (limited to 'dot_config')
-rw-r--r-- | dot_config/redshift.conf.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dot_config/redshift.conf.tmpl b/dot_config/redshift.conf.tmpl index 5c8b2a1..fee87a3 100644 --- a/dot_config/redshift.conf.tmpl +++ b/dot_config/redshift.conf.tmpl @@ -10,4 +10,4 @@ temp-night=2500 [manual] lat={{ .latitude }} -lon=-{{ .longitude }} +lon={{ .longitude }} |