From 25b947edf445a96db335fe285a8b253b214649ff Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Wed, 6 Jan 2016 22:59:26 +0800 Subject: Rename .* => _*; Move out private contents. --- _conky/cronograph/conky_start.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 _conky/cronograph/conky_start.sh (limited to '_conky/cronograph/conky_start.sh') 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 + -- cgit v1.2.2