segui los siguientes pasos y no aparece el conky uso ubuntu 10.04
p { margin-bottom: 0.21cm; } 1- El Conky
[FONT=Lucida Grande, Tahoma]
Para instalar el conky bastara con ejecutar en el terminal lo siguiente:
[/FONT][FONT=Lucida Grande, Tahoma]sudo apt-get install conky[/FONT][FONT=Lucida Grande, Tahoma]
luego instalamos los sensores:
[/FONT][FONT=Lucida Grande, Tahoma]sudo apt-get install lm-sensors[/FONT][FONT=Lucida Grande, Tahoma]
después configuramos los sensores:
[/FONT][FONT=Lucida Grande, Tahoma]sudo sensors-detect[/FONT][FONT=Lucida Grande, Tahoma]
Le damos a todo que si (Y) y con esto tenemos todo lo básico del conky instalado, ahora lo configuramos de la siguiente manera:
Abrimos [/FONT][FONT=Lucida Grande, Tahoma]Gedit[/FONT][FONT=Lucida Grande, Tahoma] y pegamos el siguiente texto: [/FONT]
Lo guardamos con el nombre .conkyrc ([/FONT][FONT=Lucida Grande, Tahoma]noten que delante del nombre lleva un punto[/FONT][FONT=Lucida Grande, Tahoma]) y lo guardamos en [/FONT][FONT=Lucida Grande, Tahoma]/home/nuestro-usuario.[/FONT][FONT=Lucida Grande, Tahoma]
Ahora ejecutamos en la terminal:
[/FONT][FONT=Lucida Grande, Tahoma]sudo gedit /usr/bin/inicio-conky[/FONT][FONT=Lucida Grande, Tahoma]
Se nos abrirá el gedit y ahí pegamos esto: [/FONT]
Guardamos los cambios y ahora le damos los siguientes permisos al conky mediante:
[/FONT][FONT=Lucida Grande, Tahoma]sudo chmod a+x /usr/bin/inicio-conky[/FONT][FONT=Lucida Grande, Tahoma]
por ultimo vamos a Sistemas > Preferencias > Aplicaciones al inicio > Añadir y ahí agregamos lo siguiente:
donde dice Nombre ponemos [/FONT][FONT=Lucida Grande, Tahoma]conky[/FONT][FONT=Lucida Grande, Tahoma]
y donde dice orden ponemos [/FONT][FONT=Lucida Grande, Tahoma]inicio-conky[/FONT][FONT=Lucida Grande, Tahoma]
Y listo al iniciar nuestro sistema se iniciara el conky[/FONT]
esop saludos
p { margin-bottom: 0.21cm; } 1- El Conky
[FONT=Lucida Grande, Tahoma]
Para instalar el conky bastara con ejecutar en el terminal lo siguiente:
[/FONT][FONT=Lucida Grande, Tahoma]sudo apt-get install conky[/FONT][FONT=Lucida Grande, Tahoma]
luego instalamos los sensores:
[/FONT][FONT=Lucida Grande, Tahoma]sudo apt-get install lm-sensors[/FONT][FONT=Lucida Grande, Tahoma]
después configuramos los sensores:
[/FONT][FONT=Lucida Grande, Tahoma]sudo sensors-detect[/FONT][FONT=Lucida Grande, Tahoma]
Le damos a todo que si (Y) y con esto tenemos todo lo básico del conky instalado, ahora lo configuramos de la siguiente manera:
Abrimos [/FONT][FONT=Lucida Grande, Tahoma]Gedit[/FONT][FONT=Lucida Grande, Tahoma] y pegamos el siguiente texto: [/FONT]
[FONT=Lucida Grande, Tahoma]dijo:[/FONT]
[FONT=Lucida Grande, Tahoma]background yes
font Zekton:size=7
xftfont Zekton:size=7
use_xft yes
xftalpha 0.1
update_interval 1.0
total_run_times 0
own_window yes
own_window_type override
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer yes
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
minimum_size 220 5
maximum_width 220
default_color d7d7d7
default_shade_color black
default_outline_color black
alignment top_right
gap_x 2
gap_y 60
no_buffers yes
cpu_avg_samples 2
override_utf8_locale no
uppercase no # set to yes if you want all text to be in uppercase
use_spacer no
TEXT
${font Zekton:style=Bold
ixelsize=20} ..:: Due204 ::..
${time %a, } ${color }${time %e %B %G}
${font Zekton:style=Bold
ixelsize=35}$alignc${time %H:%M:%S}
${font Zekton:style=Bold
ixelsize=11}Lo bueno y lo malo no se hallan
en las fronteras de lo socialmente
aceptable, sino en los limites que
impone la divinidad del corazon
humano.
${font Zekton:style=Bold
ixelsize=10}$alignc}SISTEMA${font Zekton:size=7}
Kernel: $alignr$kernel
Uptime: $alignr$uptime
Procesos: ${alignr}$processes ($running_processes running)
Carga: ${alignr}$loadavg
Chip Intel ${alignc} ${freq}MHz / ${acpitemp}C ${alignr}(${cpu cpu0}%)
${cpubar 4 cpu1}
${color red}${cpugraph}$color
RAM ${alignr}$mem / $memmax ($memperc%)
${membar 4}
SWAP ${alignr}$swap / $swapmax ($swapperc%)
${swapbar 4}
Consumo CPU $alignr CPU% MEM%
${top name 1}$alignr${top cpu 1}${top mem 1}
${top name 2}$alignr${top cpu 2}${top mem 2}
${top name 3}$alignr${top cpu 3}${top mem 3}
Consumo MEM $alignr CPU% MEM%
${top_mem name 1}$alignr${top_mem cpu 1}${top_mem mem 1}
${top_mem name 2}$alignr${top_mem cpu 2}${top_mem mem 2}
${top_mem name 3}$alignr${top_mem cpu 3}${top_mem mem 3}
${font Zekton:style=Bold
ixelsize=10}$alignc}SISTEMA DE ARCHIVO${font Zekton:size=7}${color}
Home: ${alignr}${fs_free /home} / ${fs_size /home}
${fs_bar 4 /}
Due204: ${alignr}${fs_free /home/fabian/datos} / ${fs_size /home/fabian/datos}
${fs_bar 4 /media/Datos}
${font Zekton:style=Bold
ixelsize=10}$alignc}RED${font Zekton:size=7}${color}
Descarga ${downspeed eth0} k/s ${alignr}Subida ${upspeed eth0} k/s
${color gray}${downspeedgraph eth0 25,107 }$color ${alignr}${color lightgray} ${upspeedgraph eth0 25,107}$color
Total ${totaldown eth0} ${alignr}Total ${totalup eth0}
${font Zekton:style=Bold
ixelsize=10}${alignc} [/FONT]
[FONT=Lucida Grande, Tahoma]font Zekton:size=7
xftfont Zekton:size=7
use_xft yes
xftalpha 0.1
update_interval 1.0
total_run_times 0
own_window yes
own_window_type override
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer yes
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
minimum_size 220 5
maximum_width 220
default_color d7d7d7
default_shade_color black
default_outline_color black
alignment top_right
gap_x 2
gap_y 60
no_buffers yes
cpu_avg_samples 2
override_utf8_locale no
uppercase no # set to yes if you want all text to be in uppercase
use_spacer no
TEXT
${font Zekton:style=Bold
${time %a, } ${color }${time %e %B %G}
${font Zekton:style=Bold
${font Zekton:style=Bold
en las fronteras de lo socialmente
aceptable, sino en los limites que
impone la divinidad del corazon
humano.
${font Zekton:style=Bold
Kernel: $alignr$kernel
Uptime: $alignr$uptime
Procesos: ${alignr}$processes ($running_processes running)
Carga: ${alignr}$loadavg
Chip Intel ${alignc} ${freq}MHz / ${acpitemp}C ${alignr}(${cpu cpu0}%)
${cpubar 4 cpu1}
${color red}${cpugraph}$color
RAM ${alignr}$mem / $memmax ($memperc%)
${membar 4}
SWAP ${alignr}$swap / $swapmax ($swapperc%)
${swapbar 4}
Consumo CPU $alignr CPU% MEM%
${top name 1}$alignr${top cpu 1}${top mem 1}
${top name 2}$alignr${top cpu 2}${top mem 2}
${top name 3}$alignr${top cpu 3}${top mem 3}
Consumo MEM $alignr CPU% MEM%
${top_mem name 1}$alignr${top_mem cpu 1}${top_mem mem 1}
${top_mem name 2}$alignr${top_mem cpu 2}${top_mem mem 2}
${top_mem name 3}$alignr${top_mem cpu 3}${top_mem mem 3}
${font Zekton:style=Bold
Home: ${alignr}${fs_free /home} / ${fs_size /home}
${fs_bar 4 /}
Due204: ${alignr}${fs_free /home/fabian/datos} / ${fs_size /home/fabian/datos}
${fs_bar 4 /media/Datos}
${font Zekton:style=Bold
Descarga ${downspeed eth0} k/s ${alignr}Subida ${upspeed eth0} k/s
${color gray}${downspeedgraph eth0 25,107 }$color ${alignr}${color lightgray} ${upspeedgraph eth0 25,107}$color
Total ${totaldown eth0} ${alignr}Total ${totalup eth0}
${font Zekton:style=Bold
Lo guardamos con el nombre .conkyrc ([/FONT][FONT=Lucida Grande, Tahoma]noten que delante del nombre lleva un punto[/FONT][FONT=Lucida Grande, Tahoma]) y lo guardamos en [/FONT][FONT=Lucida Grande, Tahoma]/home/nuestro-usuario.[/FONT][FONT=Lucida Grande, Tahoma]
Ahora ejecutamos en la terminal:
[/FONT][FONT=Lucida Grande, Tahoma]sudo gedit /usr/bin/inicio-conky[/FONT][FONT=Lucida Grande, Tahoma]
Se nos abrirá el gedit y ahí pegamos esto: [/FONT]
[FONT=Lucida Grande, Tahoma]dijo:[/FONT]
[FONT=Lucida Grande, Tahoma]#!/bin/bash
sleep 20 && conky;[/FONT]
[FONT=Lucida Grande, Tahoma]sleep 20 && conky;[/FONT]
Guardamos los cambios y ahora le damos los siguientes permisos al conky mediante:
[/FONT][FONT=Lucida Grande, Tahoma]sudo chmod a+x /usr/bin/inicio-conky[/FONT][FONT=Lucida Grande, Tahoma]
por ultimo vamos a Sistemas > Preferencias > Aplicaciones al inicio > Añadir y ahí agregamos lo siguiente:
donde dice Nombre ponemos [/FONT][FONT=Lucida Grande, Tahoma]conky[/FONT][FONT=Lucida Grande, Tahoma]
y donde dice orden ponemos [/FONT][FONT=Lucida Grande, Tahoma]inicio-conky[/FONT][FONT=Lucida Grande, Tahoma]
Y listo al iniciar nuestro sistema se iniciara el conky[/FONT]
esop saludos

