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