8 lines
297 B
Bash
8 lines
297 B
Bash
sleep 5s
|
|
killall conky
|
|
cd "/home/jonathan/.conky/BibleVerse"
|
|
conky -c "/home/jonathan/.conky/BibleVerse/bibleGateway" &
|
|
cd "/home/jonathan/.conky/MyBlue"
|
|
conky -c "/home/jonathan/.conky/MyBlue/MyBlue" &
|
|
cd "/home/jonathan/.conky/Octupi_Arch"
|
|
conky -c "/home/jonathan/.conky/Octupi_Arch/co_main" &
|