aboutsummaryrefslogtreecommitdiffstats
path: root/_conky/cronograph/conky_start.sh
diff options
context:
space:
mode:
Diffstat (limited to '_conky/cronograph/conky_start.sh')
-rwxr-xr-x_conky/cronograph/conky_start.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/_conky/cronograph/conky_start.sh b/_conky/cronograph/conky_start.sh
deleted file mode 100755
index 98dbb27..0000000
--- a/_conky/cronograph/conky_start.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-CONKYRC="$HOME/.conky/cronograph/conkyrc"
-
-sleep 5
-
-conky -d -c ${CONKYRC} "$@"
-
-exit 0
-