1 | #============================================================================== |
---|
2 | # conkyrc_GVA |
---|
3 | # |
---|
4 | # author : Daniel Duran Vecino daduve@gmail.com |
---|
5 | # version : v0.1 |
---|
6 | # license : Distributed under the terms of GNU GPL version 2 or later |
---|
7 | # |
---|
8 | #============================================================================== |
---|
9 | background yes |
---|
10 | own_window_colour grey |
---|
11 | default_color black |
---|
12 | use_xft yes |
---|
13 | xftalpha 0.6 |
---|
14 | own_window yes |
---|
15 | own_window_type override |
---|
16 | own_window_transparent no |
---|
17 | own_window_class Conky |
---|
18 | #own_window_argb_visual yes |
---|
19 | own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager |
---|
20 | # 0 = transparent, 255 = solid |
---|
21 | own_window_argb_value 160 |
---|
22 | no_buffers yes |
---|
23 | cpu_avg_samples 2 |
---|
24 | double_buffer yes |
---|
25 | update_interval 1 |
---|
26 | |
---|
27 | maximum_width 200 |
---|
28 | alignment top_right |
---|
29 | gap_x 10 |
---|
30 | gap_y 130 |
---|
31 | |
---|
32 | no_buffers yes |
---|
33 | uppercase no |
---|
34 | cpu_avg_samples 5 |
---|
35 | net_avg_samples 5 |
---|
36 | diskio_avg_samples 5 |
---|
37 | if_up_strictness address |
---|
38 | |
---|
39 | draw_shades no |
---|
40 | draw_outline no |
---|
41 | draw_borders no |
---|
42 | draw_graph_borders no |
---|
43 | short_units true |
---|
44 | use_spacer none |
---|
45 | xftfont DejaVu Sans Mono:size=10 |
---|
46 | |
---|
47 | ###ANTIGUA DEFINICION DE TOP |
---|
48 | # TOP |
---|
49 | #${template0 TOP} |
---|
50 | #$color${font Open Sans:bold:size=8}CPU$font |
---|
51 | #${template2 top 1 cpu} |
---|
52 | #${template2 top 2 cpu} |
---|
53 | #${template2 top 3 cpu}${voffset 5} |
---|
54 | #$color${font Open Sans:bold:size=8}RAM$font |
---|
55 | #${template2 top_mem 1 mem} |
---|
56 | #${template2 top_mem 2 mem} |
---|
57 | #${template2 top_mem 3 mem} |
---|
58 | |
---|
59 | |
---|
60 | template0 ${font Open Sans:Bold:size=10}${color blue}\1 ${hr 2}$color${font}${voffset 1} |
---|
61 | template1 USED \1: ${fs_used_perc \1}% ${alignr\ 80}${fs_bar\ \1} |
---|
62 | template2 ${\1 name \2}${alignr}${\1 \3 \2} % |
---|
63 | template3 ${if_up \1}\n${template0 \2}\nIP ${alignr 9} ${addrs \1}\nDLS:${downspeed \1} kb/s\nULS:${upspeed \1} kb/s$endif |
---|
64 | template5 ${if_up \1}\n${template0 \2}\nIP ${alignr 9} ${addrs \1}\nDLS:${downspeed \1} kb/s$endif |
---|
65 | template6 ${if_up \1}\n${template0 \2}\nIP ${alignr 9} ${addrs \1}\nULS:${upspeed \1} kb/s$endif |
---|
66 | template7 ${if_up \1}\n${template0 \2}\nIP ${alignr 9} ${addrs \1}$endif |
---|
67 | template4 ${if_up \1}${template0 \2}\ndown $alignr ${downspeed \1}/s\nup $alignr ${upspeed \1}/s\ntotal down$alignr${totaldown \1}\ntotal up $alignr${totalup \1}$endif |
---|
68 | template5 MIRROR \1: ${exec cat /tmp/mirror_version.txt | grep 'VERSION \1' | cut -d ":" -f2 | xargs} |
---|
69 | template6 MIRROR DUAL:${exec cat /tmp/mirror_version.txt | grep 'VERSION 32' | cut -d ":" -f2 | xargs} |
---|
70 | |
---|
71 | |
---|
72 | TEXT |
---|