10 lines
83 B
Bash
Executable file
10 lines
83 B
Bash
Executable file
#!/bin/sh
|
|
|
|
if ! pidof awesome; then
|
|
sleep 5
|
|
exit
|
|
fi
|
|
|
|
exec 2>&1
|
|
exec redshift-gtk
|