You are not logged in.
Pages: 1
Sorry for my poor English. I hope you can understand what I say.
I want to make my conky stay at bottom like a panel. So I try this in my .conkyrc:
own_window yes
own_window_transparent no
own_window_type dock
alignment bottom_middle
But the problem is that after setting own_window_type to dock, alignment seems to invalid and conky always stay at top_left. Can anyone help?
Last edited by RichSelian (2009-08-20 00:50:16)
Offline
try
own_window_type desktop
and use gap_y to set margin
Offline
Thanks.
But I don't want it to be covered by other windows. I just want it to stay at bottom like fbpanel/pypanel or other panels.
So I just don't know, why can't these two commands work at the same time?
own_window_type dock
alignment bottom_middle
Offline
gap_x and gap_y won't work if I set "own_window_type dock". Conky will always stay at top left.
Offline
In fact I've come out another idea. I set "own_window_type override" and change openbox's margins. now it acts "like" a panel.
Offline
own_window yes
own_window_transparent yes
own_window_type desktop
own_window_hints undecorate,above,sticky,skip_taskbar,skip_pager
The "above" in the own_windows_hints sets it above all other windows.
When you make conky a dock in OB, you have to configure OB's dock feature to put it where you want it. You likely had OB's dock in the rc.xml set to the top_left.
The margin shift idea should likely work the best IMO.
I keep getting distracted from my webserver project...
huh? oooh... shiny!
Offline
You are so great! I haven't noticed that openbox has a "dock" option. Now it works perfectly after setting "own_window_type dock" in .conkyrc and "<dock><position>Bottom</position>..." in "rc.xml".
Offline
Pages: 1