I'm running 4 conky windows overtop of my desktop (screenshot). It's elementary OS Luna (Ubuntu 12.04) with the Gala window manager. They have no window decoration and the edges are flat... that's not what I want. I want them to have a drop shadow (as do all my windows via the window manager). Here are my current conky window settings:
own_window yes
own_window_transparent no
own_window_type desktop
own_window_hints undecorated,sticky,skip_taskbar,skip_pages
I can get the drop shadow by making these changes, but then I get a nasty titlebar (which I don't want, screenshot 2):
own_window yes
own_window_transparent no
own_window_type **normal**
own_window_hints sticky,skip_taskbar,skip_pages
How do I get the drop shadow around the window without getting the titlebar? I would like to accomplish it without installing compiz...
[ATTACH=CONFIG]257712[/ATTACH]. . .[ATTACH=CONFIG]257713[/ATTACH]