#!/bin/sh #Check if cairo dock is running if not let's start it if !(ps -U ${USER} | grep cairo-dock > /dev/null); then /usr/bin/cairo-dock -c & fi