En Ubuntu la instalación es muy sencilla porque por defecto Conky esta en synaptic, asi que tan solo tendremos que digitar ’sudo apt-get install conky’ en una terminal y quedara instalado.
Cuando termine de instalarse, tendremos que crear el archivo de configuración para visualizar, la información y estadísticas del PC.
Para ello, creamos un archivo de texto simple llamado ‘.conkyrc’ Si no lo ves una ves creado presiona ‘Control + H’ ya que es un archivo oculta, ejecutalo y pega el siguiente texto y guarda.
# set to yes if you want Conky to be forked in the background
# background yescpu_avg_samples 2
net_avg_samples 2out_to_console no
# Use Xft?
use_xft yes# Xft font when Xft is enabled
#xftfont Bitstream Vera Sans Mono:size=7
xftfont Bitstream Vera Sans Mono:size=8# Create own window instead of drawing to desktop.
own_window yes
own_window_transparent yes
own_window_colour navyblue
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
own_window_type normal# Text alpha when using Xft
xftalpha 0.8#deprecated — use ‘own_window_hints below’
#on_bottom yeswm_class_name Conky
# mail spool
mail_spool $MAIL# Update interval in seconds
update_interval 5# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes# Minimum size of text area
minimum_size 330 10
maximum_width 330# Draw shades?
draw_shades no# Draw outlines?
draw_outline no# Draw borders around text
draw_borders no# Stippled borders?
stippled_borders 2# border margins
#border_margin 4# border width
border_width 1# Default colors and also border colors
#default_color lightblue
default_color lightslategrey
default_shade_color white
default_outline_color white# Text alignment, other possible values are commented
#minimum_size 10 10
gap_x 25
gap_y 40
#alignment top_left
alignment top_right
#alignment bottom_left
#alignment bottom_right# Gap between borders of screen and text
# Add spaces to keep things from moving about? This only affects certain objects.
use_spacer yes# Subtract file system buffers from used memory?
no_buffers yes# set to yes if you want all text to be in uppercase
uppercase no# drawn 1 pixel border around graphs or not
draw_graph_borders yes# Allow for the creation of at least this number of port monitors (if 0 or not set, default is 16)
min_port_monitors 8# Allow each port monitor to track at least this many connections (if 0 or not set, default is 256)
min_port_monitor_connections 64TEXT
${color #0077ff}Ubuntu, kernel: $kernel ${alignr}$color${time %H:%M}${color #0077ff}Encendido:$color $uptime ${color #0077ff} ${color #0077ff}CPU Usada:$color ${cpu}% ${color #0077ff}${cpubar}
${color black}${cpugraph 0 32, 330 104E8B 0077ff}
${color #0077ff}RAM:$color $mem/$memmax - $memperc% ${color #0077ff}${alignr}Swap:$color $swap/$swapmax - $swapperc%
${color #0077ff}/ $color${fs_used /}/${fs_size /}${alignr}${color #0077ff}${fs_bar 5,120 /}
${color #0077ff}/home $color${fs_used /home}/${fs_size /home}${alignr}${color #0077ff}${fs_bar 5,120 /home}${color #0077ff}Procesos${color #0077ff}${alignr} CPU % MEM %
$color ${top name 1} ${alignr} ${top cpu 1} ${top mem 1}
$color ${top name 2} ${alignr} ${top cpu 2} ${top mem 2}
$color ${top name 3} ${alignr} ${top cpu 3} ${top mem 3}
${color #0077ff}Memoria
$color ${top_mem name 1} ${alignr} ${top_mem cpu 1} ${top_mem mem 1}
$color ${top_mem name 2} ${alignr} ${top_mem cpu 2} ${top_mem mem 2}
$color ${top_mem name 3} ${alignr} ${top_mem cpu 3} ${top_mem mem 3}${color #0077ff}Puerto(s)${alignr}Conexiones
$color Entrada: ${tcp_portmon 1 32767 count} Salida: ${tcp_portmon 32768 61000 count}${alignr}Total: ${tcp_portmon 1 65535 count}
${color #0077ff}Conexiones de entrada ${alignr} Servicio Remoto/Puerto$color
${tcp_portmon 1 32767 rhost 0} ${alignr} ${tcp_portmon 1 32767 lservice 0}
${tcp_portmon 1 32767 rhost 1} ${alignr} ${tcp_portmon 1 32767 lservice 1}
${tcp_portmon 1 32767 rhost 2} ${alignr} ${tcp_portmon 1 32767 lservice 2}
${tcp_portmon 1 32767 rhost 3} ${alignr} ${tcp_portmon 1 32767 lservice 3}
${color #0077ff}Conexiones de salida ${alignr} Servicio Remoto/Puerto$color
${tcp_portmon 32768 61000 rhost 0} ${alignr} ${tcp_portmon 32768 61000 rservice 0}
${tcp_portmon 32768 61000 rhost 1} ${alignr} ${tcp_portmon 32768 61000 rservice 1}
${tcp_portmon 32768 61000 rhost 2} ${alignr} ${tcp_portmon 32768 61000 rservice 2}
${tcp_portmon 32768 61000 rhost 3} ${alignr} ${tcp_portmon 32768 61000 rservice 3}
Puedes incluir muchas mas cosas, sólo visita la página con las variables de conky y creas uno a tu medida, el que esta publicado es el que yo ocupo.
Finalmente para que se inicie automáticamente tienes que ir a
‘Sistema > Preferencias > Sesiones > Programas de Inicio’
Darle al botón “Nuevo“. En el nombre poner por ejemplo “conky” y en el comando “conky“. Ahora cada vez que inicies sesión también lo hará Conky.
























Te explico
Ise lo que indicaste, pero no me salio nada,
me podrias mandar un patallazo para saber cual es el resultado???
bueno eso esepro que estes bien chauz