From 0db3831b7a769e676f406f790cb03ae1e53fe992 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 12 Feb 2014 01:50:10 -0500 Subject: [PATCH] fix hemisphere --- .bin/redshift-check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bin/redshift-check b/.bin/redshift-check index eeaf8a7..a749406 100755 --- a/.bin/redshift-check +++ b/.bin/redshift-check @@ -1,7 +1,7 @@ #!/bin/sh h=$(date +%H) if [ ${h#0} -lt 10 -o ${h#0} -ge 21 ]; then - (pgrep -f /usr/bin/redshift >/dev/null 2>&1 || DISPLAY=:0 exec /usr/bin/redshift -l 42:71) & + (pgrep -f /usr/bin/redshift >/dev/null 2>&1 || DISPLAY=:0 exec /usr/bin/redshift -l 42:-71) & else killall -q redshift fi -- 2.39.5