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

9
redshift-gtk-wrapper Executable file
View File

@@ -0,0 +1,9 @@
#!/usr/bin/env bash
set -o errexit
main() {
export REDSHIFT_EXE=redshift-gtk
exec ~/.redshift-wrapper "${@}"
}
main "${@}"