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 gap_x 30
|
|
17 gap_y 30
|
|
18 minimum_size 5 5
|
|
19 net_avg_samples 2
|
|
20 no_buffers yes
|
|
21 out_to_console no
|
|
22 out_to_stderr no
|
|
23 extra_newline no
|
|
24 own_window yes
|
|
25 own_window_class Conky
|
|
26 own_window_transparent yes
|
|
27 own_window_type desktop
|
|
28 short_units yes
|
|
29 stippled_borders 0
|
|
30 time_in_seconds yes
|
434
|
31 update_interval 0.8
|
433
|
32 uppercase no
|
|
33 use_spacer none
|
|
34 use_xft yes
|
434
|
35 xftalpha 0.5
|
|
36 xftfont Marquee Moon:size=16
|
433
|
37 show_graph_scale no
|
|
38 show_graph_range no
|
|
39
|
|
40 TEXT
|
436
|
41 ${scroll 30 $sysname $kernel on $machine | }
|
433
|
42 $hr
|
|
43 ${color grey}Uptime:$color $uptime
|
|
44 ${color grey}Frequency:$color $freq MHz
|
|
45 ${color grey}RAM Usage:$color $mem/$memmax - $memperc% ${membar 4}
|
|
46 ${color grey}Swap Usage:$color $swap/$swapmax - $swapperc% ${swapbar 4}
|
|
47 ${color grey}CPU Usage:$color $cpu% ${cpubar 4}
|
436
|
48 $cpugauge
|
433
|
49 ${color grey}Processes:$color $processes ${color grey}Running:$color $running_processes
|
|
50 $hr
|
|
51 ${color grey}File system:
|
|
52 / $color${fs_used /}/${fs_size /} ${fs_bar 6 /}
|
|
53 ${color grey}Networking:
|
436
|
54 eth0: ${addrs eth0} Up:$color ${upspeed eth0} ${color grey} - Down:$color ${downspeed eth0}
|
|
55 wlan0: ${addrs wlan0} Up:$color ${upspeed wlan0} ${color grey} - Down:$color ${downspeed wlan0}
|
433
|
56 $hr
|
436
|
57 ${color grey}ACPI:$color $acpiacadapter $acpitemp C
|
|
58 $hr
|
|
59 ${color grey}Process PID CPU% MEM%
|
433
|
60 ${color lightgrey} ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
|
|
61 ${color lightgrey} ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
|
|
62 ${color lightgrey} ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
|
|
63 ${color lightgrey} ${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4}
|
|
64 ${color lightgrey} ${top name 5} ${top pid 5} ${top cpu 5} ${top mem 5}
|
436
|
65 $hr
|
|
66 Entropy
|
|
67 $entropy_avail / $entropy_poolsize $entropy_bar |