From 40ac28d539bacded70cd802aed137fa5f53c59e0 Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Sun, 1 Sep 2013 12:30:31 -0400 Subject: [PATCH] First draft of script to run conky. --- run-conky.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 run-conky.sh diff --git a/run-conky.sh b/run-conky.sh new file mode 100755 index 0000000..f69c95e --- /dev/null +++ b/run-conky.sh @@ -0,0 +1,12 @@ +#!/bin/sh + +sleep 10 +/usr/bin/conky -d -c $HOME/Files/Public-Configuration/center.conkyrc +sleep 3 +/usr/bin/conky -d -c $HOME/Files/Public-Configuration/left.conkyrc +sleep 3 +/usr/bin/conky -d -c $HOME/Files/Public-Configuration/right.conkyrc +sleep 3 +/usr/bin/conky -d -c $HOME/Files/Public-Configuration/bottom-right.conkyrc +sleep 3 +/usr/bin/conky -d -c $HOME/Files/Public-Configuration/bottom-left.conkyrc