summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2021-01-03 14:48:34 -0800
committerFranck Cuny <franck@fcuny.net>2021-01-03 14:48:34 -0800
commitfb9869917f3dba5a1d2bfc66a470f33fc3a64347 (patch)
tree83672e34e261f5db6266e3cc69e642d3e5120394
parentzsh: some cleanup (diff)
downloademacs.d-fb9869917f3dba5a1d2bfc66a470f33fc3a64347.tar.gz
redshift: fix longitude for Berkeley
I should have read the documentation more carefully, the longitude, when
in the western emisphere, should be negative.
-rw-r--r--config/redshift.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/redshift.conf b/config/redshift.conf
index 3dee767..47f37d3 100644
--- a/config/redshift.conf
+++ b/config/redshift.conf
@@ -16,4 +16,4 @@ brightness-night=0.7
 
 [manual]
 lat=37.8715
-lon=122.2730
+lon=-122.2730