From: Mike Frysinger Date: Wed, 12 Feb 2014 06:50:10 +0000 (-0500) Subject: fix hemisphere X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=0db3831b7a769e676f406f790cb03ae1e53fe992;p=home.git fix hemisphere --- 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