#!/bin/sh
if [ -n "$(pidof conky 2>/dev/null)" ]; then
	killall conky &
else
	gtkdialog-splash -close never -timeout 2 -margin 10 -placement center -fontsize large -bg goldenrod -text " $(gettext 'Conky already off !') " &
fi
