Run center after left and right (it takes longer anyway).
This commit is contained in:
parent
ee89b69c51
commit
7aa1cba762
1 changed files with 2 additions and 2 deletions
|
|
@ -1,12 +1,12 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
sleep 10
|
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
|
/usr/bin/conky -d -c $HOME/Files/Public-Configuration/left.conkyrc
|
||||||
sleep 3
|
sleep 3
|
||||||
/usr/bin/conky -d -c $HOME/Files/Public-Configuration/right.conkyrc
|
/usr/bin/conky -d -c $HOME/Files/Public-Configuration/right.conkyrc
|
||||||
sleep 3
|
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
|
/usr/bin/conky -d -c $HOME/Files/Public-Configuration/bottom-right.conkyrc
|
||||||
sleep 3
|
sleep 3
|
||||||
/usr/bin/conky -d -c $HOME/Files/Public-Configuration/bottom-left.conkyrc
|
/usr/bin/conky -d -c $HOME/Files/Public-Configuration/bottom-left.conkyrc
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue