1

I'm using Ubuntu 12.04 and installed the Conky system monitor, and start it with the conky command. I added this code on startup-applications but nothing works. How do I start conky when my Ubuntu starts up? Is it possible to start multiple Conky themes on startup?

1 Answers1

2

I added the following command as a startup application:

conky -p 30

and it works for me.

Apparently the desktop has to have initialized before conky starts and the 30 second delay allows for this.

Organic Marble
  • 23,641
  • 15
  • 70
  • 122