From fb9869917f3dba5a1d2bfc66a470f33fc3a64347 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 3 Jan 2021 14:48:34 -0800 Subject: redshift: fix longitude for Berkeley I should have read the documentation more carefully, the longitude, when in the western emisphere, should be negative. --- config/redshift.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/redshift.conf') 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 -- cgit 1.4.1