It appears you're using a conky theme that has elements your install doesn't support.
Try the below if you haven't already.
- Code: Select all
sudo apt-get install conky-all
If you have installed conky-all, try a different config.
- Code: Select all
background yes
use_xft yes
xftfont cure:size=6
xftalpha 1
update_interval 1.0
total_run_times 0
own_window yes
own_window_transparent yes
#own_window_type override
own_window_hints undecorated,below,skip_taskbar,skip_pager
double_buffer yes
minimum_size 170 170
maximum_width 150
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders yes
#stippled_borders yes
default_color 333333
default_shade_color 010101
default_outline_color 333333
alignment top_right
gap_x 18
gap_y 3
no_buffers yes
uppercase no
cpu_avg_samples 2
override_utf8_locale no
TEXT
${font cure:size=6}${color 999999}PROCESSORS$color
${font cure:size=6}${color 333333}${cpugraph cpu1 25, 150 89bb01 89bb01}$color
CPU1: ${cpu cpu1}% ${color 333333}${cpubar cpu1}$color
CPU2: ${cpu cpu2}% ${color 333333}${cpubar cpu2}$color
${font cure:size=6}${color 999999}MEMORY$color
${font cure:size=6}RAM $alignc $mem / $memmax $alignr $memperc%
${color 333333}$membar$color
${font cure:size=6}${color 999999}DISK$color
Root $alignc ${fs_used /} / ${fs_size /} $alignr ${fs_used_perc /}%
${fs_bar 6 /}
${font cure:size=6}${color 999999}TOP PROCESSES$color
${font cure:size=6}${top_mem name 1}${alignr}${top mem 1}%
${top_mem name 2}${alignr}${top mem 2}%
$font${top_mem name 3}${alignr}${top mem 3}%
$font${top_mem name 4}${alignr}${top mem 4}%
$font${top_mem name 5}${alignr}${top mem 5}%
${font cure:size=6}${color 999999}NETWORK$color
${color 333333}${downspeedgraph eth1 25, 150 89bb01 89bb01}$color
DL: ${downspeed eth1} $alignr total: ${totaldown eth1}
${color 333333}${upspeedgraph eth1 25, 150 89bb01 89bb01}$color
UL: ${upspeed eth1} $alignr total: ${totalup eth1}