First draft of script to run conky.
This commit is contained in:
parent
5f0a99f415
commit
40ac28d539
1 changed files with 12 additions and 0 deletions
12
run-conky.sh
Executable file
12
run-conky.sh
Executable file
|
|
@ -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
|
||||
Loading…
Add table
Reference in a new issue