PDA

View Full Version : [ubuntu] Need Conky help



e_torano
April 14th, 2009, 08:13 AM
I've just installed Ubuntu 9.04 on my machine (all's running fine with it). But, this problem has no relation to that at all (I think). Basically, I have installed conky and made my config etc. It looks okay, but there are two problems. Take a look at the attached screenshot to see.

The first is that it's showing up with the window border (I don't want it like this :P) and the second is that the top is being cut off.

I've attached my .conkyrc file so if somebody could take a look, I'd be really grateful.

Thanks,
Euan

kpkeerthi
April 14th, 2009, 08:17 AM
Use this settings:


own_window yes
own_window_type override
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager

e_torano
April 14th, 2009, 08:24 AM
Use this settings:


own_window yes
own_window_type override
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager


Ok, that's problem one sorted - thanks. Any ideas on the second?

kpkeerthi
April 14th, 2009, 08:55 AM
Oh. I missed that.

Delete the line that reads


${voffset -90}

e_torano
April 14th, 2009, 09:24 AM
Oh. I missed that.

Delete the line that reads


${voffset -90}


Thanks tons :D Hopefully it works.