Прозрачность conky в Gnome 3
Решил сменить Pantheon на Gnome. Теперь в conky пропала прозрачность с тем же конфигом, т.е. черный фон просто теперь. Помню, в xfce4 надо было включить эффекты в настройках xfwm. Как это сделать в гноме?
Конфиг коньков:
#!/usr/bin/conky -d -c
## .conkyrc configuration
alignment top_left
background yes
border_width 5
color0 555555
color1 FCAF3E
color2 2a2a2a
color3 a82553
color4 5e1014
color5 64574e
color6 2a2a2a
color7 8888CC
color8 9d9c61
color9 525276
cpu_avg_samples 2
default_color FFFFFF
default_outline_color 000000
default_shade_color 000000
double_buffer yes
draw_borders no
draw_graph_borders no
draw_outline no
draw_shades no
gap_x 30
gap_y 30
max_specials 1024
max_user_text 10000
maximum_width 150
minimum_size 200
maximum_height 1280
net_avg_samples 2
no_buffers yes
override_utf8_locale yes
own_window yes
own_window_colour 000000
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
own_window_transparent yes
own_window_type normal
pad_percents 2
short_units yes
stippled_borders 3
text_buffer_size 8000
total_run_times 0
update_interval 1.0
uppercase no
use_spacer right
use_xft yes
xftalpha 1
xftfont DejaVu Sans:pixelsize=10
TEXT
${image /home/eu/conky/conkybg1.png -p -18,-1}
${font monospace:pixelsize=10}${execpi 60 DJS=`date +%_d`; ncal -C -h | sed s/"\(^\|[^0-9]\)$DJS"'\b'/'\1${color orange}'"$DJS"'$color'/}${font}
${voffset 10}CPU0 $alignr${offset -22} ${cpu cpu0}%
${cpubar cpu0 5,123}
CPU1 $alignr${offset -22} ${cpu cpu1}%
${cpubar cpu1 5,123}
RAM $alignc${offset -1} $mem / $memmax $alignr${offset -22} $memperc%
${membar 5,123}
swap $alignc${offset -1} $swap / $swapmax $alignr${offset -22} $swapperc%
${swapbar 5,123}
${color orange} CPU:${color white}
${top name 1} $alignr${offset -22}${top cpu 1}%
${top name 2} $alignr${offset -22}${top cpu 2}%
${top name 3} $alignr${offset -22}${top cpu 3}%
${color orange} MEM:${color white}
${top_mem name 1} $alignr${offset -22}${top_mem mem 1}%
${top_mem name 2} $alignr${offset -22}${top_mem mem 2}%
${top_mem name 3} $alignr${offset -22}${top_mem mem 3}%
HDD: ${execi 200 hddtemp /dev/sda | cut -c 35-39}
CPU1: ${execi 200 sensors | tail -2 | head -1 | cut -c 18-24}
CPU2: ${execi 200 sensors | tail -3 | head -1 | cut -c 18-24}
Brightness: ${exec cat /sys/class/backlight/intel_backlight/actual_brightness}
Downspeed: ${downspeed eth1}
Upspeed: ${upspeed eth1}
${downspeedgraph eth1 20,123}
Total: ${totaldown}
ID: ${wireless_essid eth1}
${execi 300 ~/conky/gmail.sh}
${exec ifconfig | head -9 | tail -1 | cut -c 39-55}
${execi 3600 ~/conky/gissy.py -t 26063 -d 1 day}.${execi 3600 ~/conky/gissy.py -t 26063 -d 1 month}.${execi 3600 ~/conky/gissy.py -t 26063 -d 1 year}${goto 80}${execi 3600 ~/conky/gissy.py -t 26063 -d 1 tod}
${goto 20}${font :pixelsize=17}${execi 3600 ~/conky/gissy.py -t 26063 -d 1 temp_avr}${goto 70}${execi 3600 ~/conky/gissy.py -t 26063 -d 1 relwet_avr}%
${font}
${execi 3600 ~/conky/gissy.py -t 26063 -d 2 day}.${execi 3600 ~/conky/gissy.py -t 26063 -d 2 month}.${execi 3600 ~/conky/gissy.py -t 26063 -d 2 year}${goto 80}${execi 3600 ~/conky/gissy.py -t 26063 -d 2 tod}
${goto 20}${font :pixelsize=17}${execi 3600 ~/conky/gissy.py -t 26063 -d 2 temp_avr}${goto 70}${execi 3600 ~/conky/gissy.py -t 26063 -d 2 relwet_avr}%${font}