Run redshift with verbosity
This commit is contained in:
parent
3b795ac310
commit
bf2126c13f
@ -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
|
||||||
|
@ -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() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user