分页: 1 / 1

conky window problem for setting

发表于 : 2011-02-01 14:44
numbchild
i tested three value for a option: own_window_type (desktop, override, panel)
but all of them can not work good, there are three screenshot for those three situation.
i want conky embed into desktop. and under all windows.
the range of three situations for screenshots is 1:desktop, 2: override, 3, panel.
detail problem: panel: when i start system but all windows are like that screen, all are at the bottom.
override: all windows under the conky, desktop: the screen will be destroied.

Re: conky window problem for setting

发表于 : 2011-02-01 20:01
cjxgm
You need:

代码: 全选

own_window no # If it doesn't work, delete this line.
own_window_type normal
own_window_transparent yes

Re: conky window problem for setting

发表于 : 2011-02-01 20:55
numbchild
cjxgm 写了:You need:

代码: 全选

own_window no # If it doesn't work, delete this line.
own_window_type normal
own_window_transparent yes
这样连conky都看不到了。。。。