이 conky 구성이 i3wm의 배경에 달라붙지 않는 이유는 무엇입니까?

이 conky 구성이 i3wm의 배경에 달라붙지 않는 이유는 무엇입니까?

i3wm conky 구성에 문제가 있습니다. "own_window = yes"일 때 이 파일에 표시된 시계는 항상 내 모든 창 위에 남아 있습니다. 값을 no로 설정하면 표시되지 않습니다. 내 conky 파일: (다른 색상, 템플릿 및 글꼴은 동일한 문제가 있는 다른 conky 파일에 사용됩니다.)

double_buffer yes

alignment middle_middle

border_width 1
cpu_avg_samples 2
default_color white
default_outline_color white
default_shade_color white
draw_borders no
draw_graph_borders yes
draw_outline no
draw_shades no


own_window_class conky
own_window yes
own_window_type desktop
own_window_transparent 
own_window_hints below,undecorated,sticky,skip_taskbar,skip_pager
update_interval 1.0


show_graph_scale no
show_graph_range no

use_xft yes
xftalpha 0.1
xftfont Droid Sans:size=12

color1 3d454d # 30
color2 5c6773 # 45
color3 7a8a99 # 60
color4 99acbf # 75
color5 b7cee6 # 90
color6 e0f0f6 # 96
color7 77b5f2 # 95
color8 a6a6a6 # 65
color9 1f3040 # 25

template0 font Andarilho Font # Headlines
template1 font Streetvertising # Data
template2 font we are alien!! # Arrows


TEXT
${voffset 0}${offset 0}${color8}${$template0:size=120}${time %H:%M}${$template0}

여기서 무엇을 할 수 있는지 아는 사람 있나요?

답변1

이 질문에 대한 답은 이렇게 쓰여 있습니다. 여기. own_window_type으로 설정해야 합니다 override.

관련 정보