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, 10 insertions, 0 deletions
diff --git a/_conky/cronograph/conky_start.sh b/_conky/cronograph/conky_start.sh
new file mode 100755
index 0000000..98dbb27
--- /dev/null
+++ b/_conky/cronograph/conky_start.sh
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+CONKYRC="$HOME/.conky/cronograph/conkyrc"
+
+sleep 5
+
+conky -d -c ${CONKYRC} "$@"
+
+exit 0
+