You are not logged in.
As promised the conky codes
conky.config = {
own_window = true,
own_window_type = 'override',
own_window_transparent = true, --false,
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager',
-- own_window_colour = '#000000',
own_window_class = 'Conky',
-- own_window_title = 'fvirgola80 ACweather2',
own_window_argb_visual = true,
own_window_argb_value = 130,
minimum_width = 100, minimum_height = 1080, -- w|h
maximum_width = 290,
gap_x = 0, -- l|r
gap_y = 0, -- u|d
alignment = 'top_left', --right',
use_xft = true,
update_interval = 1, --0.5
xftalpha = 1,
font = 'monofur:bold:size=10',
override_utf8_locale = true,
cpu_avg_samples = 2,
net_avg_samples = 1,
draw_shades = true,
default_shade_color = '000000',
draw_outline = false,
default_outline_color = '000000',
short_units = true,
draw_graph_borders = false,
default_color = '#ffffff',
color1 = '#ff0505',
color2 = '#05ff12',
color3 = '#787878',
color4 = '#ffffff',
color5 = '#FFDEAD',
color6 = '#00BFFF',
border_inner_margin = 1,
border_outer_margin = 1,
background = true,
use_spacer = 'none',
no_buffers = true,
imlib_cache_size = 0,
double_buffer = true,
text_buffer_size = 6144,
max_user_text = 100000,
};
conky.text = [[
${texeci 300 bash $HOME/Moongiant_conky_script/moongiant}\
${texeci 300 bash $HOME/Accuweather_conky_script/accuweather -f2016}\
${goto 8}↓↓↓↓↓${goto 253}↓↓↓↓↓${image $HOME/images/red_1.png -p 43,10 -s 207x1}
${alignc}${color5}${time %T}${color} ${color6}←${color} ${nodename} ${color6}→${color} ${kernel} ${color6}←${color}
${goto 8}${color5}${time %d %b %Y} Week ${time %V}${color} UP ${color6}→→→→${color} ${uptime} ${color6}←${color}
${goto 8}↓↓↓↓↓${goto 253}↓↓↓↓↓${image $HOME/images/red_1.png -p 43,52 -s 207x1}
${goto 8}${color6}C1: ${freq_g 1} G ${cpu cpu1}%${color}${goto 127}${color1}|${color}${cpugraph cpu1 12,150 000000 ff0000 -0.5 -l}
${goto 8}${color5}C2: ${freq_g 2} G ${cpu cpu2}%${color}${goto 127}${color1}|${color}${cpugraph cpu2 12,150 000000 f2ff00 -0.5 -l}
${goto 8}${color5}C3: ${freq_g 3} G ${cpu cpu3}%${color}${goto 127}${color1}|${color}${cpugraph cpu3 12,150 000000 00ff33 -0.5 -l}
${goto 8}${color6}C4: ${freq_g 4} G ${cpu cpu4}%${color}${goto 127}${color1}|${color}${cpugraph cpu4 12,150 000000 ff8000 -0.5 -l}
${goto 109}${voffset -39}${font monofur:bold:size=6}${color2}${execi 2 sensors | grep 'Core 0' | sed -e 's/.* +//' | sed -e 's/.0°C.*//'}ºC${font}${color}
${image $HOME/images/red_1.png -p 8,117 -s 275x1}
${goto 8}${color5}${voffset 15}RAM ${memperc}%${color} ${color1}|${color} ${color5}FAN${color}${color2}${execi 1 sensors | grep 'fan1' | cut -c13-18 | sed '/^$/d'}${color}\
${color6}Rpm${color} ${color1}|${color} ${color6}HDD ${color2}${acpitemp}°C${color} ${color6}${diskio}${color}
${image $HOME/images/red_1.png -p 8,138 -s 275x1}
${goto 8}${voffset -7}${color6}DISK ${fs_used /} ${fs_used_perc /}% / ${fs_size /home} ${fs_free_perc /}%${color}\
${goto 185}${color1}|${color}${goto 194}${color5}SWAP ${swap}/${swapmax}${color}
${image $HOME/images/red_1.png -p 8,159 -s 275x1}
${goto 8}${voffset -7}${color5}↓↓ DN ↓↓ ${downspeed eth1}${color}${goto 127}${color1}|${color}
${goto 8}${color6}↓↓ TDN ↓↓ ${totaldown eth1}${color}${goto 127}${color1}|${color}\
${voffset -17}${downspeedgraph eth1 25,150 000000 7f8ed3 -0.5 -l}
${voffset -9}${goto 8}${color5}↑↑ UP ↑↑ ${upspeed eth1}${color}${goto 127}${color1}|${color}
${goto 8}${color6}↑↑ TUP ↑↑ ${totalup eth1}${color}${goto 127}${color1}|${color}\
${upspeedgraph eth1 12,150 000000 ffcc00 -0.5 -l}
${image $HOME/images/red_1.png -p 115,225 -s 169x1}
${goto 8}${voffset -27}CURRENT WEATHER
${image $HOME/Accuweather_conky_script/forecast_2016/forecast_0.png -p 8,235 -s 60x60}
${goto 75}${voffset -15}${texeci 300 sed -n '4p' $HOME/Accuweather_conky_script/curr_cond|cut -c1-20}
${goto 85}±${texeci 300 sed -n '3p' $HOME/Accuweather_conky_script/curr_cond}°\
${goto 120}(${texeci 300 sed -n '2p' $HOME/Accuweather_conky_script/curr_cond}°)
${image $HOME/Accuweather_conky_script/forecast_2016/wind_0.png -p 120,260 -s 35x35}
${goto 160}${voffset -15}${texeci 300 sed -n '5p' $HOME/Accuweather_conky_script/curr_cond}
${goto 160}${voffset -1}${texeci 300 sed -n '6p' $HOME/Accuweather_conky_script/curr_cond|awk '{print $1}'}\
${texeci 300 sed -n '6p' $HOME/Accuweather_conky_script/curr_cond|awk '{print $2}'}
${goto 160}${voffset 1}${texeci 300 sed -n '13p' $HOME/Accuweather_conky_script/hourly} Km/h
${image $HOME/Moongiant_conky_script/0.png -p 220,235 -s 60x60}
${goto 8}${voffset -10}${color3}HUMIDITY:${color}${goto 80}${texeci 300 sed -n '7p' $HOME/Accuweather_conky_script/curr_cond}\
${goto 105}${color1}|${color}${goto 116}${color3}MOON:${color}${execpi 300 sed -n '7p' $HOME/Moongiant_conky_script/raw}${goto 264}${execpi 300 sed -n '1p' $HOME/Moongiant_conky_script/raw}
${goto 8}${voffset 3}${color3}UV:${color}${goto 65}${texeci 300 sed -n '9p' $HOME/Accuweather_conky_script/curr_cond | cut -c-5}\
${goto 105}${color1}|${color}${goto 116}${color3}PRESSURE:${color}${goto 208}${texeci 300 sed -n '8p' $HOME/Accuweather_conky_script/curr_cond}
${goto 8}${voffset 3}${color3}DEW POINT:${color}${goto 80}${texeci 300 sed -n '12p' $HOME/Accuweather_conky_script/curr_cond}°\
${goto 105}${color1}|${color}${goto 116}${color3}VISIBILITY:${color}${goto 248}${texeci 300 sed -n '13p' $HOME/Accuweather_conky_script/curr_cond}
${goto 8}${voffset 3}${color3}CLOUD COV:${color}${goto 78}${texeci 300 sed -n '10p' $HOME/Accuweather_conky_script/curr_cond}${color}\
${goto 105}${color1}|${color}${goto 116}${color3}CELLING:${color}${goto 241}${texeci 300 sed -n '32p' $HOME/Accuweather_conky_script/hourly}
${goto 8}${voffset 3}${color3}RN:${color}${goto 32}${texeci 300 sed -n '24p' $HOME/Accuweather_conky_script/hourly} \
${texeci 300 sed -n '7p' $HOME/Accuweather_conky_script/hourly}\
${goto 105}${color1}|${color}${goto 116}${color3}SUN R/S:${color}${goto 208}${texeci 300 sed -n '23p' $HOME/Accuweather_conky_script/curr_cond}/\
${texeci 300 sed -n '24p' $HOME/Accuweather_conky_script/curr_cond}
${goto 8}${voffset 3}${color3}MOON R/S:${color} ${texeci 300 sed -n '25p' $HOME/Accuweather_conky_script/curr_cond}/\
${texeci 300 sed -n '26p' $HOME/Accuweather_conky_script/curr_cond}${goto 157}${color1}|${color}\
${goto 165}${color3}SD:${color}${texeci 300 sed -n '16p' $HOME/Accuweather_conky_script/curr_cond} \
${color3}MD:${color}${texeci 300 sed -n '20p' $HOME/Accuweather_conky_script/curr_cond}
${image $HOME/images/red_1.png -p 100,413 -s 184x1}
${goto 8}${voffset -11}DAILY WEATHER
${goto 25}${voffset 5}TIME CONDIT.${goto 120}${color1}|${color}${goto 145}FORECAST${goto 225}${color1}|${color}${goto 237}PRECIP.
${image $HOME/Accuweather_conky_script/forecast_2016/forecast_1.png -p 45,443 -s 35x35}
${goto 20}${voffset -8}${texeci 300 sed -n '1p' $HOME/Accuweather_conky_script/daily_forecast | cut -c-3 |tr a-z A-Z}\
${goto 87}${texeci 300 sed -n '4p' $HOME/Accuweather_conky_script/daily_forecast}°
${goto 11}${voffset 5}${texeci 300 sed -n '2p' $HOME/Accuweather_conky_script/daily_forecast}\
${goto 87}${texeci 300 sed -n '5p' $HOME/Accuweather_conky_script/daily_forecast}°
${goto 130}${voffset -30}${font monofur:bold:size=8}${texeci 300 sed -n '6p' $HOME/Accuweather_conky_script/daily_forecast|cut -c1-17}
${goto 130}${texeci 300 sed -n '6p' $HOME/Accuweather_conky_script/daily_forecast|cut -c18-34}${font}
${goto 250}${voffset -20}${texeci 300 sed -n '7p' $HOME/Accuweather_conky_script/daily_forecast}
${image $HOME/images/red_1.png -p 8,482 -s 275x1}
${image $HOME/Accuweather_conky_script/forecast_2016/forecast_2.png -p 45,487 -s 35x35}
${goto 20}${voffset -8}${texeci 300 sed -n '8p' $HOME/Accuweather_conky_script/daily_forecast | cut -c-3 |tr a-z A-Z}\
${goto 87}${texeci 300 sed -n '11p' $HOME/Accuweather_conky_script/daily_forecast}°
${goto 11}${voffset 5}${texeci 300 sed -n '9p' $HOME/Accuweather_conky_script/daily_forecast}\
${goto 87}${texeci 300 sed -n '12p' $HOME/Accuweather_conky_script/daily_forecast}°
${goto 130}${voffset -30}${font monofur:bold:size=8}${texeci 300 sed -n '13p' $HOME/Accuweather_conky_script/daily_forecast|cut -c1-17}
${goto 130}${texeci 300 sed -n '13p' $HOME/Accuweather_conky_script/daily_forecast|cut -c18-34}${font}
${goto 250}${voffset -20}${texeci 300 sed -n '14p' $HOME/Accuweather_conky_script/daily_forecast}
${image $HOME/images/red_1.png -p 8,526 -s 275x1}
${image $HOME/Accuweather_conky_script/forecast_2016/forecast_3.png -p 45,531 -s 35x35}
${goto 20}${voffset -8}${texeci 300 sed -n '15p' $HOME/Accuweather_conky_script/daily_forecast | cut -c-3 |tr a-z A-Z}\
${goto 87}${texeci 300 sed -n '18p' $HOME/Accuweather_conky_script/daily_forecast}°
${goto 11}${voffset 5}${texeci 300 sed -n '16p' $HOME/Accuweather_conky_script/daily_forecast}\
${goto 87}${texeci 300 sed -n '19p' $HOME/Accuweather_conky_script/daily_forecast}°
${goto 130}${voffset -30}${font monofur:bold:size=8}${texeci 300 sed -n '20p' $HOME/Accuweather_conky_script/daily_forecast|cut -c1-17}
${goto 130}${texeci 300 sed -n '20p' $HOME/Accuweather_conky_script/daily_forecast|cut -c18-34}${font}
${goto 250}${voffset -20}${texeci 300 sed -n '21p' $HOME/Accuweather_conky_script/daily_forecast}
${image $HOME/images/red_1.png -p 8,570 -s 275x1}
${image $HOME/Accuweather_conky_script/forecast_2016/forecast_4.png -p 45,575 -s 35x35}
${goto 20}${voffset -8}${texeci 300 sed -n '22p' $HOME/Accuweather_conky_script/daily_forecast | cut -c-3 |tr a-z A-Z}\
${goto 87}${texeci 300 sed -n '25p' $HOME/Accuweather_conky_script/daily_forecast}°
${goto 11}${voffset 5}${texeci 300 sed -n '23p' $HOME/Accuweather_conky_script/daily_forecast}\
${goto 87}${texeci 300 sed -n '26p' $HOME/Accuweather_conky_script/daily_forecast}°
${goto 130}${voffset -30}${font monofur:bold:size=8}${texeci 300 sed -n '27p' $HOME/Accuweather_conky_script/daily_forecast|cut -c1-17}
${goto 130}${texeci 300 sed -n '27p' $HOME/Accuweather_conky_script/daily_forecast|cut -c18-34}${font}
${goto 250}${voffset -20}${texeci 300 sed -n '28p' $HOME/Accuweather_conky_script/daily_forecast}
${image $HOME/images/red_1.png -p 8,615 -s 275x1}
${image $HOME/Accuweather_conky_script/forecast_2016/forecast_5.png -p 45,620 -s 35x35}
${goto 20}${voffset -8}${texeci 300 sed -n '29p' $HOME/Accuweather_conky_script/daily_forecast | cut -c-3 |tr a-z A-Z}\
${goto 87}${texeci 300 sed -n '32p' $HOME/Accuweather_conky_script/daily_forecast}°
${goto 11}${voffset 5}${texeci 300 sed -n '30p' $HOME/Accuweather_conky_script/daily_forecast}\
${goto 87}${texeci 300 sed -n '33p' $HOME/Accuweather_conky_script/daily_forecast}°
${goto 130}${voffset -30}${font monofur:bold:size=8}${texeci 300 sed -n '34p' $HOME/Accuweather_conky_script/daily_forecast|cut -c1-17}
${goto 130}${texeci 300 sed -n '34p' $HOME/Accuweather_conky_script/daily_forecast|cut -c18-34}${font}
${goto 250}${voffset -20}${texeci 300 sed -n '35p' $HOME/Accuweather_conky_script/daily_forecast}
${image $HOME/images/red_1.png -p 8,660 -s 275x1}
${image $HOME/Accuweather_conky_script/forecast_2016/forecast_6.png -p 45,665 -s 35x35}
${goto 20}${voffset -8}${texeci 300 sed -n '36p' $HOME/Accuweather_conky_script/daily_forecast | cut -c-3 |tr a-z A-Z}\
${goto 87}${texeci 300 sed -n '39p' $HOME/Accuweather_conky_script/daily_forecast}°
${goto 11}${voffset 5}${texeci 300 sed -n '37p' $HOME/Accuweather_conky_script/daily_forecast}\
${goto 87}${texeci 300 sed -n '40p' $HOME/Accuweather_conky_script/daily_forecast}°
${goto 130}${voffset -30}${font monofur:bold:size=8}${texeci 300 sed -n '41p' $HOME/Accuweather_conky_script/daily_forecast|cut -c1-17}
${goto 130}${texeci 300 sed -n '41p' $HOME/Accuweather_conky_script/daily_forecast|cut -c18-34}${font}
${goto 250}${voffset -20}${texeci 300 sed -n '42p' $HOME/Accuweather_conky_script/daily_forecast}
${image $HOME/images/red_1.png -p 8,705 -s 275x1}
${image $HOME/Accuweather_conky_script/forecast_2016/forecast_7.png -p 45,710 -s 35x35}
${goto 20}${voffset -8}${texeci 300 sed -n '43p' $HOME/Accuweather_conky_script/daily_forecast | cut -c-3 |tr a-z A-Z}\
${goto 87}${texeci 300 sed -n '46p' $HOME/Accuweather_conky_script/daily_forecast}°
${goto 11}${voffset 5}${texeci 300 sed -n '44p' $HOME/Accuweather_conky_script/daily_forecast}\
${goto 87}${texeci 300 sed -n '47p' $HOME/Accuweather_conky_script/daily_forecast}°
${goto 130}${voffset -30}${font monofur:bold:size=8}${texeci 300 sed -n '48p' $HOME/Accuweather_conky_script/daily_forecast|cut -c1-17}
${goto 130}${texeci 300 sed -n '48p' $HOME/Accuweather_conky_script/daily_forecast|cut -c18-34}${font}
${goto 250}${voffset -20}${texeci 300 sed -n '49p' $HOME/Accuweather_conky_script/daily_forecast}
${image $HOME/images/red_1.png -p 8,750 -s 275x1}
${image $HOME/Accuweather_conky_script/forecast_2016/forecast_8.png -p 45,755 -s 35x35}
${goto 20}${voffset -8}${texeci 300 sed -n '50p' $HOME/Accuweather_conky_script/daily_forecast | cut -c-3 |tr a-z A-Z}\
${goto 87}${texeci 300 sed -n '53p' $HOME/Accuweather_conky_script/daily_forecast}°
${goto 11}${voffset 5}${texeci 300 sed -n '51p' $HOME/Accuweather_conky_script/daily_forecast}\
${goto 87}${texeci 300 sed -n '54p' $HOME/Accuweather_conky_script/daily_forecast}°
${goto 130}${voffset -30}${font monofur:bold:size=8}${texeci 300 sed -n '55p' $HOME/Accuweather_conky_script/daily_forecast|cut -c1-17}
${goto 130}${texeci 300 sed -n '55p' $HOME/Accuweather_conky_script/daily_forecast|cut -c18-34}${font}
${goto 250}${voffset -20}${texeci 300 sed -n '56p' $HOME/Accuweather_conky_script/daily_forecast}
${image $HOME/images/red_1.png -p 8,795 -s 275x1}
${image $HOME/Accuweather_conky_script/forecast_2016/forecast_9.png -p 45,801 -s 35x35}
${goto 20}${voffset -8}${texeci 300 sed -n '57p' $HOME/Accuweather_conky_script/daily_forecast | cut -c-3 |tr a-z A-Z}\
${goto 87}${texeci 300 sed -n '60p' $HOME/Accuweather_conky_script/daily_forecast}°
${goto 11}${voffset 5}${texeci 300 sed -n '58p' $HOME/Accuweather_conky_script/daily_forecast}\
${goto 87}${texeci 300 sed -n '61p' $HOME/Accuweather_conky_script/daily_forecast}°
${goto 130}${voffset -30}${font monofur:bold:size=8}${texeci 300 sed -n '62p' $HOME/Accuweather_conky_script/daily_forecast|cut -c1-17}
${goto 130}${texeci 300 sed -n '62p' $HOME/Accuweather_conky_script/daily_forecast|cut -c18-34}${font}
${goto 250}${voffset -20}${texeci 300 sed -n '63p' $HOME/Accuweather_conky_script/daily_forecast}
${image $HOME/images/red_1.png -p 8,840 -s 275x1}
${image $HOME/Accuweather_conky_script/forecast_2016/forecast_10.png -p 45,846 -s 35x35}
${goto 20}${voffset -8}${texeci 300 sed -n '64p' $HOME/Accuweather_conky_script/daily_forecast | cut -c-3 |tr a-z A-Z}\
${goto 87}${texeci 300 sed -n '67p' $HOME/Accuweather_conky_script/daily_forecast}°
${goto 11}${voffset 5}${texeci 300 sed -n '65p' $HOME/Accuweather_conky_script/daily_forecast}\
${goto 87}${texeci 300 sed -n '68p' $HOME/Accuweather_conky_script/daily_forecast}°
${goto 130}${voffset -30}${font monofur:bold:size=8}${texeci 300 sed -n '69p' $HOME/Accuweather_conky_script/daily_forecast|cut -c1-17}
${goto 130}${texeci 300 sed -n '69p' $HOME/Accuweather_conky_script/daily_forecast|cut -c18-34}${font}
${goto 250}${voffset -20}${texeci 300 sed -n '70p' $HOME/Accuweather_conky_script/daily_forecast}
${image $HOME/images/red_1.png -p 8,885 -s 275x1}
${image $HOME/Accuweather_conky_script/forecast_2016/forecast_11.png -p 45,891 -s 35x35}
${goto 20}${voffset -8}${texeci 300 sed -n '71p' $HOME/Accuweather_conky_script/daily_forecast | cut -c-3 |tr a-z A-Z}\
${goto 87}${texeci 300 sed -n '74p' $HOME/Accuweather_conky_script/daily_forecast}°
${goto 11}${voffset 5}${texeci 300 sed -n '72p' $HOME/Accuweather_conky_script/daily_forecast}\
${goto 87}${texeci 300 sed -n '75p' $HOME/Accuweather_conky_script/daily_forecast}°
${goto 130}${voffset -30}${font monofur:bold:size=8}${texeci 300 sed -n '76p' $HOME/Accuweather_conky_script/daily_forecast|cut -c1-17}
${goto 130}${texeci 300 sed -n '76p' $HOME/Accuweather_conky_script/daily_forecast|cut -c18-34}${font}
${goto 250}${voffset -20}${texeci 300 sed -n '77p' $HOME/Accuweather_conky_script/daily_forecast}
${image $HOME/images/red_1.png -p 8,930 -s 275x1}
${image $HOME/Accuweather_conky_script/forecast_2016/forecast_12.png -p 45,936 -s 35x35}
${goto 20}${voffset -8}${texeci 300 sed -n '78p' $HOME/Accuweather_conky_script/daily_forecast | cut -c-3 |tr a-z A-Z}\
${goto 87}${texeci 300 sed -n '81p' $HOME/Accuweather_conky_script/daily_forecast}°
${goto 11}${voffset 5}${texeci 300 sed -n '79p' $HOME/Accuweather_conky_script/daily_forecast}\
${goto 87}${texeci 300 sed -n '82p' $HOME/Accuweather_conky_script/daily_forecast}°
${goto 130}${voffset -30}${font monofur:bold:size=8}${texeci 300 sed -n '83p' $HOME/Accuweather_conky_script/daily_forecast|cut -c1-17}
${goto 130}${texeci 300 sed -n '83p' $HOME/Accuweather_conky_script/daily_forecast|cut -c18-34}${font}
${goto 250}${voffset -20}${texeci 300 sed -n '84p' $HOME/Accuweather_conky_script/daily_forecast}
${image $HOME/images/red_1.png -p 8,975 -s 275x1}
${image $HOME/Accuweather_conky_script/forecast_2016/forecast_13.png -p 45,981 -s 35x35}
${goto 20}${voffset -8}${texeci 300 sed -n '85p' $HOME/Accuweather_conky_script/daily_forecast | cut -c-3 |tr a-z A-Z}\
${goto 87}${texeci 300 sed -n '88p' $HOME/Accuweather_conky_script/daily_forecast}°
${goto 11}${voffset 5}${texeci 300 sed -n '86p' $HOME/Accuweather_conky_script/daily_forecast}\
${goto 87}${texeci 300 sed -n '89p' $HOME/Accuweather_conky_script/daily_forecast}°
${goto 130}${voffset -30}${font monofur:bold:size=8}${texeci 300 sed -n '90p' $HOME/Accuweather_conky_script/daily_forecast|cut -c1-17}
${goto 130}${texeci 300 sed -n '90p' $HOME/Accuweather_conky_script/daily_forecast|cut -c18-34}${font}
${goto 250}${voffset -20}${texeci 300 sed -n '91p' $HOME/Accuweather_conky_script/daily_forecast}
${image $HOME/images/red_1.png -p 8,1020 -s 275x1}
${image $HOME/Accuweather_conky_script/forecast_2016/forecast_14.png -p 45,1026 -s 35x35}
${goto 20}${voffset -8}${texeci 300 sed -n '92p' $HOME/Accuweather_conky_script/daily_forecast | cut -c-3 |tr a-z A-Z}\
${goto 87}${texeci 300 sed -n '95p' $HOME/Accuweather_conky_script/daily_forecast}°
${goto 11}${voffset 5}${texeci 300 sed -n '93p' $HOME/Accuweather_conky_script/daily_forecast}\
${goto 87}${texeci 300 sed -n '96p' $HOME/Accuweather_conky_script/daily_forecast}°
${goto 130}${voffset -30}${font monofur:bold:size=8}${texeci 300 sed -n '97p' $HOME/Accuweather_conky_script/daily_forecast|cut -c1-17}
${goto 130}${texeci 300 sed -n '97p' $HOME/Accuweather_conky_script/daily_forecast|cut -c18-34}${font}
${goto 250}${voffset -20}${texeci 300 sed -n '98p' $HOME/Accuweather_conky_script/daily_forecast}
${image $HOME/images/red_1.png -p 8,1065 -s 275x1}
]];
Conky2
conky.config = {
own_window = true,
own_window_type = 'override',
own_window_transparent = true, --false,
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager',
-- own_window_colour = '#000000',
own_window_class = 'Conky',
-- own_window_title = 'fvirgola80 ACweather3',
own_window_argb_visual = true,
own_window_argb_value = 130,
minimum_width = 100, minimum_height = 1080, -- w|h
maximum_width = 380,
gap_x = 0, -- l|r
gap_y = 0, -- u|d
alignment = 'top_right', --left',
use_xft = true,
update_interval = 1, --0.5
xftalpha = 1,
font = 'monofur:bold:size=10',
override_utf8_locale = true,
draw_shades = true,
default_shade_color = '000000',
draw_outline = false,
default_outline_color = '000000',
draw_graph_borders = false,
default_color = '#ffffff',
color1 = '#ff0505',
color2 = '#05ff12',
color3 = '#787878',
color4 = '#ffffff',
color5 = '#FFDEAD',
color6 = '#00BFFF',
border_inner_margin = 1,
border_outer_margin = 1,
background = true,
use_spacer = 'left',
no_buffers = true,
imlib_cache_size = 0,
double_buffer = true,
text_buffer_size = 6144,
max_user_text = 100000,
};
conky.text = [[
${texeci 300 bash $HOME/Accuweather_conky_script/accuweather -h2015 -h2016}
${goto 8}HOURLY${image $HOME/images/red_1.png -p 50,21 -s 325x1}
${goto 15}${voffset 5}TIME CONDITION${goto 120}${color1}|${color}${goto 145}FORECAST${goto 225}\
${color1}|${color}${goto 237}TEMP${goto 270}${color1}|${color}\
${goto 285}R.F.${goto 315}${color1}|${color}${goto 335}WIND
${image $HOME/Accuweather_conky_script/hourly_2016/hourly_1.png -p 66,55 -s 35x35}\
${goto 135}${font monofur:bold:size=8}${texeci 300 sed -n '5p' $HOME/Accuweather_conky_script/hourly|cut -c1-17}${font}\
${goto 25}${texeci 300 sed -n '1p' $HOME/Accuweather_conky_script/hourly}\
${goto 240}${texeci 300 sed -n '4p' $HOME/Accuweather_conky_script/hourly}°\
${goto 287}${texeci 300 sed -n '9p' $HOME/Accuweather_conky_script/hourly}°\
${goto 330}${texeci 300 sed -n '11p' $HOME/Accuweather_conky_script/hourly}
${goto 25}${texeci 300 sed -n '2p' $HOME/Accuweather_conky_script/hourly}\
${goto 135}${font monofur:bold:size=8}${texeci 300 sed -n '5p' $HOME/Accuweather_conky_script/hourly|cut -c18-34}${font}\
${image $HOME/images/red_1.png -p 8,95 -s 365x1}
${image $HOME/Accuweather_conky_script/hourly_2016/hourly_2.png -p 66,101 -s 35x35}\
${goto 135}${font monofur:bold:size=8}${texeci 300 sed -n '37p' $HOME/Accuweather_conky_script/hourly|cut -c1-17}${font}\
${goto 25}${texeci 300 sed -n '33p' $HOME/Accuweather_conky_script/hourly}\
${goto 240}${texeci 300 sed -n '36p' $HOME/Accuweather_conky_script/hourly}°\
${goto 287}${texeci 300 sed -n '41p' $HOME/Accuweather_conky_script/hourly}°\
${goto 330}${texeci 300 sed -n '43p' $HOME/Accuweather_conky_script/hourly}
${goto 25}${texeci 300 sed -n '34p' $HOME/Accuweather_conky_script/hourly}\
${goto 135}${font monofur:bold:size=8}${texeci 300 sed -n '37p' $HOME/Accuweather_conky_script/hourly|cut -c18-34}${font}\
${image $HOME/images/red_1.png -p 8,141 -s 365x1}
${image $HOME/Accuweather_conky_script/hourly_2016/hourly_3.png -p 66,147 -s 35x35}\
${goto 135}${font monofur:bold:size=8}${texeci 300 sed -n '69p' $HOME/Accuweather_conky_script/hourly|cut -c1-17}${font}\
${goto 25}${texeci 300 sed -n '65p' $HOME/Accuweather_conky_script/hourly}\
${goto 240}${texeci 300 sed -n '68p' $HOME/Accuweather_conky_script/hourly}°\
${goto 287}${texeci 300 sed -n '73p' $HOME/Accuweather_conky_script/hourly}°\
${goto 330}${texeci 300 sed -n '75p' $HOME/Accuweather_conky_script/hourly}
${goto 25}${texeci 300 sed -n '66p' $HOME/Accuweather_conky_script/hourly}\
${goto 135}${font monofur:bold:size=8}${texeci 300 sed -n '69p' $HOME/Accuweather_conky_script/hourly|cut -c18-34}${font}\
${image $HOME/images/red_1.png -p 8,187 -s 365x1}
${image $HOME/Accuweather_conky_script/hourly_2016/hourly_4.png -p 66,193 -s 35x35}\
${goto 135}${font monofur:bold:size=8}${texeci 300 sed -n '101p' $HOME/Accuweather_conky_script/hourly|cut -c1-17}${font}\
${goto 25}${texeci 300 sed -n '97p' $HOME/Accuweather_conky_script/hourly}\
${goto 240}${texeci 300 sed -n '100p' $HOME/Accuweather_conky_script/hourly}°\
${goto 287}${texeci 300 sed -n '105p' $HOME/Accuweather_conky_script/hourly}°\
${goto 330}${texeci 300 sed -n '107p' $HOME/Accuweather_conky_script/hourly}
${goto 25}${texeci 300 sed -n '98p' $HOME/Accuweather_conky_script/hourly}\
${goto 135}${font monofur:bold:size=8}${texeci 300 sed -n '101p' $HOME/Accuweather_conky_script/hourly|cut -c18-34}${font}\
${image $HOME/images/red_1.png -p 8,233 -s 365x1}
${image $HOME/Accuweather_conky_script/hourly_2016/hourly_5.png -p 66,239 -s 35x35}\
${goto 135}${font monofur:bold:size=8}${texeci 300 sed -n '133p' $HOME/Accuweather_conky_script/hourly|cut -c1-17}${font}\
${goto 25}${texeci 300 sed -n '129p' $HOME/Accuweather_conky_script/hourly}\
${goto 240}${texeci 300 sed -n '132p' $HOME/Accuweather_conky_script/hourly}°\
${goto 287}${texeci 300 sed -n '137p' $HOME/Accuweather_conky_script/hourly}°\
${goto 330}${texeci 300 sed -n '139p' $HOME/Accuweather_conky_script/hourly}
${goto 25}${texeci 300 sed -n '130p' $HOME/Accuweather_conky_script/hourly}\
${goto 135}${font monofur:bold:size=8}${texeci 300 sed -n '133p' $HOME/Accuweather_conky_script/hourly|cut -c18-34}${font}\
${image $HOME/images/red_1.png -p 8,279 -s 365x1}
${image $HOME/Accuweather_conky_script/hourly_2016/hourly_6.png -p 66,285 -s 35x35}\
${goto 135}${font monofur:bold:size=8}${texeci 300 sed -n '165p' $HOME/Accuweather_conky_script/hourly|cut -c1-17}${font}\
${goto 25}${texeci 300 sed -n '161p' $HOME/Accuweather_conky_script/hourly}\
${goto 240}${texeci 300 sed -n '164p' $HOME/Accuweather_conky_script/hourly}°\
${goto 287}${texeci 300 sed -n '169p' $HOME/Accuweather_conky_script/hourly}°\
${goto 330}${texeci 300 sed -n '171p' $HOME/Accuweather_conky_script/hourly}
${goto 25}${texeci 300 sed -n '162p' $HOME/Accuweather_conky_script/hourly}\
${goto 135}${font monofur:bold:size=8}${texeci 300 sed -n '165p' $HOME/Accuweather_conky_script/hourly|cut -c18-34}${font}\
${image $HOME/images/red_1.png -p 8,325 -s 365x1}
${image $HOME/Accuweather_conky_script/hourly_2016/hourly_7.png -p 66,331 -s 35x35}\
${goto 135}${font monofur:bold:size=8}${texeci 300 sed -n '197p' $HOME/Accuweather_conky_script/hourly|cut -c1-17}${font}\
${goto 25}${texeci 300 sed -n '193p' $HOME/Accuweather_conky_script/hourly}\
${goto 240}${texeci 300 sed -n '196p' $HOME/Accuweather_conky_script/hourly}°\
${goto 287}${texeci 300 sed -n '201p' $HOME/Accuweather_conky_script/hourly}°\
${goto 330}${texeci 300 sed -n '203p' $HOME/Accuweather_conky_script/hourly}
${goto 25}${texeci 300 sed -n '194p' $HOME/Accuweather_conky_script/hourly}\
${goto 135}${font monofur:bold:size=8}${texeci 300 sed -n '197p' $HOME/Accuweather_conky_script/hourly|cut -c18-34}${font}\
${image $HOME/images/red_1.png -p 8,371 -s 365x1}
${image $HOME/Accuweather_conky_script/hourly_2016/hourly_8.png -p 66,377 -s 35x35}\
${goto 135}${font monofur:bold:size=8}${texeci 300 sed -n '229p' $HOME/Accuweather_conky_script/hourly|cut -c1-17}${font}\
${goto 25}${texeci 300 sed -n '225p' $HOME/Accuweather_conky_script/hourly}\
${goto 240}${texeci 300 sed -n '228p' $HOME/Accuweather_conky_script/hourly}°\
${goto 287}${texeci 300 sed -n '233p' $HOME/Accuweather_conky_script/hourly}°\
${goto 330}${texeci 300 sed -n '235p' $HOME/Accuweather_conky_script/hourly}
${goto 25}${texeci 300 sed -n '226p' $HOME/Accuweather_conky_script/hourly}\
${goto 135}${font monofur:bold:size=8}${texeci 300 sed -n '229p' $HOME/Accuweather_conky_script/hourly|cut -c18-34}${font}\
${image $HOME/images/red_1.png -p 8,417 -s 365x1}
${image $HOME/Accuweather_conky_script/hourly_2016/hourly_9.png -p 66,423 -s 35x35}\
${goto 135}${font monofur:bold:size=8}${texeci 300 sed -n '261p' $HOME/Accuweather_conky_script/hourly|cut -c1-17}${font}\
${goto 25}${texeci 300 sed -n '257p' $HOME/Accuweather_conky_script/hourly}\
${goto 240}${texeci 300 sed -n '260p' $HOME/Accuweather_conky_script/hourly}°\
${goto 287}${texeci 300 sed -n '265p' $HOME/Accuweather_conky_script/hourly}°\
${goto 330}${texeci 300 sed -n '267p' $HOME/Accuweather_conky_script/hourly}
${goto 25}${texeci 300 sed -n '258p' $HOME/Accuweather_conky_script/hourly}\
${goto 135}${font monofur:bold:size=8}${texeci 300 sed -n '261p' $HOME/Accuweather_conky_script/hourly|cut -c18-34}${font}\
${image $HOME/images/red_1.png -p 8,463 -s 365x1}
${image $HOME/Accuweather_conky_script/hourly_2016/hourly_10.png -p 66,469 -s 35x35}\
${goto 135}${font monofur:bold:size=8}${texeci 300 sed -n '293p' $HOME/Accuweather_conky_script/hourly|cut -c1-17}${font}\
${goto 25}${texeci 300 sed -n '289p' $HOME/Accuweather_conky_script/hourly}\
${goto 240}${texeci 300 sed -n '292p' $HOME/Accuweather_conky_script/hourly}°\
${goto 287}${texeci 300 sed -n '297p' $HOME/Accuweather_conky_script/hourly}°\
${goto 330}${texeci 300 sed -n '299p' $HOME/Accuweather_conky_script/hourly}
${goto 25}${texeci 300 sed -n '290p' $HOME/Accuweather_conky_script/hourly}\
${goto 135}${font monofur:bold:size=8}${texeci 300 sed -n '293p' $HOME/Accuweather_conky_script/hourly|cut -c18-34}${font}\
${image $HOME/images/red_1.png -p 8,509 -s 365x1}
${image $HOME/Accuweather_conky_script/hourly_2016/hourly_11.png -p 66,515 -s 35x35}\
${goto 135}${font monofur:bold:size=8}${texeci 300 sed -n '325p' $HOME/Accuweather_conky_script/hourly|cut -c1-17}${font}\
${goto 25}${texeci 300 sed -n '321p' $HOME/Accuweather_conky_script/hourly}\
${goto 240}${texeci 300 sed -n '324p' $HOME/Accuweather_conky_script/hourly}°\
${goto 287}${texeci 300 sed -n '329p' $HOME/Accuweather_conky_script/hourly}°\
${goto 330}${texeci 300 sed -n '331p' $HOME/Accuweather_conky_script/hourly}
${goto 25}${texeci 300 sed -n '322p' $HOME/Accuweather_conky_script/hourly}\
${goto 135}${font monofur:bold:size=8}${texeci 300 sed -n '325p' $HOME/Accuweather_conky_script/hourly|cut -c18-34}${font}\
${image $HOME/images/red_1.png -p 8,555 -s 365x1}
${image $HOME/Accuweather_conky_script/hourly_2016/hourly_12.png -p 66,561 -s 35x35}\
${goto 135}${font monofur:bold:size=8}${texeci 300 sed -n '357p' $HOME/Accuweather_conky_script/hourly|cut -c1-17}${font}\
${goto 25}${texeci 300 sed -n '353p' $HOME/Accuweather_conky_script/hourly}\
${goto 240}${texeci 300 sed -n '356p' $HOME/Accuweather_conky_script/hourly}°\
${goto 287}${texeci 300 sed -n '361p' $HOME/Accuweather_conky_script/hourly}°\
${goto 330}${texeci 300 sed -n '363p' $HOME/Accuweather_conky_script/hourly}
${goto 25}${texeci 300 sed -n '354p' $HOME/Accuweather_conky_script/hourly}\
${goto 135}${font monofur:bold:size=8}${texeci 300 sed -n '357p' $HOME/Accuweather_conky_script/hourly|cut -c18-34}${font}\
${image $HOME/images/red_1.png -p 8,601 -s 365x1}
${image $HOME/Accuweather_conky_script/hourly_2016/hourly_13.png -p 66,607 -s 35x35}\
${goto 135}${font monofur:bold:size=8}${texeci 300 sed -n '389p' $HOME/Accuweather_conky_script/hourly|cut -c1-17}${font}\
${goto 25}${texeci 300 sed -n '385p' $HOME/Accuweather_conky_script/hourly}\
${goto 240}${texeci 300 sed -n '388p' $HOME/Accuweather_conky_script/hourly}°\
${goto 287}${texeci 300 sed -n '393p' $HOME/Accuweather_conky_script/hourly}°\
${goto 330}${texeci 300 sed -n '395p' $HOME/Accuweather_conky_script/hourly}
${goto 25}${texeci 300 sed -n '386p' $HOME/Accuweather_conky_script/hourly}\
${goto 135}${font monofur:bold:size=8}${texeci 300 sed -n '389p' $HOME/Accuweather_conky_script/hourly|cut -c18-34}${font}\
${image $HOME/images/red_1.png -p 8,647 -s 365x1}
${image $HOME/Accuweather_conky_script/hourly_2016/hourly_14.png -p 66,653 -s 35x35}\
${goto 135}${font monofur:bold:size=8}${texeci 300 sed -n '421p' $HOME/Accuweather_conky_script/hourly|cut -c1-17}${font}\
${goto 25}${texeci 300 sed -n '417p' $HOME/Accuweather_conky_script/hourly}\
${goto 240}${texeci 300 sed -n '420p' $HOME/Accuweather_conky_script/hourly}°\
${goto 287}${texeci 300 sed -n '425p' $HOME/Accuweather_conky_script/hourly}°\
${goto 330}${texeci 300 sed -n '427p' $HOME/Accuweather_conky_script/hourly}
${goto 25}${texeci 300 sed -n '418p' $HOME/Accuweather_conky_script/hourly}\
${goto 135}${font monofur:bold:size=8}${texeci 300 sed -n '421p' $HOME/Accuweather_conky_script/hourly|cut -c18-34}${font}\
${image $HOME/images/red_1.png -p 8,693 -s 365x1}
${image $HOME/Accuweather_conky_script/hourly_2016/hourly_15.png -p 66,699 -s 35x35}\
${goto 135}${font monofur:bold:size=8}${texeci 300 sed -n '453p' $HOME/Accuweather_conky_script/hourly|cut -c1-17}${font}\
${goto 25}${texeci 300 sed -n '449p' $HOME/Accuweather_conky_script/hourly}\
${goto 240}${texeci 300 sed -n '452p' $HOME/Accuweather_conky_script/hourly}°\
${goto 287}${texeci 300 sed -n '457p' $HOME/Accuweather_conky_script/hourly}°\
${goto 330}${texeci 300 sed -n '459p' $HOME/Accuweather_conky_script/hourly}
${goto 25}${texeci 300 sed -n '450p' $HOME/Accuweather_conky_script/hourly}\
${goto 135}${font monofur:bold:size=8}${texeci 300 sed -n '453p' $HOME/Accuweather_conky_script/hourly|cut -c18-34}${font}\
${image $HOME/images/red_1.png -p 8,739 -s 365x1}
${image $HOME/Accuweather_conky_script/hourly_2016/hourly_16.png -p 66,745 -s 35x35}\
${goto 135}${font monofur:bold:size=8}${texeci 300 sed -n '485p' $HOME/Accuweather_conky_script/hourly|cut -c1-17}${font}\
${goto 25}${texeci 300 sed -n '481p' $HOME/Accuweather_conky_script/hourly}\
${goto 240}${texeci 300 sed -n '484p' $HOME/Accuweather_conky_script/hourly}°\
${goto 287}${texeci 300 sed -n '489p' $HOME/Accuweather_conky_script/hourly}°\
${goto 330}${texeci 300 sed -n '491p' $HOME/Accuweather_conky_script/hourly}
${goto 25}${texeci 300 sed -n '482p' $HOME/Accuweather_conky_script/hourly}\
${goto 135}${font monofur:bold:size=8}${texeci 300 sed -n '485p' $HOME/Accuweather_conky_script/hourly|cut -c18-34}${font}\
${image $HOME/images/red_1.png -p 8,785 -s 365x1}
${image $HOME/Accuweather_conky_script/hourly_2016/hourly_17.png -p 66,791 -s 35x35}\
${goto 135}${font monofur:bold:size=8}${texeci 300 sed -n '517p' $HOME/Accuweather_conky_script/hourly|cut -c1-17}${font}\
${goto 25}${texeci 300 sed -n '513p' $HOME/Accuweather_conky_script/hourly}\
${goto 240}${texeci 300 sed -n '516p' $HOME/Accuweather_conky_script/hourly}°\
${goto 287}${texeci 300 sed -n '521p' $HOME/Accuweather_conky_script/hourly}°\
${goto 330}${texeci 300 sed -n '523p' $HOME/Accuweather_conky_script/hourly}
${goto 25}${texeci 300 sed -n '514p' $HOME/Accuweather_conky_script/hourly}\
${goto 135}${font monofur:bold:size=8}${texeci 300 sed -n '517p' $HOME/Accuweather_conky_script/hourly|cut -c18-34}${font}\
${image $HOME/images/red_1.png -p 8,831 -s 365x1}
${image $HOME/Accuweather_conky_script/hourly_2016/hourly_18.png -p 66,837 -s 35x35}\
${goto 135}${font monofur:bold:size=8}${texeci 300 sed -n '549p' $HOME/Accuweather_conky_script/hourly|cut -c1-17}${font}\
${goto 25}${texeci 300 sed -n '545p' $HOME/Accuweather_conky_script/hourly}\
${goto 240}${texeci 300 sed -n '548p' $HOME/Accuweather_conky_script/hourly}°\
${goto 287}${texeci 300 sed -n '553p' $HOME/Accuweather_conky_script/hourly}°\
${goto 330}${texeci 300 sed -n '555p' $HOME/Accuweather_conky_script/hourly}
${goto 25}${texeci 300 sed -n '546p' $HOME/Accuweather_conky_script/hourly}\
${goto 135}${font monofur:bold:size=8}${texeci 300 sed -n '549p' $HOME/Accuweather_conky_script/hourly|cut -c18-34}${font}\
${image $HOME/images/red_1.png -p 8,877 -s 365x1}
${image $HOME/Accuweather_conky_script/hourly_2016/hourly_19.png -p 66,883 -s 35x35}\
${goto 135}${font monofur:bold:size=8}${texeci 300 sed -n '581p' $HOME/Accuweather_conky_script/hourly|cut -c1-17}${font}\
${goto 25}${texeci 300 sed -n '577p' $HOME/Accuweather_conky_script/hourly}\
${goto 240}${texeci 300 sed -n '580p' $HOME/Accuweather_conky_script/hourly}°\
${goto 287}${texeci 300 sed -n '585p' $HOME/Accuweather_conky_script/hourly}°\
${goto 330}${texeci 300 sed -n '587p' $HOME/Accuweather_conky_script/hourly}
${goto 25}${texeci 300 sed -n '578p' $HOME/Accuweather_conky_script/hourly}\
${goto 135}${font monofur:bold:size=8}${texeci 300 sed -n '581p' $HOME/Accuweather_conky_script/hourly|cut -c18-34}${font}\
${image $HOME/images/red_1.png -p 8,923 -s 365x1}
${image $HOME/Accuweather_conky_script/hourly_2016/hourly_20.png -p 66,929 -s 35x35}\
${goto 135}${font monofur:bold:size=8}${texeci 300 sed -n '613p' $HOME/Accuweather_conky_script/hourly|cut -c1-17}${font}\
${goto 25}${texeci 300 sed -n '609p' $HOME/Accuweather_conky_script/hourly}\
${goto 240}${texeci 300 sed -n '612p' $HOME/Accuweather_conky_script/hourly}°\
${goto 287}${texeci 300 sed -n '617p' $HOME/Accuweather_conky_script/hourly}°\
${goto 330}${texeci 300 sed -n '619p' $HOME/Accuweather_conky_script/hourly}
${goto 25}${texeci 300 sed -n '610p' $HOME/Accuweather_conky_script/hourly}\
${goto 135}${font monofur:bold:size=8}${texeci 300 sed -n '613p' $HOME/Accuweather_conky_script/hourly|cut -c18-34}${font}\
${image $HOME/images/red_1.png -p 8,969 -s 365x1}
${image $HOME/Accuweather_conky_script/hourly_2016/hourly_21.png -p 66,975 -s 35x35}\
${goto 135}${font monofur:bold:size=8}${texeci 300 sed -n '645p' $HOME/Accuweather_conky_script/hourly|cut -c1-17}${font}\
${goto 25}${texeci 300 sed -n '641p' $HOME/Accuweather_conky_script/hourly}\
${goto 240}${texeci 300 sed -n '644p' $HOME/Accuweather_conky_script/hourly}°\
${goto 287}${texeci 300 sed -n '649p' $HOME/Accuweather_conky_script/hourly}°\
${goto 330}${texeci 300 sed -n '651p' $HOME/Accuweather_conky_script/hourly}
${goto 25}${texeci 300 sed -n '642p' $HOME/Accuweather_conky_script/hourly}\
${goto 135}${font monofur:bold:size=8}${texeci 300 sed -n '645p' $HOME/Accuweather_conky_script/hourly|cut -c18-34}${font}\
${image $HOME/images/red_1.png -p 8,1015 -s 365x1}
${image $HOME/Accuweather_conky_script/hourly_2016/hourly_22.png -p 66,1021 -s 35x35}\
${goto 135}${font monofur:bold:size=8}${texeci 300 sed -n '677p' $HOME/Accuweather_conky_script/hourly|cut -c1-17}${font}\
${goto 25}${texeci 300 sed -n '673p' $HOME/Accuweather_conky_script/hourly}\
${goto 240}${texeci 300 sed -n '676p' $HOME/Accuweather_conky_script/hourly}°\
${goto 287}${texeci 300 sed -n '681p' $HOME/Accuweather_conky_script/hourly}°\
${goto 330}${texeci 300 sed -n '683p' $HOME/Accuweather_conky_script/hourly}
${goto 25}${texeci 300 sed -n '674p' $HOME/Accuweather_conky_script/hourly}\
${goto 135}${font monofur:bold:size=8}${texeci 300 sed -n '677p' $HOME/Accuweather_conky_script/hourly|cut -c18-34}${font}\
${image $HOME/images/red_1.png -p 8,1061 -s 365x1}
]];
These conky are optimized for 1920 * 1080 resolution, these Conky are dedicated to my two friends @Teo and @Sector11 ... thank you my friends for your teachings .....
:8 :8
Nothing happens by chance
Offline
Thank you my friend for the support and your contributions. It's an honor.
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Offline
Again, unpleasant news: 8.(
In siduction (sid) yesterday the package inkscape was upgraded to version
inkscape:amd64 (0.92.5-1, 1.0~rc1-4)
updated.
Since then the error exists again that the svg images in Teo's weather.com script are not converted to png.
convert-im6.q16: unrecognized color `var(--color-icy)' @ warning/color.c/QueryMagickColorCompliance/2766.
convert-im6.q16: non-conforming drawing primitive definition `fill' @ error/draw.c/RenderMVGContent/4300.
So the pictures are missing in Conky again. I have not found a solution for sid yet.
In BL the package is not updated yet. Solution would be to temporarily exclude the package from the update with apt-mark.
apt-mark hold inkscape
Offline
I don't have inkscape installed, so I cannot confirm, but the Weather.com script works ok.
I will try to investigate later on.
EDIT: Do you have imagemagick installed?
Last edited by TeoBigusGeekus (2020-04-29 14:05:37)
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Offline
NOTE: The output below is for ALL of my conkys that S11_Current.sh starts - just easier to start.
Do you have imagemagick installed?
YUP!
I am getting some errors in Debian 10 as well, been meaning to post them:
29 Apr 20 @ 11:12:05 ~
$ /media/5/Conky/OBMenuS/S11_Current.sh
Conky: forked to background, pid is 7816
Conky: desktop window (6b3) is root window
Conky: window type - normal
Conky: drawing to created window (0xe00002)
Conky: drawing to double buffer
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 32138 100 32138 0 0 80952 0 --:--:-- --:--:-- --:--:-- 80952
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 25308 100 25308 0 0 60257 0 --:--:-- --:--:-- --:--:-- 60257
Conky: desktop window (6b3) is root window
Conky: window type - normal
Conky: drawing to created window (0x1800001)
Conky: drawing to double buffer
Conky: forked to background, pid is 8482
Conky: desktop window (6b3) is root window
Conky: window type - normal
Conky: drawing to created window (0x1e00002)
Conky: drawing to double buffer
Conky: forked to background, pid is 8574
Conky: desktop window (6b3) is root window
Conky: window type - normal
Conky: drawing to created window (0x1c00002)
Conky: drawing to double buffer
convert-im6.q16: delegate failed `'rsvg-convert' -o '%o' '%i'' @ error/delegate.c/InvokeDelegate/1928.
convert-im6.q16: unable to open file `/tmp/magick-8704ngDVxAFbl7V0': No such file or directory @ error/constitute.c/ReadImage/600.
convert-im6.q16: no images defined `/media/5/Conky/Weather_com_conky_script/Forecast_Images/d10.png' @ error/convert.c/ConvertImageCommand/3258.
convert-im6.q16: delegate failed `'rsvg-convert' -o '%o' '%i'' @ error/delegate.c/InvokeDelegate/1928.
convert-im6.q16: unable to open file `/tmp/magick-8707KI054czCjYQ4': No such file or directory @ error/constitute.c/ReadImage/600.
convert-im6.q16: no images defined `/media/5/Conky/Weather_com_conky_script/Forecast_Images/d11.png' @ error/convert.c/ConvertImageCommand/3258.
convert-im6.q16: delegate failed `'rsvg-convert' -o '%o' '%i'' @ error/delegate.c/InvokeDelegate/1928.
convert-im6.q16: unable to open file `/tmp/magick-8710RpLj2ckbFjW2': No such file or directory @ error/constitute.c/ReadImage/600.
convert-im6.q16: no images defined `/media/5/Conky/Weather_com_conky_script/Forecast_Images/d12.png' @ error/convert.c/ConvertImageCommand/3258.
convert-im6.q16: delegate failed `'rsvg-convert' -o '%o' '%i'' @ error/delegate.c/InvokeDelegate/1928.
convert-im6.q16: unable to open file `/tmp/magick-8713fxA01AEk1t26': No such file or directory @ error/constitute.c/ReadImage/600.
convert-im6.q16: no images defined `/media/5/Conky/Weather_com_conky_script/Forecast_Images/d13.png' @ error/convert.c/ConvertImageCommand/3258.
convert-im6.q16: delegate failed `'rsvg-convert' -o '%o' '%i'' @ error/delegate.c/InvokeDelegate/1928.
convert-im6.q16: unable to open file `/tmp/magick-871615bmPWvrcBx7': No such file or directory @ error/constitute.c/ReadImage/600.
convert-im6.q16: no images defined `/media/5/Conky/Weather_com_conky_script/Forecast_Images/d14.png' @ error/convert.c/ConvertImageCommand/3258.
convert-im6.q16: delegate failed `'rsvg-convert' -o '%o' '%i'' @ error/delegate.c/InvokeDelegate/1928.
convert-im6.q16: unable to open file `/tmp/magick-87198357PiSuOOD5': No such file or directory @ error/constitute.c/ReadImage/600.
convert-im6.q16: no images defined `/media/5/Conky/Weather_com_conky_script/Forecast_Images/d15.png' @ error/convert.c/ConvertImageCommand/3258.
convert-im6.q16: delegate failed `'rsvg-convert' -o '%o' '%i'' @ error/delegate.c/InvokeDelegate/1928.
convert-im6.q16: unable to open file `/tmp/magick-8722T6vW3wxfQnA9': No such file or directory @ error/constitute.c/ReadImage/600.
convert-im6.q16: no images defined `/media/5/Conky/Weather_com_conky_script/Forecast_Images/d1.png' @ error/convert.c/ConvertImageCommand/3258.
convert-im6.q16: delegate failed `'rsvg-convert' -o '%o' '%i'' @ error/delegate.c/InvokeDelegate/1928.
convert-im6.q16: unable to open file `/tmp/magick-8725HLDWTdxPCvX9': No such file or directory @ error/constitute.c/ReadImage/600.
convert-im6.q16: no images defined `/media/5/Conky/Weather_com_conky_script/Forecast_Images/d2.png' @ error/convert.c/ConvertImageCommand/3258.
convert-im6.q16: delegate failed `'rsvg-convert' -o '%o' '%i'' @ error/delegate.c/InvokeDelegate/1928.
convert-im6.q16: unable to open file `/tmp/magick-8728frIyZQHOcIq9': No such file or directory @ error/constitute.c/ReadImage/600.
convert-im6.q16: no images defined `/media/5/Conky/Weather_com_conky_script/Forecast_Images/d3.png' @ error/convert.c/ConvertImageCommand/3258.
convert-im6.q16: delegate failed `'rsvg-convert' -o '%o' '%i'' @ error/delegate.c/InvokeDelegate/1928.
convert-im6.q16: unable to open file `/tmp/magick-8731t_3VKe7DHksc': No such file or directory @ error/constitute.c/ReadImage/600.
convert-im6.q16: no images defined `/media/5/Conky/Weather_com_conky_script/Forecast_Images/d4.png' @ error/convert.c/ConvertImageCommand/3258.
convert-im6.q16: delegate failed `'rsvg-convert' -o '%o' '%i'' @ error/delegate.c/InvokeDelegate/1928.
convert-im6.q16: unable to open file `/tmp/magick-8734SdjhWMLUFR2b': No such file or directory @ error/constitute.c/ReadImage/600.
convert-im6.q16: no images defined `/media/5/Conky/Weather_com_conky_script/Forecast_Images/d5.png' @ error/convert.c/ConvertImageCommand/3258.
convert-im6.q16: delegate failed `'rsvg-convert' -o '%o' '%i'' @ error/delegate.c/InvokeDelegate/1928.
convert-im6.q16: unable to open file `/tmp/magick-8737n0EWpktl8Kfb': No such file or directory @ error/constitute.c/ReadImage/600.
convert-im6.q16: no images defined `/media/5/Conky/Weather_com_conky_script/Forecast_Images/d6.png' @ error/convert.c/ConvertImageCommand/3258.
convert-im6.q16: delegate failed `'rsvg-convert' -o '%o' '%i'' @ error/delegate.c/InvokeDelegate/1928.
convert-im6.q16: unable to open file `/tmp/magick-8740SyHsp6isGZbf': No such file or directory @ error/constitute.c/ReadImage/600.
convert-im6.q16: no images defined `/media/5/Conky/Weather_com_conky_script/Forecast_Images/d7.png' @ error/convert.c/ConvertImageCommand/3258.
convert-im6.q16: delegate failed `'rsvg-convert' -o '%o' '%i'' @ error/delegate.c/InvokeDelegate/1928.
convert-im6.q16: unable to open file `/tmp/magick-8743yDe1cO8hiWHe': No such file or directory @ error/constitute.c/ReadImage/600.
convert-im6.q16: no images defined `/media/5/Conky/Weather_com_conky_script/Forecast_Images/d8.png' @ error/convert.c/ConvertImageCommand/3258.
convert-im6.q16: delegate failed `'rsvg-convert' -o '%o' '%i'' @ error/delegate.c/InvokeDelegate/1928.
convert-im6.q16: unable to open file `/tmp/magick-8746yMjVEWUGS4qf': No such file or directory @ error/constitute.c/ReadImage/600.
convert-im6.q16: no images defined `/media/5/Conky/Weather_com_conky_script/Forecast_Images/d9.png' @ error/convert.c/ConvertImageCommand/3258.
convert-im6.q16: delegate failed `'rsvg-convert' -o '%o' '%i'' @ error/delegate.c/InvokeDelegate/1928.
convert-im6.q16: unable to open file `/tmp/magick-8749-zdogbLdc2Md': No such file or directory @ error/constitute.c/ReadImage/600.
convert-im6.q16: no images defined `/media/5/Conky/Weather_com_conky_script/Forecast_Images/h10.png' @ error/convert.c/ConvertImageCommand/3258.
convert-im6.q16: delegate failed `'rsvg-convert' -o '%o' '%i'' @ error/delegate.c/InvokeDelegate/1928.
convert-im6.q16: unable to open file `/tmp/magick-8752tHiNHsYQjbte': No such file or directory @ error/constitute.c/ReadImage/600.
convert-im6.q16: no images defined `/media/5/Conky/Weather_com_conky_script/Forecast_Images/h11.png' @ error/convert.c/ConvertImageCommand/3258.
convert-im6.q16: delegate failed `'rsvg-convert' -o '%o' '%i'' @ error/delegate.c/InvokeDelegate/1928.
convert-im6.q16: unable to open file `/tmp/magick-8755AJ12ebSjhpxh': No such file or directory @ error/constitute.c/ReadImage/600.
convert-im6.q16: no images defined `/media/5/Conky/Weather_com_conky_script/Forecast_Images/h12.png' @ error/convert.c/ConvertImageCommand/3258.
convert-im6.q16: delegate failed `'rsvg-convert' -o '%o' '%i'' @ error/delegate.c/InvokeDelegate/1928.
convert-im6.q16: unable to open file `/tmp/magick-8758bAazM15r1Vdi': No such file or directory @ error/constitute.c/ReadImage/600.
convert-im6.q16: no images defined `/media/5/Conky/Weather_com_conky_script/Forecast_Images/h13.png' @ error/convert.c/ConvertImageCommand/3258.
convert-im6.q16: delegate failed `'rsvg-convert' -o '%o' '%i'' @ error/delegate.c/InvokeDelegate/1928.
convert-im6.q16: unable to open file `/tmp/magick-8761HDe8v6c2Z4wg': No such file or directory @ error/constitute.c/ReadImage/600.
convert-im6.q16: no images defined `/media/5/Conky/Weather_com_conky_script/Forecast_Images/h14.png' @ error/convert.c/ConvertImageCommand/3258.
convert-im6.q16: delegate failed `'rsvg-convert' -o '%o' '%i'' @ error/delegate.c/InvokeDelegate/1928.
convert-im6.q16: unable to open file `/tmp/magick-8764Mj0jFNoLbQfh': No such file or directory @ error/constitute.c/ReadImage/600.
convert-im6.q16: no images defined `/media/5/Conky/Weather_com_conky_script/Forecast_Images/h15.png' @ error/convert.c/ConvertImageCommand/3258.
convert-im6.q16: delegate failed `'rsvg-convert' -o '%o' '%i'' @ error/delegate.c/InvokeDelegate/1928.
convert-im6.q16: unable to open file `/tmp/magick-8767IfnUsZwExWjk': No such file or directory @ error/constitute.c/ReadImage/600.
convert-im6.q16: no images defined `/media/5/Conky/Weather_com_conky_script/Forecast_Images/h16.png' @ error/convert.c/ConvertImageCommand/3258.
convert-im6.q16: delegate failed `'rsvg-convert' -o '%o' '%i'' @ error/delegate.c/InvokeDelegate/1928.
convert-im6.q16: unable to open file `/tmp/magick-8770iRbVsZcIYw0k': No such file or directory @ error/constitute.c/ReadImage/600.
convert-im6.q16: no images defined `/media/5/Conky/Weather_com_conky_script/Forecast_Images/h1.png' @ error/convert.c/ConvertImageCommand/3258.
convert-im6.q16: delegate failed `'rsvg-convert' -o '%o' '%i'' @ error/delegate.c/InvokeDelegate/1928.
convert-im6.q16: unable to open file `/tmp/magick-87735O-P5xlesrkk': No such file or directory @ error/constitute.c/ReadImage/600.
convert-im6.q16: no images defined `/media/5/Conky/Weather_com_conky_script/Forecast_Images/h2.png' @ error/convert.c/ConvertImageCommand/3258.
convert-im6.q16: delegate failed `'rsvg-convert' -o '%o' '%i'' @ error/delegate.c/InvokeDelegate/1928.
convert-im6.q16: unable to open file `/tmp/magick-8776OK36j9OlkNZm': No such file or directory @ error/constitute.c/ReadImage/600.
convert-im6.q16: no images defined `/media/5/Conky/Weather_com_conky_script/Forecast_Images/h3.png' @ error/convert.c/ConvertImageCommand/3258.
convert-im6.q16: delegate failed `'rsvg-convert' -o '%o' '%i'' @ error/delegate.c/InvokeDelegate/1928.
convert-im6.q16: unable to open file `/tmp/magick-8779qlK9xdTigPHn': No such file or directory @ error/constitute.c/ReadImage/600.
convert-im6.q16: no images defined `/media/5/Conky/Weather_com_conky_script/Forecast_Images/h4.png' @ error/convert.c/ConvertImageCommand/3258.
convert-im6.q16: delegate failed `'rsvg-convert' -o '%o' '%i'' @ error/delegate.c/InvokeDelegate/1928.
convert-im6.q16: unable to open file `/tmp/magick-8782ekTmkzLhAI5l': No such file or directory @ error/constitute.c/ReadImage/600.
convert-im6.q16: no images defined `/media/5/Conky/Weather_com_conky_script/Forecast_Images/h5.png' @ error/convert.c/ConvertImageCommand/3258.
convert-im6.q16: delegate failed `'rsvg-convert' -o '%o' '%i'' @ error/delegate.c/InvokeDelegate/1928.
convert-im6.q16: unable to open file `/tmp/magick-8785yQrdzm2QDPMm': No such file or directory @ error/constitute.c/ReadImage/600.
convert-im6.q16: no images defined `/media/5/Conky/Weather_com_conky_script/Forecast_Images/h6.png' @ error/convert.c/ConvertImageCommand/3258.
convert-im6.q16: delegate failed `'rsvg-convert' -o '%o' '%i'' @ error/delegate.c/InvokeDelegate/1928.
convert-im6.q16: unable to open file `/tmp/magick-8788ejf5FOW8p3Gq': No such file or directory @ error/constitute.c/ReadImage/600.
convert-im6.q16: no images defined `/media/5/Conky/Weather_com_conky_script/Forecast_Images/h7.png' @ error/convert.c/ConvertImageCommand/3258.
convert-im6.q16: delegate failed `'rsvg-convert' -o '%o' '%i'' @ error/delegate.c/InvokeDelegate/1928.
convert-im6.q16: unable to open file `/tmp/magick-8791WDYPP8Xi6COo': No such file or directory @ error/constitute.c/ReadImage/600.
convert-im6.q16: no images defined `/media/5/Conky/Weather_com_conky_script/Forecast_Images/h8.png' @ error/convert.c/ConvertImageCommand/3258.
convert-im6.q16: delegate failed `'rsvg-convert' -o '%o' '%i'' @ error/delegate.c/InvokeDelegate/1928.
convert-im6.q16: unable to open file `/tmp/magick-8794VYEIQj0BMpvp': No such file or directory @ error/constitute.c/ReadImage/600.
convert-im6.q16: no images defined `/media/5/Conky/Weather_com_conky_script/Forecast_Images/h9.png' @ error/convert.c/ConvertImageCommand/3258.
convert-im6.q16: delegate failed `'rsvg-convert' -o '%o' '%i'' @ error/delegate.c/InvokeDelegate/1928.
convert-im6.q16: unable to open file `/tmp/magick-8797WK6bYxGiL6zs': No such file or directory @ error/constitute.c/ReadImage/600.
convert-im6.q16: no images defined `/media/5/Conky/Weather_com_conky_script/Forecast_Images/now.png' @ error/convert.c/ConvertImageCommand/3258.
Conky: /media/5/Conky/Accuweather_conky_script/S11_accu_UVI.conky: 66: no such configuration: '7'
Conky: forked to background, pid is 8839
Conky: forked to background, pid is 8858
Conky: forked to background, pid is 8860
Conky: forked to background, pid is 8863
Conky: forked to background, pid is 8865
29 Apr 20 @ 11:12:27 ~
$
Conky: forked to background, pid is 8933
Conky: desktop window (6b3) is root window
Conky: window type - normal
Conky: drawing to created window (0x2600002)
Conky: drawing to double buffer
Conky: forked to background, pid is 9011
Conky: desktop window (6b3) is root window
Conky: window type - normal
Conky: drawing to created window (0x2c00002)
Conky: drawing to double buffer
Conky: desktop window (6b3) is root window
Conky: desktop window (6b3) is root window
Conky: window type - normal
Conky: window type - normal
Conky: drawing to created window (0x2800002)
Conky: drawing to double buffer
Conky: drawing to created window (0x2e00002)
Conky: drawing to double buffer
Conky: desktop window (6b3) is root window
Conky: window type - normal
Conky: drawing to created window (0x2a00001)
Conky: drawing to double buffer
Conky: desktop window (6b3) is root window
Conky: window type - normal
Conky: drawing to created window (0x3000001)
Conky: drawing to double buffer
Conky: desktop window (6b3) is root window
Conky: window type - normal
Conky: drawing to created window (0x2000002)
Conky: drawing to double buffer
Conky: desktop window (6b3) is root window
Conky: window type - normal
Conky: drawing to created window (0x3e00001)
Conky: drawing to double buffer
--2020-04-29 11:12:27-- https://mail.google.com/mail/feed/atom
--2020-04-29 11:12:27-- https://mail.google.com/mail/feed/atom
{snip}
Connecting to mail.google.com (mail.google.com)|xxx.xxx.xxx.x|:xxx... connected.
connected.
Conky: desktop window (6b3) is root window
Conky: window type - normal
Conky: drawing to created window (0x2400002)
Conky: drawing to double buffer
HTTP request sent, awaiting response... HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/xml]
Saving to: ‘STDOUT’
- [ <=> ] 340 --.-KB/s in 0s
2020-04-29 11:12:27 (8.99 MB/s) - written to stdout [340]
--2020-04-29 11:12:27-- https://mail.google.com/mail/feed/atom
{snip}
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/xml]
Saving to: ‘STDOUT’
- [ <=> ] 3.06K --.-KB/s in 0.001s
2020-04-29 11:12:28 (2.21 MB/s) - written to stdout [3133]
--2020-04-29 11:12:28-- https://mail.google.com/mail/feed/atom
{snip}
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/xml]
Saving to: ‘STDOUT’
- [ <=> ] 340 --.-KB/s in 0s
2020-04-29 11:12:28 (9.38 MB/s) - written to stdout [340]
200 OK
Length: unspecified [text/xml]
Saving to: ‘STDOUT’
- [ <=> ] 3.06K --.-KB/s in 0s
2020-04-29 11:12:29 (66.7 MB/s) - written to stdout [3133]
XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0"
after 1853 requests (1847 known processed) with 0 events remaining.
Last edited by Sector11 (2020-04-29 14:21:28)
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline
Did you also start getting these errors after the inkscape update?
What version is your imagemagick?
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Offline
@unklar - same thing happened on my MX-19 system. Then I found that 'python-scour' was removed with the update in favour of 'python3-scour'.
Weather.com script running smoothly again after reinstalling 'python-scour'...
Offline
That's awesome news ceeslans!
Did it install without any conflicts?
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Offline
That's awesome news ceeslans!
Did it install without any conflicts?
yes, no conficts whatsoever. will remain to exist as manual-install...
Offline
Good to know.
The funny thing is that on Arch I have none of these installed, inkscape, python-scour or python3-scour.
Last edited by TeoBigusGeekus (2020-04-29 14:58:23)
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Offline
Installed it:
Still get convert errors ... BUT the scripts work! as they always have.
convert-im6.q16: no images defined `/media/5/Conky/Weather_com_conky_script/Forecast_Images/d12.png' @ error/convert.c/ConvertImageCommand/3258.
convert-im6.q16: delegate failed `'rsvg-convert' -o '%o' '%i'' @ error/delegate.c/InvokeDelegate/1928.
convert-im6.q16: unable to open file `/tmp/magick-19843t0GjnC7Cc2rb': No such file or directory @ error/constitute.c/ReadImage/600.
convert-im6.q16: no images defined `/media/5/Conky/Weather_com_conky_script/Forecast_Images/d13.png' @ error/convert.c/ConvertImageCommand/3258.
convert-im6.q16: delegate failed `'rsvg-convert' -o '%o' '%i'' @ error/delegate.c/InvokeDelegate/1928.
convert-im6.q16: unable to open file `/tmp/magick-198466hgia-X7Np0b': No such file or directory @ error/constitute.c/ReadImage/600.
inkscape is not installed here.
@ TEO - I did not notice the errors until "after" I installed Debian 10. I was running my "current.sh" script in a terminal for a different reason.
@ unclar et al - Look at this nice streamlined "current.sh" script to start your conkys on different desktops:
#!/bin/bash
#### /media/5/Conky/OBMenuS/S11_Current.sh
# Refined thanks to johnraff - 2020-04-23
killall conky
# on desktop 7 = wmctrl -s 6
###############################
# wmctrl -s 6 &
# conky -c /media/5/Conky/t7test.conky &
# sleep 3
# on desktop 6 = wmctrl -s 5
###############################
# wmctrl -s 5 &
# conky -c /media/5/Conky/t6test.conky &
# sleep 1
# on desktop 5 = wmctrl -s 4
###############################
# wmctrl -s 4 &
# conky -c /media/5/Conky/t5test.conky &
# sleep 1
# on desktop 4 = wmctrl -s 3
###############################
wmctrl -s 3 &
# conky -c /media/5/Conky/t4test.conky &
conky -c ~/.conkyrc &
sleep 3
conky -c /media/5/Conky/Weather_com_conky_script/wetter_com-1.9.conky &
sleep 1
# on desktop 3 = wmctrl -s 2
###############################
# wmctrl -s 2 &
# conky -c /media/5/Conky/t3test.conky &
# sleep 1
# on desktop 2 = wmctrl -s 1
###############################
wmctrl -s 1 &
# conky -c /media/5/Conky/t2test.conky &
conky -c /media/5/Conky/S11_Rem_Cal.conky &
conky -c /media/5/Conky/S11_Dates.conky &
sleep 1
# on desktop 1 = wmctrl -s 0
###############################
wmctrl -s 0 &
# conky -c /media/5/Conky/t1test.conky &
conky -c /media/5/Conky/S11_Rem_Today.conky &
conky -c /media/5/Conky/time.conky &
conky -c /media/5/Conky/S11_thin_r2_side.conky &
conky -c /media/5/Conky/S11_thin_l2_side.conky &
conky -c /media/5/Conky/S11_MD_Cal-br.conky &
conky -c /media/5/Conky/S11_Email_0.conky &
#conky -c /media/5/Conky/Accuweather_conky_script/S11_accu_tm_BAR_2015-full.conky &
conky -c /media/5/Conky/Accuweather_conky_script/S11_accu_tm_BAR_2016-full.conky &
conky -c /media/5/Conky/Accuweather_conky_script/S11_accu_UVI.conky &
# on all desktops
##########################
conky -c /media/5/Conky/Eagle.conky
# sleep 0
exit
Last edited by Sector11 (2020-04-29 18:52:58)
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline
@S11: please ensure that 'libmagick++-6.q16-' and 'libmagickcore-6.q16-6-extra' are installed.
Offline
we have all gone off on a tangent.
imagemagick has zero dependency on python of any type
- convert comes from imagemagick
inkscape on the other hand does - and TEO's script do not use inkscape in any way.
So I can remove python-scou*
29 Apr 20 @ 15:38:33 ~
$ remv python-scou*
[sudo] password for sector11:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'python-scour' for glob 'python-scou*'
The following packages were automatically installed and are no longer required:
python-six python3-scour scour
Use 'sudo apt autoremove' to remove them.
The following packages will be REMOVED:
python-scour
0 upgraded, 0 newly installed, 1 to remove and 2 not upgraded.
After this operation, 227 kB disk space will be freed.
Do you want to continue? [Y/n]
(Reading database ... 129810 files and directories currently installed.)
Removing python-scour (0.37-2) ...
29 Apr 20 @ 15:40:11 ~
$ aremv
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
python-six* python3-scour* scour*
0 upgraded, 0 newly installed, 3 to remove and 2 not upgraded.
After this operation, 327 kB disk space will be freed.
Do you want to continue? [Y/n]
(Reading database ... 129793 files and directories currently installed.)
Removing python-six (1.12.0-1) ...
Removing scour (0.37-2) ...
Removing python3-scour (0.37-2) ...
Processing triggers for man-db (2.8.5-2) ...
29 Apr 20 @ 15:40:27 ~
$
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline
@S11: please ensure that 'libmagick++-6.q16-' and 'libmagickcore-6.q16-6-extra' are installed.
Neither exist in Debian 10:
29 Apr 20 @ 15:44:19 ~
$ ser image
alias ser = aptitude search
{ snip snip snip snip snip }
p image-transport-tools:i386 - Robot OS image_transport package tools
p imageindex - generate static HTML galleries from images
p imagej - Image processing program with a focus on microscopy images
i imagemagick - image manipulation programs -- binaries
p imagemagick:i386 - image manipulation programs -- binaries
i A imagemagick-6-common - image manipulation programs -- infrastructure
v imagemagick-6-common:i386 -
p imagemagick-6-doc - document files of ImageMagick
v imagemagick-6.defaultquantum -
i A imagemagick-6.q16 - image manipulation programs -- quantum depth Q16
p imagemagick-6.q16:i386 - image manipulation programs -- quantum depth Q16
p imagemagick-6.q16hdri - image manipulation programs -- quantum depth Q16HDRI
p imagemagick-6.q16hdri:i386 - image manipulation programs -- quantum depth Q16HDRI
p imagemagick-common - image manipulation programs -- infrastructure dummy package
p imagemagick-doc - document files of ImageMagick -- dummy package
v imagemagick-doc:i386 -
p imagetooth - library generating images of teeth for odontograms
p imagevis3d
{ snip snip snip snip snip }
i386 programs show up because I need i386 for my printer driver.
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline
Teo and friends,
the problem is with Debian. It has nothing to do with archlinux. There are no bugs there. Their imagemagick package is, i assume, "complete."
I was talking about sid(uction) and updating inkscape.
Moment...
We used to "co-install" inkscape because it provided a dependency to convert svg --> to png.
But I don't know which
If I purge inkscape, then
root@sidukde:~# apt purge inkscape
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen.... Fertig
Die folgenden Pakete wurden automatisch installiert und werden nicht mehr benötigt:
enchant-2 libcdr-0.1-1 libenchant-2-2 libgdl-3-5 libgdl-3-common libgsl23 libgslcblas0
libgtkspell3-3-0 [b][b]libimage-magick-perl[/b][/b] [b][b]libimage-magick-q16-perl[/b][/b] [b][b]libmagick++-6.q16-8[/b][/b] libpotrace0
librevenge-0.0-0 libvisio-0.1-1 libwpd-0.10-10 libwpg-0.3-3 python3-bs4 python3-html5lib python3-lxml
python3-numpy python3-scour python3-soupsieve python3-webencodings
Verwenden Sie »apt autoremove«, um sie zu entfernen.
Die folgenden Pakete werden ENTFERNT:
inkscape*
0 aktualisiert, 0 neu installiert, 1 zu entfernen und 0 nicht aktualisiert.
Nach dieser Operation werden 85,6 MB Plattenplatz freigegeben.
Möchten Sie fortfahren? [J/n] n
Abbruch.
Last edited by unklar (2020-04-29 19:22:17)
Offline
@S11: as far as I understood from earlier forum messages on this Weather.Com convert-issue, we need inkscape installed on Debian.
try this my friend open synaptic search inkscape click and mark recommended for installation python-scour do the same to imagemagick-6.q16 install libmagickcore-6.q16-6-extra....
Only after I installed inkscape and its recommendations as per above suggestion from manuel-909, Teo's 'weather.com script' finally triggered the much wanted image conversion to png's on my system.
Should you find a working inkscape-free conversion method, kindly share with us poor Debian users...
Last edited by ceeslans (2020-04-29 19:33:38)
Offline
Here's Arch's imagemagick package, with all its dependencies.
Quite a long list but please check them one after another to see if you miss anything.
Because, as I've said before, I don't have inkscape and everything works ok.
EDIT: An explanation as well - the imagemagick package is needed only for the convert command to work. Maybe on Debian the inkscape package coincidentally solves the script's problem, ie. installs a package that is otherwise a dependency for imagemagick on Arch but not on Debian.
Last edited by TeoBigusGeekus (2020-04-29 19:43:29)
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Offline
@S11: as far as I understood from earlier forum messages on this Weather.Com convert-issue, we need inkscape installed on Debian.
manuel-909 wrote:try this my friend open synaptic search inkscape click and mark recommended for installation python-scour do the same to imagemagick-6.q16 install libmagickcore-6.q16-6-extra....
Only after I installed inkscape and its recommendations as per above suggestion from manuel-909, Teo's 'weather.com script' finally triggered the much wanted image conversion to png's on my system.
Should you find a working inkscape-free conversion method, kindly share with us poor Debian users...
actually, I was wrong they are both there.
29 Apr 20 @ 16:37:37 ~
$ ser imagemagick-6.q16
alias ser = aptitude search
i A imagemagick-6.q16 - image manipulation programs -- quantum depth Q16
p imagemagick-6.q16:i386 - image manipulation programs -- quantum depth Q16
p imagemagick-6.q16hdri - image manipulation programs -- quantum depth Q16HDRI
p imagemagick-6.q16hdri:i386 - image manipulation programs -- quantum depth Q16HDRI
29 Apr 20 @ 16:37:47 ~
$ ser libmagickcore-6.q16-6-extra
alias ser = aptitude search
p libmagickcore-6.q16-6-extra - low-level image manipulation library - extra codecs (Q16)
p libmagickcore-6.q16-6-extra:i386 - low-level image manipulation library - extra codecs (Q16)
29 Apr 20 @ 16:38:15 ~
$
The first one shows in my earlier post but the last on not because no "image" that I searched for. So I got it AND inkscape to test.
brb
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline
I believe here are the dependencies of imagemagick on Debian Sid.
If you compare the dependencies on Arch and Debian, I think you can find some good candidates for the Debian script misfire.
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Offline
well adding inkscape (which adds the above as dependencies) does clean up the image errors.
Not to find out why ... will check TEO's list.
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline