spelling
[monky] / doc / conkyrc.sample
1 # Conky sample configuration
2 #
3 # the list of variables has been removed from this file in favour
4 # of keeping the documentation more maintainable.
5 # Check http://conky.sf.net for an up-to-date-list.
6
7 # set to yes if you want Conky to be forked in the background
8 background no
9
10 # X font when Xft is disabled, you can pick one with program xfontsel
11 #font 5x7
12 #font 6x10
13 #font 7x13
14 #font 8x13
15 #font 9x15
16 #font *mintsmild.se*
17 #font -*-*-*-*-*-*-34-*-*-*-*-*-*-*
18
19
20 # Use Xft?
21 use_xft yes
22
23 # Set conky on the bottom of all other applications
24 on_bottom yes
25
26 # Xft font when Xft is enabled
27 xftfont Bitstream Vera Sans Mono:size=8
28
29 # Text alpha when using Xft
30 xftalpha 0.8
31
32 # Print everything to stdout?
33 # out_to_console no
34
35 # MPD host/port
36 # mpd_host localhost
37 # mpd_port 6600
38 # mpd_password tinker_bell
39
40 # Print everything to console?
41 # out_to_console no
42
43 # mail spool
44 mail_spool $MAIL
45
46 # Update interval in seconds
47 update_interval 5.0
48
49 # This is the number of times Conky will update before quitting.
50 # Set to zero to run forever.
51 total_run_times 0
52
53 # Create own window instead of using desktop (required in nautilus)
54 own_window no
55
56 # Use pseudo transparency with own_window?
57 own_window_transparent yes
58
59 # If own_window_transparent is set to no, you can set the background colour here
60 own_window_colour hotpink
61
62 # Use double buffering (reduces flicker, may not work for everyone)
63 double_buffer yes
64
65 # Minimum size of text area
66 minimum_size 280 5
67
68 # Draw shades?
69 draw_shades yes
70
71 # Draw outlines?
72 draw_outline no
73
74 # Draw borders around text
75 draw_borders yes
76
77 # Draw borders around graphs
78 draw_graph_borders yes
79
80 # Stippled borders?
81 stippled_borders 8
82
83 # border margins
84 border_margin 4
85
86 # border width
87 border_width 1
88
89 # Default colors and also border colors
90 default_color white
91 default_shade_color black
92 default_outline_color black
93
94 # Text alignment, other possible values are commented
95 #alignment top_left
96 #alignment top_right
97 alignment bottom_left
98 #alignment bottom_right
99 #alignment none
100
101 # Gap between borders of screen and text
102 # same thing as passing -x at command line
103 gap_x 12
104 gap_y 12
105
106 # Subtract file system buffers from used memory?
107 no_buffers yes
108
109 # set to yes if you want all text to be in uppercase
110 uppercase no
111
112 # number of cpu samples to average
113 # set to 1 to disable averaging
114 cpu_avg_samples 2
115
116 # number of net samples to average
117 # set to 1 to disable averaging
118 net_avg_samples 2
119
120 # Force UTF8? note that UTF8 support required XFT
121 override_utf8_locale no
122
123
124 # Add spaces to keep things from moving about?  This only affects certain objects.
125 use_spacer no
126
127 #   mldonkey_hostname     Hostname for mldonkey stuff, defaults to localhost
128 #   mldonkey_port         Mldonkey port, 4001 default
129 #   mldonkey_login        Mldonkey login, default none
130 #   mldonkey_password     Mldonkey password, default none
131
132 # boinc (seti) dir
133 # seti_dir /opt/seti
134
135 # Allow for the creation of at least this number of port monitors (if 0 or not set, default is 16) 
136 #min_port_monitors 16
137
138 # Allow each port monitor to track at least this many connections (if 0 or not set, default is 256)
139 #min_port_monitor_connections 256
140
141 # none, xmms, bmp, audacious, infopipe (default is none)
142 #xmms_player none
143
144 # variable is given either in format $variable or in ${variable}. Latter
145 # allows characters right after the variable and must be used in network
146 # stuff because of an argument
147
148 # stuff after 'TEXT' will be formatted on screen
149
150 TEXT
151 $nodename - $sysname $kernel on $machine
152 $stippled_hr
153 ${color lightgrey}Uptime:$color $uptime ${color lightgrey}- Load:$color $loadavg
154 ${color lightgrey}CPU Usage:${color #cc2222} $cpu% ${cpubar}
155 ${color red}${cpugraph 0000ff 00ff00}
156 ${color lightgrey}RAM Usage:$color $mem/$memmax - $memperc% ${membar}
157 ${color lightgrey}Swap Usage:$color $swap/$swapmax - $swapperc% ${swapbar}
158 ${color lightgrey}Processes:$color $processes  ${color grey}Running:$color $running_processes
159 $color$stippled_hr
160 ${color lightgrey}Networking:
161  Down:${color #8844ee} ${downspeed eth0} k/s${color lightgrey} ${offset 80}Up:${color #22ccff} ${upspeed eth0} k/s
162 ${color #0000ff}${downspeedgraph eth0 32,150 ff0000 0000ff} ${color #22ccff}${upspeedgraph eth0 32,150 0000ff ff0000}
163 ${color lightgrey}File systems:
164  / $color${fs_used /}/${fs_size /} ${fs_bar /}
165 ${color #88aadd}MPD: ${alignc}$mpd_artist - $mpd_title
166 ${color #88aadd}$mpd_bar
167 ${color #88aadd}${alignc}$mpd_status
168 ${color}Name              PID     CPU%   MEM%
169 ${color #ddaa00} ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
170 ${color lightgrey} ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
171 ${color lightgrey} ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
172 ${color lightgrey} ${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4}
173 ${color}Mem usage
174 ${color #ddaa00} ${top_mem name 1} ${top_mem pid 1} ${top_mem cpu 1} ${top_mem mem 1}
175 ${color lightgrey} ${top_mem name 2} ${top_mem pid 2} ${top_mem cpu 2} ${top_mem mem 2}
176 ${color lightgrey} ${top_mem name 3} ${top_mem pid 3} ${top_mem cpu 3} ${top_mem mem 3}
177 ${tail /var/log/Xorg.0.log 3 30}
178 $stippled_hr
179 ${color #ddaa00}Port(s)${alignr}#Connections
180 $color ALL:     ${alignr}$color ${tcp_portmon 1 65535 count}
181 $color mpd:     ${alignr}$color ${tcp_portmon 6600 6600 count}
182 $color sshd:    ${alignr}$color ${tcp_portmon 9229 9229 count}
183 $color torrent: ${alignr}$color ${tcp_portmon 6881 6999 count}
184 ${color #ddaa00}Remote Address ${alignr} Local Service/Port$color
185  ${tcp_portmon 1 65535 rhost 0} ${alignr} ${tcp_portmon 1 65535 lservice 0}
186  ${tcp_portmon 1 65535 rhost 1} ${alignr} ${tcp_portmon 1 65535 lservice 1}
187  ${tcp_portmon 1 65535 rhost 2} ${alignr} ${tcp_portmon 1 65535 lservice 2}
188  ${tcp_portmon 1 65535 rhost 3} ${alignr} ${tcp_portmon 1 65535 lservice 3}
189  ${tcp_portmon 1 65535 rhost 4} ${alignr} ${tcp_portmon 1 65535 lservice 4}
190  ${tcp_portmon 1 65535 rhost 5} ${alignr} ${tcp_portmon 1 65535 lservice 5}
191  ${tcp_portmon 1 65535 rhost 6} ${alignr} ${tcp_portmon 1 65535 lservice 6}
192  ${tcp_portmon 1 65535 rhost 7} ${alignr} ${tcp_portmon 1 65535 lservice 7}
193  ${tcp_portmon 1 65535 rhost 8} ${alignr} ${tcp_portmon 1 65535 lservice 8}
194  ${tcp_portmon 1 65535 rhost 9} ${alignr} ${tcp_portmon 1 65535 lservice 9}
195  ${tcp_portmon 1 65535 rhost 10} ${alignr} ${tcp_portmon 1 65535 lservice 10}
196  ${tcp_portmon 1 65535 rhost 11} ${alignr} ${tcp_portmon 1 65535 lservice 11}
197  ${tcp_portmon 1 65535 rhost 12} ${alignr} ${tcp_portmon 1 65535 lservice 12}
198  ${tcp_portmon 1 65535 rhost 13} ${alignr} ${tcp_portmon 1 65535 lservice 13}
199  ${tcp_portmon 1 65535 rhost 14} ${alignr} ${tcp_portmon 1 65535 lservice 14}