Pacotes necessarios e conkyrc
Pacotes para o google calendar + conky para o ubuntu jaunty, eles serão nessários para se autenticar no google
sudo wget -q http://www.kaivalagi.com/ubuntu/ppa/m-buck-conky-jaunty.list -O /etc/apt/sources.list.d/m-buck-conky-jaunty.list
wget -q http://www.kaivalagi.com/ubuntu/ppa/m-buck-conky-key.gpg -O- | sudo apt-key add -
sudo apt-get update && sudo apt-get install conkygooglecalendar
crie o arquivo conkyrc
# Use Xft?
use_xft yes
xftfont DejaVu Sans:size=8
xftalpha 0.8
color0 FFFFFF
color1 FCAF3E
text_buffer_size 2048
# Update interval in seconds
update_interval 3
total_run_times 0
own_window yes
own_window_transparent yes
own_window_type override
double_buffer yes
minimum_size 220 5
maximum_width 220
draw_shades no
draw_outline no
draw_borders no
stippled_borders 0
border_margin 5
border_width 1
default_color white
own_window_colour white
alignment top_left
gap_x 20
gap_y 50
no_buffers yes
uppercase no
cpu_avg_samples 2
net_avg_samples 2
override_utf8_locale yes
use_spacer none
TEXT
CALENDAR ${hr 1}
${execi 12000 ~/.scripts/googlecalendar.sh}