Run redshift with verbosity
This commit is contained in:
parent
3b795ac310
commit
bf2126c13f
@ -4,3 +4,4 @@ temp-night=3000
|
||||
transition=1
|
||||
brightness-day=1.0
|
||||
brightness-night=0.8
|
||||
provider=manual
|
||||
|
@ -2,7 +2,7 @@
|
||||
set -o errexit
|
||||
|
||||
main() {
|
||||
exec redshift -l "$(__get_lat_lon)"
|
||||
exec redshift -l "$(__get_lat_lon)" -v
|
||||
}
|
||||
|
||||
__get_lat_lon() {
|
||||
|
Loading…
Reference in New Issue
Block a user