Get redshift-gtk working correctly

This commit is contained in:
2018-08-18 09:29:27 -04:00
parent bf2126c13f
commit 40edc7b708
5 changed files with 17 additions and 2 deletions

View File

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