changes to fix compilation under maemo5 - provided by Darren Long
[monky] / debian / 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 # $Id: conky.conf 1193 2008-06-21 20:37:58Z ngarofil $
26
27 alignment top_left
28 background no
29 maximum_width 800
30 border_width 1
31 cpu_avg_samples 2
32 default_color white
33 default_outline_color white
34 default_shade_color white
35 draw_borders no
36 draw_graph_borders yes
37 draw_outline no
38 draw_shades no
39 use_xft yes
40 xftfont Droid Sans Mono:size=11
41 xftalpha 0.8
42 double_buffer yes
43 gap_x 20
44 gap_y 60
45 minimum_size 5 5
46 net_avg_samples 2
47 no_buffers yes
48 out_to_console no
49 own_window yes
50 own_window_class Conky
51 own_window_type normal
52 own_window_transparent yes
53 own_window_hints below,sticky
54 stippled_borders 0
55 update_interval 3.0
56 uppercase no
57 use_spacer none
58 show_graph_scale no
59 show_graph_range no
60
61 TEXT
62 $alignc $nodename - $sysname $kernel on $machine ${color yellow}Uptime:$color $uptime
63 ${color ff8a00}$stippled_hr
64 ${color yellow}Frequency:$color  $freq MHz             $alignc ${color yellow}Load:$color $loadavg      $alignr  ${color yellow}Processes:$color $processes  ${color yellow}Running:$color $running_processes
65 ${color yellow}CPU Usage:$color${goto 110}$cpu% ${goto 350}${color red}${cpubar 10}
66 ${color yellow}CPU:${color black}${cpugraph 16,300 ff0000 ff0000}${color yellow} Lo:${color black}${loadgraph 1 16,105 ffe400 ffe400}${color yellow} Dio:${color black}${diskiograph /dev/mmcblk0 16,105 00ff00 00ff00}${color yellow} Mem:${color black}${memgraph 16,105 ff0000 ff0000}
67 ${color yellow}RAM  Usage:$color${goto 110}$mem${goto 190}| $memmax${goto 310}$memperc%${goto 350}${color green}${membar 10}
68 ${color yellow}Swap Usage:$color${goto 110}$swap${goto 190}| $swapmax${goto 310}$swapperc%${goto 350}${color green}${swapbar 10}
69 ${color ff8a00}$stippled_hr
70 ${color yellow}rootfs${goto 110}$color${fs_free /}${goto 190}| ${fs_size /} ${color grey}${goto 310}free${goto 350}${color green}${fs_bar 10 /}
71 ${color yellow}home${goto 110}$color${fs_free /home}${goto 190}| ${fs_size /home} ${color grey}${goto 310}free${goto 350}${color green}${fs_bar 10 /home}
72 ${if_mounted /home/user/MyDocs}${color yellow}MyDocs${goto 110}$color${fs_free /home/user/MyDocs}${goto 190}| ${fs_size /home/user/MyDocs} ${color grey}${goto 310}free${goto 350}${color green}${fs_bar 10 /home/user/MyDocs}$endif
73 ${if_mounted /media/mmc1}${color yellow}mmc1${goto 110}$color${fs_free /media/mmc1}${goto 190}| ${fs_size /media/mmc1} ${color grey}${goto 310}free${goto 350}${color green}${fs_bar 10 /media/mmc1}$endif
74 ${color ff8a00}$stippled_hr
75 ${if_up gprs0}${color yellow}gprs0: ${color yellow}Up:$color ${upspeed gprs0} kB/s${color grey} - ${color yellow}Down:$color ${downspeed gprs0} kB/s  $else${color yellow}gprs0: ${color red} Not Connected$endif
76 ${if_empty ${wireless_essid wlan0}}${color yellow}wlan0:  ${color red}Not Connected $else${color yellow}wlan0 ESSID: $color${wireless_essid wlan0} ${color yellow}Rate: ${color}${wireless_bitrate wlan0} ${color yellow}Connection Quality: $color${wireless_link_qual_perc wlan0}% ${color yellow}Up:$color ${upspeed wlan0} kB/s ${color grey} - ${color yellow}Down:$color ${downspeed wlan0} kB/s $endif
77 ${if_up gprs0}${color yellow}gprs0 Up: ${color black}${upspeedgraph gprs0 20,290 ff0000 00ff00}$alignr${color yellow}gprs0 Down: ${color black}${downspeedgraph gprs0 20,290 00ff0000 ff0000}$else${if_empty ${wireless_essid wlan0}}$else${color yellow}wlan0 Up: ${color black}${upspeedgraph wlan0 20,290 00ff00 ff0000}$alignr${color yellow}wlan0 Down: ${color black}${downspeedgraph wlan0 20,290 ff0000 00ff00}$endif$endif
78 ${color ff8a00}$stippled_hr
79 ${color lightgrey}Name                  PID   CPU%   MEM%
80 ${color #ff6000} ${top name 1}    ${top pid 1} ${top cpu 1} ${top mem 1}
81 ${color #ffa800} ${top name 2}    ${top pid 2} ${top cpu 2} ${top mem 2}
82 ${color #fffc2a} ${top name 3}    ${top pid 3} ${top cpu 3} ${top mem 3}
83 ${color #24ff00} ${top name 4}    ${top pid 4} ${top cpu 4} ${top mem 4}