4 lines
60 B
Plaintext
Executable file
4 lines
60 B
Plaintext
Executable file
if [[ -z "$(pidof gtk-tray)" ]]; then
|
|
sh -c gtk-tray &
|
|
fi
|