My favorites | Sign in
Project Home Downloads Issues Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
#
# Purpose: Shows overall information about
# processes in system, such as
# top, io, net
# possible update time - 5-10 secs
own_window yes
own_window_class Conky
own_window_transparent yes
#own_window_type desktop

lua_load ~/scripts/conky/top.lua
lua_draw_hook_pre draw_hook_pre

#background yes

cpu_avg_samples 2
net_avg_samples 2

default_color ffd700
default_outline_color black
default_shade_color white
draw_borders no
draw_graph_borders no
draw_outline yes
draw_shades no
double_buffer yes


no_buffers yes
out_to_console no
short_units yes


#stippled_borders 0
uppercase no
use_spacer right
show_graph_scale no
show_graph_range no
use_xft yes
font DejaVu Sans Mono:size=9
if_up_strictness address
maximum_width 1280
minimum_size 1250
default_bar_size 0 3
#Colours
color1 008FCC
color2 b2b2b2
color3 0000ff
color4 8b1a1a
color5 8b8b18
color6 518B18
color7 188B18
color8 ffff00
color9 ff0000

# develop

#${if_up wlan0}${wireless_essid wlan0} ${color green}%${wireless_link_qual_perc wlan0} ${color}${addr wlan0}${hr 2}
#${color yellow}${font PizzaDude Bullets:size=15}O${font} ${voffset -6}${color}k/s ${offset -60}${color yellow}${upspeedgraph wlan0 25,0 adff2f ffff00}
#${color green}${font PizzaDude Bullets:size=15}U${font} ${voffset -6}${color}k/s ${offset -60}${downspeedgraph wlan0 25,0 adff2f 00ff00}
#${else}${color red}${font PizzaDude Bullets:size=18}5${font} Сеть недоступна. ${endif}${font}${color}
# ${if_up wlan0}${color1}${font Sawasdee:style=bold:size=14}Wireless Network$font${color3}${voffset 1}${hr 0}$color
# ${voffset -4}${wireless_link_bar 3,250 wlan0}
# ${voffset -4}${color2}SSID:$color${goto 50}${wireless_essid wlan0} ${goto 131}${color2}Уровень: $color${goto 180}${wireless_link_qual wlan0}/${wireless_link_qual_max wlan0}
# ${color2}Local:$color${goto 50}${addr wlan0} ${color2}${goto 131}Public:$color${goto 180}${execi 300 wget -q -O - checkip.dyndns.org | sed -e 's/[^[:digit:]\|.]//g'}
# ${downspeedgraph wlan0 61,123 003300 6ddd00}${alignr}${upspeedgraph wlan0 61,123 330000 e3170d}$color
# ${voffset -71}${color2}Down: $color${goto 50}${downspeedf wlan0} k/s${goto 131}${color2}Up: $color${goto 180}${upspeedf wlan0} k/s
# ${color2}Total:$color${goto 50}${totaldown wlan0} ${goto 131}${color2}Total:$color${goto 180}${totalup wlan0}
# ${else}${color1}${font Sawasdee:style=bold:size=14}Ethernet$font${color3}${voffset 1}${hr 0}$color
# ${downspeedgraph eth0 75,123 003300 6ddd00}${alignr}${upspeedgraph eth0 75,123 330000 e3170d}$color
# ${voffset -85}${color2}Local:$color${goto 50}${addr eth0} ${color2}${goto 131}Public:$color${goto 180}${execi 300 wget -q -O - checkip.dyndns.org | sed -e 's/[^[:digit:]\|.]//g'}
# ${color2}Down: $color${goto 50}${downspeedf eth0} k/s${goto 131}${color2}Up: $color${goto 180}${upspeedf eth0} k/s
# ${color2}Total:$color${goto 50}${totaldown eth0} ${goto 131}${color2}Total:$color${goto 180}${totalup eth0}
# ${endif}


#${if_existing /proc/net/route wlan0}${wireless_essid wlan0} ${color green}%${wireless_link_qual_perc wlan0} ${color}${addr wlan0}${hr 2}
#${color gold}${font PizzaDude Bullets:size=15}N${font mono:size=10}${color}${voffset -6} Upload: ${alignr}${totalup wlan0}${color darkgreen}
#${font PizzaDude Bullets:size=15}T${font mono:size=10}${color}${voffset -6} Download: ${alignr}${totaldown wlan0}
#${else}${color red}${font PizzaDude Bullets:size=18}5${font} Сеть недоступна. $endif

# of io
#template1 ${if_match ${top io_perc \1} > 0}${color\2} ${top_io pid \1}.${top_io name \1} ${top io_read \1} ${top io_write \1}${else}${voffset -14}${endif}
template1 ${color\2} ${top_io pid \1}.${top_io name \1} ${top io_read \1} ${top io_write \1}
# mem
template2 ${alignr}${lua_parse top_colour top_mem \1}${top_mem pid \1}.${top_mem name \1} ${top_mem mem \1} ${top_mem mem_vsize \1}

# cpu
template3 ${lua_parse top_colour top \1}${top pid \1}.${top name \1} ${top cpu \1}

# time
template4 ${color\2}${top_time pid \1}.${top_time name \1} ${top_time time \1}
#${goto 0}${cpugraph cpu1 20,0 00ff00 ff0000 -t}${voffset -10}
#${goto 0}${cpugraph cpu2 20,0 ff0000 00ff00 -t}${voffset -10}
#${template4 1 4}
#${template4 2 5}
#${template4 3 6}
#${template4 4 7}${color}
TEXT
${template3 1 1}${color}${goto 540}${freq_g 1}GHz ${cpu cpu1}%
${template3 2 1}${color}${goto 540}${freq_g 2}GHz ${cpu cpu2}%
${template3 3 1}
${template3 4 1}${color}
${goto 650}${voffset -60}$memperc%${template2 1 1}
${template2 2 1}
${template2 3 1}
${template2 4 1}
${diskio sda}${voffset -5}${goto 0}${diskiograph /dev/sda 30,0 00ff00 ff0000 -t}
${template1 1 1}
${template1 2 1}
${template1 3 1}
${template1 4 1}
${if_empty $battery_time}${else}${color8}${font Webdings:size=12}~${font}${color}$battery_time $battery_bar${endif}

Change log

r47 by aazaharov81 on May 30, 2010   Diff
Updated conky config
Go to: 
Project members, sign in to write a code review

Older revisions

r30 by aazaharov81 on May 7, 2010   Diff
Changed conkies
Added vaultsoft.ru theme
r27 by aazaharov81 on Apr 26, 2010   Diff
Updated top conkys
r26 by aazaharov81 on Apr 26, 2010   Diff
Updated conkys
All revisions of this file

File info

Size: 4770 bytes, 113 lines
Powered by Google Project Hosting