Manjaro Difference between revisions of "Basic Tips for conky"

Difference between revisions of "Basic Tips for conky"

From Manjaro
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> delays the start of conky by 20 seconds after your Desktop Environment has started. Adjust this value to your liking.
<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.




Cookies help us deliver our services. By using our services, you agree to our use of cookies.