5 lines
109 B
Bash
Executable file
5 lines
109 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
command -v redshift-gtk \
|
|
&& (pgrep redshift-gtk \
|
|
|| { redshift-gtk & })
|