O Conky pode ficar sempre visível ao lado de outras janelas?

3

Eu quero o conky visível o tempo todo e todas as janelas devem respeitar os limites do conky. Eles não devem se sobrepor a conky. Agora, quando eu abro um novo aplicativo, ele se sobrepõe a conky e eu tenho que arrastá-lo manualmente para a esquerda. Eu quero que os aplicativos nunca pareçam mais confusos. Pode ser feito?

    
por koogee 14.03.2013 / 11:46

2 respostas

3

Adicione estas linhas ao seu ~/.conkyrc :

own_window yes
own_window_type panel
own_window_hints above

De acordo com a documentação da conky:

if own_window is yes, you may specify type normal, desktop, dock, panel or override (default: normal). Desktop windows are special windows that have no window decorations; are always visible on your desktop; do not appear in your pager or taskbar; and are sticky across all workspaces. Panel windows reserve space along a desktop edge, just like panels and taskbars, preventing maximized windows from overlapping them. The edge is chosen based on the alignment option. Override windows are not under the control of the window manager. Hints are ignored. This type of window can be useful for certain situations.

    
por 14.03.2013 / 14:05
0

Eu tenho a configuração conky dessa maneira, mas ela passa pela direita da tela. Eu uso o fbpanel para afetar a não sobreposição.

~ / .conkyrc:

own_window yes
own_window_type dock
own_window_transparent yes

maximum_width 160
gap_x 1755
gap_y 1

~ / .config / fbpanel / default:

Global {
    edge = right
    allign = center
    margin = 0
    widthtype = pixel
    width = 0
    height = 172
    transparent = true
    tintcolor = #000000
    alpha = 0
    setdocktype = true
    setpartialstrut = true
    autohide = false
    heightWhenHidden = 2
    roundcorners = true
    roundcornersradius = 7
    layer = below
    MaxElemHeight = 32
    setlayer = true
}
    
por 29.09.2013 / 08:11

Tags