# Conky, a system monitor,

alignment top_right
background yes
border_width 1
cpu_avg_samples 2
default_color white
default_outline_color white
default_shade_color white
double_buffer yes
draw_borders no
draw_graph_borders yes
draw_outline no
draw_shades no
use_xft yes
#xftfont DejaVu Sans Mono:size=12
override_utf8_locale yes
use_xft yes
xftfont TakaoGothic:style=Regular:size=10
gap_x 10
gap_y 50
minimum_size 5 5
maximum_width 340
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 override
stippled_borders 0
update_interval 5
uppercase no
use_spacer none
show_graph_scale no
show_graph_range no
own_window_transparent yes
own_window_argb_visual true 


TEXT
${alignc}BunsenLabs Linux
${alignc}${pre_exec cat /etc/issue.net} $machine Kernel $kernel
#Date
${font size=16}Date ${font}${hr 2}
${alignc 35}${font Trebuchet MS:size=24}${time %H:%M}${font}
${alignc}${time %Y年 %m月 %d日 %A}  
#System 
${font size=16}System ${font}${hr 2}
${color grey}Uptime:$color $uptime
${color grey}Frequency :$color $freq_g GHz
${color grey}RAM Usage:$color $mem/$memmax - $memperc% ${membar 4}
${color grey}Swap Usage:$color $swap/$swapmax - $swapperc% ${swapbar 4}
${color grey}CPU Usage:$color $cpu% ${cpubar 4}
${cpugraph cpu0 -l}
${color grey}Processes:$color $processes  ${color grey}Running:$color $running_processes
#File systems
${font size=16}File systems  ${font}${hr 2}
/ $color${fs_used /}/${fs_size /} ${fs_bar 6 /}
#Processes
${font size=16}Processes ${font}${hr 2}
${color grey}Name              PID   CPU%   MEM%
${color lightgrey} ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
${color lightgrey} ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
${color lightgrey} ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
${color lightgrey} ${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4}
#NetWork
${font size=16}NetWork ${font}${hr 2}
 Up: ${upspeed eth0} kb/s       Down: ${downspeed eth0} kb/s
 ${upspeedgraph eth0 32,140} ${downspeedgraph eth0 32,140}
#RSS
${font size=16}Weather ${font}${hr 2}
${rss http://rss.weather.yahoo.co.jp/rss/days/7310.xml 60 item_title 1}
${rss http://rss.weather.yahoo.co.jp/rss/days/7310.xml 60 item_title 2}
${rss http://rss.weather.yahoo.co.jp/rss/days/7310.xml 60 item_title 3}
${rss http://rss.weather.yahoo.co.jp/rss/days/7310.xml 60 item_title 4}
${rss http://weather.livedoor.com/forecast/rss/warn/38.xml 60 item_title 1}
${rss http://weather.livedoor.com/forecast/rss/warn/38.xml 60 item_title 2}
#${rss http://weather.livedoor.com/forecast/rss/warn/38.xml 60 item_title 3}
#${rss http://feeds.feedburner.com/hitokuchi_7310 60 item_title 1}
#${rss http://feeds.reuters.com/reuters/businessNews?format=xml 10 item_title 3}
#${rss http://www.wsj.com/xml/rss/3_7085.xml 10 item_title 3}
#${rss http://www.wsj.com/xml/rss/3_7455.xml 10 item_title 3}
#${rss https://news.google.com/news/feeds?hl=ja&ned=us&ie=UTF-8&oe=UTF-8&output=rss 15 item_titles 3} 
#Rhythmbox
${if_running rhythmbox}${font size=16}NowPlaying ${font}${hr 2}
 ${exec rhythmbox-client --print-playing --print-playing-format='%at - %aa'}
  ${exec rhythmbox-client --print-playing --print-playing-format='%tn:%tt %te/%td'} ${endif}
#Calendar
${font size=16}Calendar ${font}${hr 2}
${execi 300 gcal -i -qJP} 
