Description: It's my first try to make something with conky - use it at Your own risk. I am not programmer.
Archive contain two files. To make it work 1) save "conkyrc" file as ".conkyrc" to Your home directory 2) sage "avi9526_conky.lua" to ".conky" directory in Your home folderLast changelog:
This conky should be transparent O_o
Read this http://askubuntu.com/questions/246776/conky-transparency-not-working
Try change lines 20..27 in .conkyrc to this:
own_window yes
own_window_title Conky
own_window_type dock
own_window_transparent yes
own_window_colour 66B2FF
own_window_argb_visual yes
own_window_argb_value 20
own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below
Ok, i probably got it wrong... I thought you got buged interface like me now in KDE.
Background color is set in lua-script file at like 1236:
cairo_set_source_rgba(CairoContext, 0.6, 0.61, 0.62, 0.4)
replace it with
cairo_set_source_rgba(CairoContext, 0.6, 0.61, 0.62, 0.0)
Ratings & Comments
7 Comments
Is there a way to not have a background, ie. full transparency? I don't get a background if I comment out Lua, seems to be a Lua related issue.
This conky should be transparent O_o Read this http://askubuntu.com/questions/246776/conky-transparency-not-working Try change lines 20..27 in .conkyrc to this: own_window yes own_window_title Conky own_window_type dock own_window_transparent yes own_window_colour 66B2FF own_window_argb_visual yes own_window_argb_value 20 own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below
Ok, i probably got it wrong... I thought you got buged interface like me now in KDE. Background color is set in lua-script file at like 1236: cairo_set_source_rgba(CairoContext, 0.6, 0.61, 0.62, 0.4) replace it with cairo_set_source_rgba(CairoContext, 0.6, 0.61, 0.62, 0.0)
That did the trick. Thanks you so much, I really appreciate your time and effort. And accuracy. Thanks again.
You are too modest. You are indeed a programmer, and an artist. This is very cool : )
that nice
Not bad. Love the choices of shapes & colors.