Inoltre mi interessa sapere come fare per notificare l'arrivo di posta su Gmail.
Vi posto il mio conky:
Questa è la stringa relativa alla visualizzazione della copertina, però non va (trovata in una guida)# Generated with Conky Wizard
# Copyright (C) 2010 José David Abad GarcÃa
# GPL Version 3
#
# WARNING! All changes made in this file will be lost if the program runs again!
# Default Fonts
use_xft yes
xftfont Arial:size=8
override_utf8_locale yes
# Performance Settings
update_interval 1
total_run_times 0
double_buffer yes
no_buffers yes
net_avg_samples 2
text_buffer_size 1024
# Window Settings
own_window yes
own_window_transparent yes
own_window_type override
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
# Window border
draw_borders no
draw_shades no
# Default Color
default_color E0DFDE
# Color Title.
color0 DD3A21
# Size and position
minimum_size 256 744
gap_x 1
gap_y 0
alignment top_right
TEXT
${image ~/.ConkyWizardTheme/pix/background.png -p 0,0 -s 256x744}
${GOTO 36}Kernel:${GOTO 120}${kernel}
${GOTO 36}CPU 1:${GOTO 120}${cpubar cpu1 10,75} ${cpu cpu1} %
${GOTO 36}CPU 2:${GOTO 120}${cpubar cpu2 10,75} ${cpu cpu2} %
${GOTO 36}RAM:${GOTO 120}${membar 10,75} ${memperc} %
${GOTO 36}SWAP:${GOTO 120}${swapbar 10,75} $swapperc %
${GOTO 36}Uptime:${GOTO 120}${uptime}
${GOTO 36}${font 1979:size=10}${color0}Disco${font}${color}
${GOTO 36}System (/):${GOTO 120}${fs_used /}
${GOTO 36}${GOTO 60}${fs_bar 10,100 /}
${GOTO 36}${font 1979:size=10}${color0}Network${font}${color}
${GOTO 36}Upspeed:${GOTO 120}${upspeedgraph eth0 10,75 B7B2AD B7B2AD}
${GOTO 36}Downspeed:${GOTO 120}${downspeedgraph eth0 10,75 B7B2AD B7B2AD}
${GOTO 36}Uploaded:${GOTO 120}${totalup eth0}
${GOTO 36}Downloaded:${GOTO 120}${totaldown eth0}
${GOTO 36}IP Locale:${GOTO 120}${addr eth0}
${goto 36}IP Pubblico:${GOTO 120}${exec wget -q -O - checkip.dyndns.org | sed -e 's/[^[:digit:]|.]//g'}
${GOTO 36}${font 1979:size=10}${color0}Temperature${font}${color}
${GOTO 36}CPU:${GOTO 120}$acpitemp ºC
${GOTO 36}Hard disk:${GOTO 120}${execi 4 sensors | grep -A 0 'temp1' | cut -c15-18} ºC
${GOTO 36}${font 1979:size=10}${color0}Data e ora${font}${color}
${GOTO 36}${time %H:%M} ${time %d/%m/%Y}
${GOTO 36}${time %A}, ${time %d} ${time %B} ${time %Y}
${GOTO 36}${font 1979:size=10}${color0}Rhythmbox${font}${color}
${if_running rhythmbox}
${GOTO 36} Artista: ${exec rhythmbox-client --no-start --print-playing-format %aa}
${GOTO 36} Brano: ${exec rhythmbox-client --no-start --print-playing-format %tn} - ${exec rhythmbox-client --no-start --print-playing-format %tt}
${GOTO 36} Album: ${exec rhythmbox-client --no-start --print-playing-format %at}
${GOTO 36} Durata: ${exec rhythmbox-client --no-start --print-playing-format %te}/${exec rhythmbox-client --no-start --print-playing-format %td}
${GOTO 36}${exec cp "`conkyRhythmbox --datatype=CA | sed -e 's/\\\//g'`" /home/sandro/.album}${image /home/sandro/.album -p 0,2 -s 60x60}
${else}
${GOTO 36}Rhythmbox Spento
$endif
${GOTO 36}${exec cp "`conkyRhythmbox --datatype=CA | sed -e 's/\\\//g'`" /home/sandro/.album}${image /home/sandro/.album -p 0,2 -s 60x60}