dotfiles/local/bin/redshift-gtk-wrapper

10 lines
139 B
Plaintext
Raw Normal View History

2018-08-18 13:29:27 +00:00
#!/usr/bin/env bash
set -o errexit
main() {
export REDSHIFT_EXE=redshift-gtk
exec ~/.local/bin/redshift-wrapper "${@}"
2018-08-18 13:29:27 +00:00
}
main "${@}"