From 7aa1cba76238ee025467959db7313086010f3512 Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Sun, 1 Sep 2013 12:41:14 -0400 Subject: [PATCH] Run center after left and right (it takes longer anyway). --- run-conky.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run-conky.sh b/run-conky.sh index f69c95e..4b07103 100755 --- a/run-conky.sh +++ b/run-conky.sh @@ -1,12 +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/center.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