ecco il file di configurazione
Codice: Seleziona tutto
# Yahoo Weather for conky
# by < kernel1969_at_gmail_dot_com >
# Updated: Dec 17, 2010
# Keep 'update_interval' setting to 1 to let other conky stuff update in real time
# The weather data however will refresh at interval configured in template1
# Keep 'imlib_cache_size' setting to 0 to let the weather icon refresh properly
# Default font 'xftfont' is Droid Sans
# START CONFIG ===================================================================
template1 60 # SECONDS, refresh interval for weather data
template2 /tmp # TEMPORARY DIR, must be equal to TMP_DIR in 'yweather.sh'
# END CONFIG =====================================================================
maximum_width 300
sticky in own_window_hints
alignment top_right
double_buffer yes
background no
border_width 1
cpu_avg_samples 2
default_color white
default_outline_color white
default_shade_color white
draw_borders no
draw_graph_borders no
draw_outline no
draw_shades no
use_xft yes
xftfont DejaVu Sans Mono:size=12
gap_x 10
gap_y 60
minimum_size 5 5
net_avg_samples 2
no_buffers yes
out_to_console no
out_to_stderr no
extra_newline no
own_window yes
own_window_class Conky
own_window_type overraide
own_window_transparent yes
own_window_hints undecorated, below, skip_taskbar, skip_pager
stippled_borders 0
update_interval 1.0
uppercase no
use_spacer none
show_graph_scale no
show_graph_range no
pad_percents 3
color1 EEEEEE
color2 FFFF00
TEXT
${execpi ${template1} cat ${template2}/yw_pict.txt}
${font :size=14:style=Bold}${alignc}${voffset 60}${color2}${execi ${template1} cat ${template2}/yw_loca.txt}
${font :size=08:style=Bold}${alignc}${voffset -5}${color1}${execi ${template1} cat ${template2}/yw_cond.txt}
${font :size=14:style=Bold}${alignc}${voffset +5}${color2}${execi ${template1} cat ${template2}/yw_temp.txt}
${font :size=07:style=Regular}${alignc}${voffset -8}${color1}${execi ${template1} cat ${template2}/yw_tmix.txt}
${font :size=07:style=Regular}${alignc}${voffset +4}${color1}${execi ${template1} cat ${template2}/yw_pres.txt}
${font :size=07:style=Regular}${alignc}${voffset +1}${color1}${execi ${template1} cat ${template2}/yw_humi.txt}
${hr 3 }
${scroll 32 $nodename - $sysname $kernel on $machine }
${hr 2}
${color blue}Uptime:$color $uptime
${color blue}Frequenza (in MHz):$color $freq
${color blue}Frequenza (in GHz):$color $freq_g
${color blue}RAM Usata:$color $mem/$memmax - $memperc% ${membar 4}
${color blue}Swap Usata:$color $swap/$swapmax - $swapperc% ${swapbar 4}
${color blue}CPU Usata:$color $cpu% ${cpubar 4}
${color blue}Processi:$color $processes ${color grey}Running:$color $running_processes
$hr
${color blue}File systems:
$color / $color${fs_used /}/${fs_size /} ${fs_bar 6 /}
/home $color${fs_used /home}/${fs_size /home} ${fs_bar 6 /home}
/media/GIANNI $color${fs_used /media/GIANNI}/${fs_size /media/GIANNI} ${fs_bar 6 /media/GIANNI}
/media/dati $color${fs_used /media/dati}/${fs_size /media/dati} ${fs_bar 6 /media/dati}
${hr}
${color blue}Networking:
Up:$color ${upspeed eth0} ${color blue} - Down:$color ${downspeed eth0}
IP Pubblico $alignr${execi 3600 wget -q -O - checkip.dyndns.org | sed -e 's/.*Current IP Address: //' -e 's/<.*$//'}
IP Locale: $alignr$color${addr eth0}
$hr
${color blue}Name PID CPU% MEM%
${color lightblue} ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
${color lightblue} ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
${color lightblue} ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
${color lightblue} ${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4}
${color lightblue} ${top name 5} ${top pid 5} ${top cpu 5} ${top mem 5}
${color lightblue} ${top name 6} ${top pid 6} ${top cpu 6} ${top mem 6}
${color lightblue} ${top name 7} ${top pid 7} ${top cpu 7} ${top mem 7}
${color lightblue} ${top name 8} ${top pid 8} ${top cpu 8} ${top mem 8}
${color lightblue} ${top name 9} ${top pid 9} ${top cpu 9} ${top mem 9}
${color lightblue} ${top name 10} ${top pid 10} ${top cpu 10} ${top mem 10}
xftfont DejaVu Sans Mono:size=20
ma nulla...
potete aiutarmi? guardate come si vede:
http://imagebin.org/132747

