wok view conky/stuff/conky.conf @ rev 1017

Add conky (light system monitor)
author Christophe Lincoln <pankso@slitaz.org>
date Tue Jul 08 23:34:19 2008 +0200 (2008-07-08)
parents
children 8ae289524b6b
line source
1 # /etc/conky/conky.conf: SliTaz Conky default configuration file.
2 #
4 alignment top_right
5 background no
6 border_width 1
7 cpu_avg_samples 2
9 default_color white
10 default_outline_color white
11 default_shade_color white
13 draw_borders no
14 draw_graph_borders yes
15 draw_outline no
16 draw_shades no
18 gap_x 20
19 gap_y 20
21 minimum_size 5 5
22 net_avg_samples 2
23 no_buffers yes
24 out_to_console no
26 own_window yes
27 own_window_class Conky
28 own_window_type desktop
30 stippled_borders 0
31 update_interval 3.0
32 uppercase no
33 use_spacer no
35 use_xft yes
36 xftfont DejaVu Sans Mono:size=9
37 own_window_transparent yes
40 TEXT
41 $nodename - $sysname $kernel on $machine
42 $hr
43 ${color grey}Uptime:$color $uptime
44 ${color grey}Frequency (in MHz):$color $freq
45 ${color grey}Frequency (in GHz):$color $freq_g
46 ${color grey}RAM Usage:$color $mem/$memmax - $memperc% ${membar 4}
47 ${color grey}Swap Usage:$color $swap/$swapmax - $swapperc% ${swapbar 4}
48 ${color grey}CPU Usage:$color $cpu% ${cpubar 4}
49 ${color grey}Processes:$color $processes ${color grey}Running:$color $running_processes
50 $hr
51 ${color grey}File systems:
52 / $color${fs_free /}/${fs_size /} ${fs_bar 6 /}
53 ${color grey}Networking:
54 Up:$color ${upspeed eth0} k/s${color grey} - Down:$color ${downspeed eth0} k/s
55 $hr
56 ${color grey}Name PID CPU% MEM%
57 ${color lightgrey} ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
58 ${color lightgrey} ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
59 ${color lightgrey} ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
60 ${color lightgrey} ${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4}