2013-09-01 12:30:31 -04:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
|
|
sleep 10
|
|
|
|
|
/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
|
2013-09-01 12:41:14 -04:00
|
|
|
/usr/bin/conky -d -c $HOME/Files/Public-Configuration/center.conkyrc
|
|
|
|
|
sleep 3
|
2013-09-01 12:30:31 -04:00
|
|
|
/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
|