diff options
author | Franck Cuny <franck@fcuny.net> | 2021-01-03 14:48:34 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2021-01-03 14:48:34 -0800 |
commit | fb9869917f3dba5a1d2bfc66a470f33fc3a64347 (patch) | |
tree | 83672e34e261f5db6266e3cc69e642d3e5120394 | |
parent | zsh: some cleanup (diff) | |
download | emacs.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.
Diffstat (limited to '')
-rw-r--r-- | config/redshift.conf | 2 |
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 |