| 433 | 1 # Conky, a system monitor, based on torsmo | 
|  | 2 | 
|  | 3 alignment top_left | 
|  | 4 background no | 
|  | 5 border_width 1 | 
|  | 6 cpu_avg_samples 2 | 
|  | 7 default_color white | 
|  | 8 default_outline_color white | 
|  | 9 default_shade_color lightslategray | 
|  | 10 double_buffer yes | 
|  | 11 draw_borders no | 
|  | 12 draw_graph_borders yes | 
|  | 13 draw_outline no | 
|  | 14 draw_shades no | 
|  | 15 use_xft yes | 
|  | 16 xftfont DejaVu Sans Mono:size=12 | 
|  | 17 gap_x 30 | 
|  | 18 gap_y 30 | 
|  | 19 minimum_size 5 5 | 
|  | 20 net_avg_samples 2 | 
|  | 21 no_buffers yes | 
|  | 22 out_to_console no | 
|  | 23 out_to_stderr no | 
|  | 24 extra_newline no | 
|  | 25 own_window yes | 
|  | 26 own_window_class Conky | 
|  | 27 own_window_transparent yes | 
|  | 28 own_window_type desktop | 
|  | 29 short_units yes | 
|  | 30 stippled_borders 0 | 
|  | 31 time_in_seconds yes | 
|  | 32 update_interval 0.1 | 
|  | 33 uppercase no | 
|  | 34 use_spacer none | 
|  | 35 use_xft yes | 
|  | 36 show_graph_scale no | 
|  | 37 show_graph_range no | 
|  | 38 | 
|  | 39 TEXT | 
|  | 40 ${scroll 16 $sysname $kernel on $machine | } | 
|  | 41 $hr | 
|  | 42 ${color grey}Uptime:$color $uptime | 
|  | 43 ${color grey}Frequency:$color $freq MHz | 
|  | 44 ${color grey}RAM Usage:$color $mem/$memmax - $memperc% ${membar 4} | 
|  | 45 ${color grey}Swap Usage:$color $swap/$swapmax - $swapperc% ${swapbar 4} | 
|  | 46 ${color grey}CPU Usage:$color $cpu% ${cpubar 4} | 
|  | 47 ${color grey}Processes:$color $processes  ${color grey}Running:$color $running_processes | 
|  | 48 $hr | 
|  | 49 ${color grey}File system: | 
|  | 50  / $color${fs_used /}/${fs_size /} ${fs_bar 6 /} | 
|  | 51 ${color grey}Networking: | 
|  | 52 Up:$color ${upspeed eth0} ${color grey} - Down:$color ${downspeed eth0} | 
|  | 53 $hr | 
|  | 54 ${color grey}Name              PID   CPU%   MEM% | 
|  | 55 ${color lightgrey} ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1} | 
|  | 56 ${color lightgrey} ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2} | 
|  | 57 ${color lightgrey} ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3} | 
|  | 58 ${color lightgrey} ${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4} | 
|  | 59 ${color lightgrey} ${top name 5} ${top pid 5} ${top cpu 5} ${top mem 5} |