Trying to integrate Conky into my desktop background. I run 'conky' from terminal but it brings up a second window with the information in it. Any assistance would be great!
Printable View
Trying to integrate Conky into my desktop background. I run 'conky' from terminal but it brings up a second window with the information in it. Any assistance would be great!
try this
conky -help
and
conky -d
When I run
conky -d
It opens in it's own window
Here is a screen shot
Check this line in your .conkeyrc file and change it to no:
Code:own_window yes
It should be in: /home/username/.conkyrc
If you don't have one, you'll need to copy the default .conkyrc file that comes with the package, or find one belonging to someone else that you like and copy it to your own home directory like shown above.
Thanks ozar!
http://www.dailyofftopic.com/images/...Screenshot.png
There we go!
Thanks again guys!