Difference between revisions of "Basic Tips for conky"
no edit summary
imported>Excalibur1234 |
imported>Excalibur1234 |
||
Line 89: | Line 89: | ||
sleep 20 && conky | sleep 20 && conky | ||
conky -p 20 | |||
sh -c "sleep 20 && conky" | sh -c "sleep 20 && conky" | ||
<code>sleep 20</code> | <code>sleep 20</code> and <code>-p 20</code> delay the start of conky by 20 seconds after your Desktop Environment has started. Adjust this value to your liking. | ||