1bece93eaa8d90cfeab491c4cd4168eb2378bb1b
[monky] / data / conky.conf
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-2007 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_left
27 background no
28 border_width 1
29 cpu_avg_samples 2
30 default_color white
31 default_outline_color white
32 default_shade_color white
33 draw_borders no
34 draw_graph_borders yes
35 draw_outline no
36 draw_shades no
37 font 6x10
38 gap_x 5
39 gap_y 60
40 minimum_size 5 5
41 net_avg_samples 2
42 no_buffers yes
43 out_to_console no
44 out_to_stderr no
45 own_window yes
46 own_window_class Conky
47 own_window_type normal
48 stippled_borders 0
49 update_interval 3.0
50 uppercase no
51 use_spacer none
52 show_graph_scale no
53 show_graph_range no
54
55 TEXT
56 ${scroll 16 $nodename - $sysname $kernel on $machine | }
57 $hr
58 ${color grey}Uptime:$color $uptime
59 ${color grey}Frequency (in MHz):$color $freq
60 ${color grey}Frequency (in GHz):$color $freq_g
61 ${color grey}RAM Usage:$color $mem/$memmax - $memperc% ${membar 4}
62 ${color grey}Swap Usage:$color $swap/$swapmax - $swapperc% ${swapbar 4}
63 ${color grey}CPU Usage:$color $cpu% ${cpubar 4}
64 ${color grey}Processes:$color $processes  ${color grey}Running:$color $running_processes
65 $hr
66 ${color grey}File systems:
67  / $color${fs_free /}/${fs_size /} ${fs_bar 6 /}
68 ${color grey}Networking:
69 Up:$color ${upspeed eth0} k/s${color grey} - Down:$color ${downspeed eth0} k/s
70 $hr
71 ${color grey}Name                  PID   CPU%   MEM%
72 ${color lightgrey} ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
73 ${color lightgrey} ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
74 ${color lightgrey} ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
75 ${color lightgrey} ${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4}
76