conk で透明度が得られません。これは私のコードです:
# -- Conky settings_by_giancarlo64 -- #
background yes
update_interval 1
cpu_avg_samples 2
net_avg_samples 2
override_utf8_locale yes
double_buffer yes
no_buffers yes
text_buffer_size 2048
imlib_cache_size 0
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
own_window yes
own_window_type normal
own_window_transparent yes
own_window_argb_visual yes
own_window_argb_value 0
border_inner_margin 0
border_outer_margin 0
minimum_size 450 180
maximum_width 450
alignment tr
gap_x 0
gap_y 50
# -- Graphics settings -- #
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
# -- Lua load -- #
lua_load ./1text.lua
lua_draw_hook_pre draw_text
#at least one line (empty or not) after TEXT
TEXT
hi
解決策を探していましたが、何も見つかりませんでした。ほとんどの投稿は、own_window_argb_visual yes own_window_argb_value 0 の追加に関するものでしたが、私にはうまくいきません。また、それは私のテーマではなく、見つけたばかりだと言わなければなりません。ソース: http://giancarlo64.deviantart.com/art/Deep-Blue-Conky-334583765 重要かどうかはわかりませんが、XFCE を使用しています。