Thx Henk for the hint, i´ll try to don´t forget about it.
I tried a few things too about the issue. I downloaded an other script from the internet. The content and the layout is wrong of course, but it is working without an error, hmm.
Script working:
conky.config = { background = true,
use_xft = true,
font = 'Bitstream Vera Sans Mono:size=9',
xftalpha = 0.8,
update_interval = 1.0,
total_run_times = 0,
own_window = true,
own_window_type = 'normal',
own_window_transparent = true,
own_window_colour = '#000000',
own_window_hints = 'undecorated,skip_pager,skip_taskbar',
double_buffer = true,
minimum_width = 260, minimum_height = 5,
draw_shades = false,
draw_outline = false,
draw_borders = false,
draw_graph_borders = false,
stippled_borders = 0,
border_margin = '4',
border_width = 0,
default_color = 'white',
default_shade_color = 'black',
default_outline_color = 'black',
alignment = 'top_right',
gap_x = 12,
gap_y = 142,
no_buffers = true,
uppercase = false,
cpu_avg_samples = 1,
net_avg_samples = 1,
override_utf8_locale = false,
use_spacer = 'yes',
mpd_host = 'localhost',
mpd_portport = '6060',
--mpd_password
own_window_argb_value = 0,
own_window_argb_visual = false,
};
conky.text =
Script with error:
conky.config = {-- check http://conky.sourceforge.net/config_settings.html for the list of settings
-- Check http://conky.sourceforge.net/variables.html for the list of variables
background = true,
font = '7x13',
-- Use Xft?
use_xft = true,
font = 'Bitstream Vera Sans Mono:size=9',
xftalpha = 0.8,
override_utf8_locale = true,
short_units = true,
update_interval = 5,
total_run_times = 0,
own_window = true,
own_window_type = 'normal',
own_window_transparent = true,
own_window_class = 'Conky',
own_window_argb_visual = true,
own_window_colour = '#082103',
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
double_buffer = true,
minimum_width = 320, minimum_height = 5,
-- maximum_width = 320,
-- max_text_width = 0,
draw_shades = true,
draw_outline = false,
draw_borders = false,
draw_graph_borders = true,
stippled_borders = 5,
border_inner_margin = 0,
border_outer_margin = 0,
border_width = 1,
default_color = 'white',
default_shade_color = 'black',
default_outline_color = 'black',
color0 = 'PaleGreen',
color1 = 'DarkSeaGreen',
color2 = 'SeaGreen',
color3 = 'GreenYellow',
color4 = 'red',
color5 = 'white',
color6 = 'DarkOliveGreen3',
color7 = 'khaki1',
color8 = 'white',
color9 = 'ForestGreen',
default_bar_width = 100, default_bar_height = 10,
alignment = 'top_right',
gap_x = 8,
gap_y = 2,
no_buffers = true,
uppercase = false,
cpu_avg_samples = 2,
net_avg_samples = 2,
use_spacer = 'none',
top_name_width = 18,
top_cpu_separate = false
};
conky.text =