Pewnego razu nie mając zajęcia, napisałem sobie pliczek .conkyrc, a w zasadzie złożyłem i przerobiłem z przykładów dostępnych na stronce conky'a. Postanowiłem podzielić się tym plikiem z wami.. Poniżej jest jego zawartość, a po prawej zrzut ekranu. Mam nadzieje że wam przyda się bardziej niż dla mnie.
# Conky configuration
background yes
use_xft yes
xftfont Monospace:size=10
xftalpha 0.8
out_to_console no
update_interval 2
total_run_times 0
own_window yes
own_window_type normal
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer yes
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders yes
stippled_borders 5
border_margin 4
border_width 1
default_color grey
default_shade_color black
default_outline_color black
alignment top_left
gap_x 10
gap_y 47
no_buffers no
uppercase no
cpu_avg_samples 2
net_avg_samples 2
override_utf8_locale yes
use_spacer no
TEXT
${alignc}${color}Procs:${color white} $processes ${color}Running:${color white} $running_processes
${alignc}${color}Uptime:${color white} $uptime ${color} Load:${color white} $loadavg
${alignc}${color}CPU: ${color white}${i2c 9191-0290 temp 2}°C$color - MB: ${color white}${i2c 9191-0290 temp 1}°C
$color$stippled_hr
${color}CPU:${color white} ${cpu cpu1}% ${cpubar cpu1}
${color}RAM:${color white} $memperc% $mem/$memmax $membar
${color}Swap: ${color white}$swapperc% $swap/$swapmax ${swapbar}
${color}Name PID CPU% MEM%
${color white} ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
${color white} ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
${color white} ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
${color white} ${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4}
$color$stippled_hr
${alignc}File systems
${color}/dev/hda1${color white} ${fs_used_perc /}% ${fs_used /}/${fs_size /} ${fs_bar /}
${color}/dev/hda3${color white} ${fs_used_perc /home/}% ${fs_used /home/}/${fs_size /home/} ${fs_bar /home/}
${color}/dev/hda4${color white} ${fs_used_perc /mnt/nowa/}% ${fs_used /mnt/nowa/}/${fs_size /mnt/nowa/} ${fs_bar /mnt/nowa/}
${color}/dev/hda5${color white} ${fs_used_perc /mnt/filmy/}% ${fs_used /mnt/filmy/}/${fs_size /mnt/filmy/} ${fs_bar /mnt/filmy/}
$color$stippled_hr
${color}NET Up: ${color white}${upspeed eth0} k/s${offset 25}${color}${upspeedgraph eth0 12,0 000000 ffffff}
${color}NET Down: ${color white}${downspeed eth0}k/s${offset 25}${color}${downspeedgraph eth0 12,0 000000 ffffff}
${color}Inbound: ${color white}${tcp_portmon 1 32767 count} ${color}Outbound: ${color white}${tcp_portmon 32768 61000 count}${alignr}${color}ALL: ${color white}${tcp_portmon 1 65535 count}
${color}Outbound Connection ${alignr} Remote Service/Port$color${color white}
${tcp_portmon 32768 61000 rhost 0} ${alignr} ${tcp_portmon 32768 61000 rservice 0}
${tcp_portmon 32768 61000 rhost 1} ${alignr} ${tcp_portmon 32768 61000 rservice 1}
${tcp_portmon 32768 61000 rhost 2} ${alignr} ${tcp_portmon 32768 61000 rservice 2}
${tcp_portmon 32768 61000 rhost 3} ${alignr} ${tcp_portmon 32768 61000 rservice 3}
${tcp_portmon 32768 61000 rhost 4} ${alignr} ${tcp_portmon 32768 61000 rservice 4}
${tcp_portmon 32768 61000 rhost 5} ${alignr} ${tcp_portmon 32768 61000 rservice 5}
