zagortenay333 / conky_themes

A small collection of conky configs
624 stars 93 forks source link

Always On Top #16

Closed Superman800 closed 8 years ago

Superman800 commented 8 years ago

Hello, Could you tell me what went wrong here? It's always on top. over

Here is the code: https://paste.kde.org/pzlpylxni It runs on LXDE/Manjaro.

zagortenay333 commented 8 years ago

Play around with the own_window_type config.

Superman800 commented 8 years ago

Unfortunately none of them worked well. normal and override did the same thing, conky was on the top. panel and dock were simply weird, and didn't care about the x,y gaps desktop was kinda okay, but when I clicked on the desktop, it disappeared.

So I played around with own_window_hints.

This is my conkyrc at the moment. It works as expected, I'm not sure whether it overwrites the upper hints or blends with it, but finally it works:


-- Window Specifications

gap_x=750, gap_y=22, minimum_height=270, minimum_width=268, own_window=true, own_window_type="normal", own_window_transparent=true, own_window_hints="undecorated,below,above,sticky,skip_taskbar,skip_pager", own_window_hints="below,undecorated,skip_taskbar", border_inner_margin=0, border_outer_margin=0, --alignment="middle_middle", --own_window_argb_visual=true, --own_window_argb_value=0,

zagortenay333 commented 8 years ago

Wait a sec. I have below and then above listed there. That's probably the culprit. Could you check it? Just remove the above, and remove your config too. If that's the culprit I'll fix it.

Superman800 commented 8 years ago

yep-yep, own_window_hints=above is the main culprit here, conky works well without it! I removed it and my config too, everything is good (except the common voffset issue)

zagortenay333 commented 8 years ago

Fixed with 92cfd0d.