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() {