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