conky/conkyrc
1	# Conky, a system monitor, based on torsmo
2 #
3 # Any original torsmo code is licensed under the BSD license
4 #
5 # All code written since the fork of torsmo is licensed under the GPL
6 #
7 # Please see COPYING for details
8 #
9 # Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen
10 # Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS)
11 # All rights reserved.
12 #
13 # This program is free software: you can redistribute it and/or modify
14 # it under the terms of the GNU General Public License as published by
15 # the Free Software Foundation, either version 3 of the License, or
16 # (at your option) any later version.
17 #
18 # This program is distributed in the hope that it will be useful,
19 # but WITHOUT ANY WARRANTY; without even the implied warranty of
20 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 # GNU General Public License for more details.
22 # You should have received a copy of the GNU General Public License
23 # along with this program. If not, see <http://www.gnu.org/licenses/>.
24 #
25
26 alignment bottom_middle
27 background yes
28 border_width 1
29 cpu_avg_samples 2
30 default_color 222222
31 default_outline_color 222222
32 draw_borders no
33 draw_graph_borders yes
34 draw_outline no
35 draw_shades no
36 use_xft yes
37 xftfont Sans Mono:size=8
38 gap_x 235
39 gap_y 0
40 minimum_size 1920
41 maximum_width 1920
42 net_avg_samples 2
43 no_buffers yes
44 out_to_console no
45 out_to_stderr no
46 extra_newline no
47 own_window no
48 own_window_class Conky
49 own_window_type desktop
50 own_window_transparent yes
51 stippled_borders 0
52 update_interval 1.0
53 uppercase no
54 show_graph_scale no
55 show_graph_range no
56 format_human_readable yes
57
58 color2 DEFF9D
59 color1 728BA3
60
61 TEXT
62 ${color1}TREEBEARD \
63 ${color1}Load: ${color2}${loadavg 3} \
64 ${color1}CPU: ${color2}${cpu cpu0}% \
65 ${color1}CPUTEMP: ${color2}${acpitemp}C \
66 ${color1}URAM: ${color2}${mem} \
67 ${color1}FREE: ${color2}${fs_free /} \
68 ${color1}KERNAL: ${color2}${kernel} \
69 ${color1}PROCS: ${color2}${processes} \