dotfiles/redshift/.config/X11/Xsession.d/redshift-gtk.sh

5 lines
109 B
Bash
Executable file

#!/usr/bin/env sh
command -v redshift-gtk \
&& (pgrep redshift-gtk \
|| { redshift-gtk & })