fixing autotool stuff
[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 double buffering (reduces flicker, may not work for everyone)
57 double_buffer no
58
59 # Minimum size of text area
60 minimum_size 280 5
61
62 # Draw shades?
63 draw_shades yes
64
65 # Draw outlines?
66 draw_outline no
67
68 # Draw borders around text
69 draw_borders yes
70
71 # Stippled borders?
72 stippled_borders 8
73
74 # border margins
75 border_margin 4
76
77 # border width
78 border_width 1
79
80 # Default colors and also border colors
81 default_color white
82 default_shade_color black
83 default_outline_color black
84
85 # Text alignment, other possible values are commented
86 #alignment top_left
87 #alignment top_right
88 alignment bottom_left
89 #alignment bottom_right
90 #alignment none
91
92 # Gap between borders of screen and text
93 # same thing as passing -x at command line
94 gap_x 12
95 gap_y 12
96
97 # Subtract file system buffers from used memory?
98 no_buffers yes
99
100 # set to yes if you want all text to be in uppercase
101 uppercase no
102
103 # number of cpu samples to average
104 # set to 1 to disable averaging
105 cpu_avg_samples 2
106
107 # number of net samples to average
108 # set to 1 to disable averaging
109 net_avg_samples 2
110
111 # Force UTF8? note that UTF8 support required XFT
112 override_utf8_locale no
113
114
115 # Add spaces to keep things from moving about?  This only affects certain objects.
116 use_spacer no
117
118 #   mldonkey_hostname     Hostname for mldonkey stuff, defaults to localhost
119 #   mldonkey_port         Mldonkey port, 4001 default
120 #   mldonkey_login        Mldonkey login, default none
121 #   mldonkey_password     Mldonkey password, default none
122
123 # boinc (seti) dir
124 # seti_dir /opt/seti
125
126 # variable is given either in format $variable or in ${variable}. Latter
127 # allows characters right after the variable and must be used in network
128 # stuff because of an argument
129
130 # stuff after 'TEXT' will be formatted on screen
131
132 TEXT
133 $nodename - $sysname $kernel on $machine
134 $stippled_hr
135 ${color lightgrey}Uptime:$color $uptime ${color lightgrey}- Load:$color $loadavg
136 ${color lightgrey}CPU Usage:${color #cc2222} $cpu% ${cpubar}
137 ${color red}${cpugraph 0000ff 00ff00}
138 ${color lightgrey}RAM Usage:$color $mem/$memmax - $memperc% ${membar}
139 ${color lightgrey}Swap Usage:$color $swap/$swapmax - $swapperc% ${swapbar}
140 ${color lightgrey}Processes:$color $processes  ${color grey}Running:$color $running_processes
141 $color$stippled_hr
142 ${color lightgrey}Networking:
143  Down:${color #8844ee} ${downspeed eth0} k/s${color lightgrey} ${offset 80}Up:${color #22ccff} ${upspeed eth0} k/s
144 ${color #0000ff}${downspeedgraph eth0 32,150 ff0000 0000ff} ${color #22ccff}${upspeedgraph eth0 32,150 0000ff ff0000}
145 ${color lightgrey}File systems:
146  / $color${fs_used /}/${fs_size /} ${fs_bar /}
147 ${color lightgrey}Temperatures:
148  CPU:$color ${i2c temp 2}C${color grey} - MB:$color ${i2c temp 1}C
149 ${color #88aadd}MPD: ${alignc}$mpd_artist - $mpd_title
150 ${color #88aadd}$mpd_bar
151 ${color #88aadd}${alignc}$mpd_status
152 ${color}Name              PID     CPU%   MEM%
153 ${color #ddaa00} ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
154 ${color lightgrey} ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
155 ${color lightgrey} ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
156 ${color lightgrey} ${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4}
157 ${color}Mem usage
158 ${color #ddaa00} ${top_mem name 1} ${top_mem pid 1} ${top_mem cpu 1} ${top_mem mem 1}
159 ${color lightgrey} ${top_mem name 2} ${top_mem pid 2} ${top_mem cpu 2} ${top_mem mem 2}
160 ${color lightgrey} ${top_mem name 3} ${top_mem pid 3} ${top_mem cpu 3} ${top_mem mem 3}
161 ${tail /var/log/Xorg.0.log 3 30}