diff options
Diffstat (limited to '_conky/cronograph/conky_start.sh')
-rwxr-xr-x | _conky/cronograph/conky_start.sh | 10 |
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 + |