From bf2126c13ff1fa69a083ff153e6a39ad653a4573 Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Sat, 18 Aug 2018 09:17:48 -0400 Subject: [PATCH] Run redshift with verbosity --- config/redshift.conf | 1 + redshift-wrapper | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config/redshift.conf b/config/redshift.conf index d4f0229..1b1b6d0 100644 --- a/config/redshift.conf +++ b/config/redshift.conf @@ -4,3 +4,4 @@ temp-night=3000 transition=1 brightness-day=1.0 brightness-night=0.8 +provider=manual diff --git a/redshift-wrapper b/redshift-wrapper index 036b9f1..ec2a4b0 100755 --- a/redshift-wrapper +++ b/redshift-wrapper @@ -2,7 +2,7 @@ set -o errexit main() { - exec redshift -l "$(__get_lat_lon)" + exec redshift -l "$(__get_lat_lon)" -v } __get_lat_lon() {