aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xxconky5
1 files changed, 5 insertions, 0 deletions
diff --git a/xconky b/xconky
index e2b803f..dcd4aa7 100755
--- a/xconky
+++ b/xconky
@@ -45,6 +45,11 @@ function xconky_refresh {
killall -USR1 conky
}
+# Check
+if ! which conky &> /dev/null; then
+ exit
+fi
+
# Parse
if [ -z "$1" ] || [ "$1" == "start" ]; then
xconky_start