Run redshift with verbosity

This commit is contained in:
Dan Buch 2018-08-18 09:17:48 -04:00
parent 3b795ac310
commit bf2126c13f
Signed by: meatballhat
GPG Key ID: 9685130D8B763EA7
2 changed files with 2 additions and 1 deletions

View File

@ -4,3 +4,4 @@ temp-night=3000
transition=1 transition=1
brightness-day=1.0 brightness-day=1.0
brightness-night=0.8 brightness-night=0.8
provider=manual

View File

@ -2,7 +2,7 @@
set -o errexit set -o errexit
main() { main() {
exec redshift -l "$(__get_lat_lon)" exec redshift -l "$(__get_lat_lon)" -v
} }
__get_lat_lon() { __get_lat_lon() {