From 8f21e9d9ac9a65e6130fd94d91dd8df6e1ffabf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Mon, 15 Feb 2016 18:48:26 +0100 Subject: [PATCH] Update redshift. --- autostart/autostart/redshift.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autostart/autostart/redshift.sh b/autostart/autostart/redshift.sh index d9cff15..5e5e72a 100755 --- a/autostart/autostart/redshift.sh +++ b/autostart/autostart/redshift.sh @@ -1,6 +1,6 @@ # redshift settings redshift_lat_long="49.5:11" -redshift_colortemp="5500:3700" +redshift_colortemp="6000:3300" log "starting redshift-gtk" -redshift-gtk -l "$redshift_lat_long" -t "$redshift_colortemp" & &>> "$LOGFILE" +redshift-gtk -b 1 -l "$redshift_lat_long" -t "$redshift_colortemp" & &>> "$LOGFILE"