Postea el pantallazo de tu conky y comparte tu .conkyrc.

#41
si te entendí bien solo te interesa poner el clima, para eso tenés que crear el archivo clima.sh [/code]en la línea que dice cod=ARCS0025 tenés que colocar el código correspondiente a tu ciudad que lo sacás de la página http://espanol.weather.com
utiliza el buscador de la página para ubicar tu ciudad y en el link verás el código, por ejemplo a mí me corresponde corrientes argentina y el link completo es
http://espanol.weather.com/weather/today-Corrientes-ARCS0025?fromSearch=true
como verás en parte del link está mi código
luego cerrás el archivo y le das los permisos de ejecución chmod +x clima.sh y lo guardás en la carpeta que vos quieras, en mi caso lo tengo en .conkyrc/scripts/clima.sh dentro de mi home, fijate bien donde lo guardás porque para ejecutarlo desde el conky tenés que poner la dirección completa donde está el archivo
después de eso pegás esta línea en el .conkyrc
Código:
 ${color 783b02}${font weather:size=48} ${execi 600  ~/.conky/scripts/clima.sh}$color $font
te bajás la fuente weather y la guardás en tu directorio de fuentes, reiniciás conky y todo funcionando :D suerte, saludos
Perfecto compa gracias

por cierto aqui esta la actualizacion de mi conky



Para el que les guste esto es lo que tienen que hacer

sudo apt-get update
sudo apt-get install --yes conky-all ttf-georgewilliams



descargan de aqui el script

Código:
http://gnome-look.org/content/download.php?content=121331&id=1&tan=20264086
descargan el tar de ahi cambian permisos al script lo ejecutan, reinician el cache de las fuentes
chmod +x install.sh
sh install.sh
fc-cache -v -f


reinician sesion

ponen, alt+f2 y escriben (ctrl c + ctrl v XD):
sh -c "conky -c ~/.conkypatch/conky.conf"


y enjoy

ya ahi los cambios los postean para que lo vayamos modificando
 

taito

Bovino maduro
#43
dios que wapeton se ve esto.. disculpa mi indiorancia.. esto sirve para ubuntu 9.10 ?? alguien me da la mano, quiero enchular mi ubuntu tambien TT

gracias por el aporte hermano.. saludos
 

demoer

Bovino maduro
#44
dios que wapeton se ve esto.. disculpa mi indiorancia.. esto sirve para ubuntu 9.10 ?? alguien me da la mano, quiero enchular mi ubuntu también TT

gracias por el aporte hermano.. saludos
sudo apt-get install conky

después en la carpeta personal creas un archivo con nombre .conkyrc (el punto lo hará un archivo oculto) y copias pegas una de las configuraciones que ya sean han posteado con anterioridad, guardas el archivo creado, presionas alt + F2 tecleas conky y te debe de aparecer en el escritorio.
 
#45
dios que wapeton se ve esto.. disculpa mi indiorancia.. esto sirve para ubuntu 9.10 ?? alguien me da la mano, quiero enchular mi ubuntu tambien TT

gracias por el aporte hermano.. saludos
y sip yo tengo 9.10 si funciona y si deseas hacer que arranque al inicio
te vas a Sistema-- Preferencias-- Aplicaciones al inicio y agregas


conky -d

y asi inicia automaticamente cada que prendes o inicias sesion
 

dobel d

Bovino Milenario
#48
a qui un vídeo de la la instalación de conky en ubuntu no es muy especifico , recomiendo tomar los consejos a qui posteados por los compañeros y usen el vídeo solo como referencia!!
[YOUTUBE]http://www.youtube.com/watch?v=6cCErvB4YAk[/YOUTUBE]

aqui en ingles :eolo:
[YOUTUBE]http://www.youtube.com/watch?v=v_RQq1-kV8I&feature=related[/YOUTUBE]
 
#50
actualizacion... han de pensar que no tengo nada mas que hacer mas que andarle moviendo al conky... y si tienen parte de razon


el code es este
Código:
# Use Xft?
use_xft yes
xftfont DejaVu Sans:size=8
xftalpha 0.8
text_buffer_size 2048

# Update interval in seconds
update_interval 1

# This is the number of times Conky will update before quitting.
# Set to zero to run forever.
total_run_times 0

# Create own window instead of using desktop (required in nautilus)
own_window yes
own_window_transparent yes
own_window_type override
#own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager

# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes

# Minimum size of text area
minimum_size 180 0
#maximum_width 200

# Draw shades?
draw_shades no

# Draw outlines?
draw_outline no

# Draw borders around text
draw_borders no

# Stippled borders?
stippled_borders 0

# border margins
border_margin 5

# border width
border_width 1

# Default colors and also border colors
default_color white
#default_shade_color black
#default_outline_color white
own_window_colour white

# Text alignment, other possible values are commented
#alignment top_left
alignment top_right
#alignment bottom_left
#alignment bottom_right

# Gap between borders of screen and text
# same thing as passing -x at command line
gap_x 35
gap_y 50

# Subtract file system buffers from used memory?
no_buffers yes

# set to yes if you want all text to be in uppercase
uppercase no

# number of cpu samples to average
# set to 1 to disable averaging
cpu_avg_samples 2

# number of net samples to average
# set to 1 to disable averaging
net_avg_samples 2

# Force UTF8? note that UTF8 support required XFT
override_utf8_locale yes

# Add spaces to keep things from moving about?  This only affects certain objects.
use_spacer none

TEXT
SYSTEM ${hr 2}
${voffset 2}${font OpenLogos:size=16}u${font}   Kernel:  ${alignr}${kernel}
${font StyleBats:size=16}A${font}   CPU1: ${cpu cpu1}% ${alignr}${cpubar cpu1 8,60}
${font StyleBats:size=16}A${font}   CPU2: ${cpu cpu2}% ${alignr}${cpubar cpu2 8,60}
${font StyleBats:size=16}g${font}   RAM: $memperc% ${alignr}${membar 8,60}
${font StyleBats:size=16}j${font}   SWAP: $swapperc% ${alignr}${swapbar 8,60}
${font Webdings:size=16}~${font}  Battery: ${battery_percent BAT0}% ${alignr}${battery_bar 8,60 BAT0}
${font StyleBats:size=16}q${font}   Uptime: ${alignr}${uptime}

DATE ${hr 2}
${alignc 35}${font Arial Black:size=26}${time %H:%M}${font}
${alignc}${time %A %d %Y}

HD ${hr 2}
${voffset 4}${font Pie charts for maps:size=14}7${font}   ${voffset -5}Root:
${voffset 4}${fs_used /}/${fs_size /} ${alignr}${fs_bar 8,60 /}
${font Pie charts for maps:size=14}7${font}   ${voffset -5}Home:
${voffset 4}${fs_free /home}/${fs_size /home} ${alignr}${fs_bar 8,60 /home}

NETWORK ${hr 2}
${if_existing /proc/net/route wlan0}
${voffset -6}${font PizzaDude Bullets:size=14}O${font}   Up: ${upspeed wlan0} kb/s ${alignr}${upspeedgraph wlan0 8,60 F57900 FCAF3E}
${voffset 4}${font PizzaDude Bullets:size=14}U${font}   Down: ${downspeed wlan0} kb/s ${alignr}${downspeedgraph wlan0 8,60 F57900 FCAF3E}
${voffset 4}${font PizzaDude Bullets:size=14}N${font}   Upload: ${alignr}${totalup wlan0}
${voffset 4}${font PizzaDude Bullets:size=14}T${font}   Download: ${alignr}${totaldown wlan0}
${voffset 4}${font PizzaDude Bullets:size=14}Z${font}   Signal: ${wireless_link_qual wlan0}% ${alignr}${wireless_link_bar 8,60 wlan0}
${voffset 4}${font PizzaDude Bullets:size=14}a${font}   Local Ip: ${alignr}${addr wlan0}
${voffset 4}${font PizzaDude Bullets:size=14}b${font}   Public Ip: ${alignr}${execi 1 ~/.scripts/ip.sh}
${else}${if_existing /proc/net/route eth0}
${voffset -6}${font PizzaDude Bullets:size=14}O${font}   Up: ${upspeed eth0} kb/s ${alignr}${upspeedgraph eth0 8,60 F57900 FCAF3E}
${voffset 4}${font PizzaDude Bullets:size=14}U${font}   Down: ${downspeed eth0} kb/s ${alignr}${downspeedgraph eth0 8,60 F57900 FCAF3E}
${voffset 4}${font PizzaDude Bullets:size=14}N${font}   Upload: ${alignr}${totalup eth0}
${voffset 4}${font PizzaDude Bullets:size=14}T${font}   Download: ${alignr}${totaldown eth0}
${voffset 4}${font PizzaDude Bullets:size=14}a${font}   Local Ip: ${alignr}${addr eth0}
${voffset 4}${font PizzaDude Bullets:size=14}b${font}   Public Ip: ${alignr}${execi 1 ~/.scripts/ip.sh}
${endif}${else}${if_existing /proc/net/route eth1}
${voffset -6}${font PizzaDude Bullets:size=14}O${font}   Up: ${upspeed eth1} kb/s ${alignr}${upspeedgraph eth1 8,60 F57900 FCAF3E}
${voffset 4}${font PizzaDude Bullets:size=14}U${font}   Down: ${downspeed eth1} kb/s ${alignr}${downspeedgraph eth1 8,60 F57900 FCAF3E}
${voffset 4}${font PizzaDude Bullets:size=14}N${font}   Upload: ${alignr}${totalup eth1}
${voffset 4}${font PizzaDude Bullets:size=14}T${font}   Download: ${alignr}${totaldown eth1}
${voffset 4}${font PizzaDude Bullets:size=14}a${font}   Local Ip: ${alignr}${addr eth1}
${voffset 4}${font PizzaDude Bullets:size=14}b${font}   Public Ip: ${alignr}${execi 1 ~/.scripts/ip.sh}
${endif}${else}${if_existing /proc/net/route ppp0}
${voffset -6}${font PizzaDude Bullets:size=14}O${font}   Up: ${upspeed eth1} kb/s ${alignr}${upspeedgraph eth1 8,60 F57900 FCAF3E}
${voffset 4}${font PizzaDude Bullets:size=14}U${font}   Down: ${downspeed eth1} kb/s ${alignr}${downspeedgraph eth1 8,60 F57900 FCAF3E}
${voffset 4}${font PizzaDude Bullets:size=14}N${font}   Upload: ${alignr}${totalup eth1}
${voffset 4}${font PizzaDude Bullets:size=14}T${font}   Download: ${alignr}${totaldown eth1}
${voffset 4}${font PizzaDude Bullets:size=14}a${font}   Local Ip: ${alignr}${addr eth1}
${voffset 4}${font PizzaDude Bullets:size=14}b${font}   Public Ip: ${alignr}${execi 1 ~/.scripts/ip.sh}
${endif}${else}
${font PizzaDude Bullets:size=14}4${font}   Network Unavailable
${endif}
CLIMA ${hr 2}
${if_existing /proc/net/route wlan0}
${voffset -10}${alignr 56}${font ConkyWeather:style=Bold:size=40}${execi 600 conkyForecast --location=MXVZ0111 --datatype=WF}${font}
${voffset -50}${font Weather:size=40}y${font}  ${voffset -38}${font Arial Black:size=26}${execi 600 conkyForecast --location=MXVZ0111 --datatype=HT}${font}

${voffset 0}${alignc 43}${execpi 600 conkyForecast --location=MXVZ0111 --datatype=DW --startday=1 --shortweekday} ${alignc 8}${execpi 600 conkyForecast --location=MXVZ0111 --datatype=DW --startday=2 --shortweekday} ${alignc -29}${execpi 600 conkyForecast --location=MXVZ0111 --datatype=DW --startday=3 --shortweekday} ${alignc -64}${execpi 600 conkyForecast --location=MXVZ0111 --datatype=DW --startday=4 --shortweekday}
${voffset 0}${alignc 75}${font ConkyWeather:size=28}${execpi 600 conkyForecast --location=MXVZ0111 --datatype=WF --startday=1 --endday=4 --spaces=1}${font}
${voffset 0}${font DejaVu Sans:size=7}${alignc 48}${execpi 600 conkyForecast --location=MXVZ0111 --datatype=HT --startday=1 --hideunits --centeredwidth=3}/${execpi 600 conkyForecast --location=MXVZ0111 --datatype=LT --startday=1 --hideunits --centeredwidth=3} ${alignc -14}${execpi 600 conkyForecast --location=MXVZ0111 --datatype=HT --startday=2 --hideunits --centeredwidth=3}/${execpi 600 conkyForecast --location=MXVZ0111 --datatype=LT --startday=2 --hideunits --centeredwidth=3} ${alignc -40}${execpi 600 conkyForecast --location=MXVZ0111 --datatype=HT --startday=3 --hideunits --centeredwidth=3}/${execpi 600 conkyForecast --location=MXVZ0111 --datatype=LT --startday=3 --hideunits --centeredwidth=3} ${alignr 6}${execpi 600 conkyForecast --location=MXVZ0111 --datatype=HT --startday=4 --hideunits --centeredwidth=3}/${execpi 600 conkyForecast --location=MXVZ0111 --datatype=LT --startday=4 --hideunits --centeredwidth=3}${font}
${voffset 0}Wind: ${alignr}${execi 600 conkyForecast --location=MXVZ0111 --datatype=WS}
${voffset 0}Humidity: ${alignr}${execi 600 conkyForecast --location=MXVZ0111 --datatype=HM}
${else}${if_existing /proc/net/route eth0}
${voffset -10}${alignr 56}${font ConkyWeather:style=Bold:size=40}${execi 600 conkyForecast --location=MXVZ0111 --datatype=WF}${font}
${voffset -50}${font Weather:size=40}y${font}  ${voffset -38}${font Arial Black:size=26}${execi 600 conkyForecast --location=MXVZ0111 --datatype=HT}${font}

${voffset 0}${alignc 43}${execpi 600 conkyForecast --location=MXVZ0111 --datatype=DW --startday=1 --shortweekday} ${alignc 8}${execpi 600 conkyForecast --location=MXVZ0111 --datatype=DW --startday=2 --shortweekday} ${alignc -29}${execpi 600 conkyForecast --location=MXVZ0111 --datatype=DW --startday=3 --shortweekday} ${alignc -64}${execpi 600 conkyForecast --location=MXVZ0111 --datatype=DW --startday=4 --shortweekday}
${voffset 0}${alignc 75}${font ConkyWeather:size=28}${execpi 600 conkyForecast --location=MXVZ0111 --datatype=WF --startday=1 --endday=4 --spaces=1}${font}
${voffset 0}${font DejaVu Sans:size=7}${alignc 48}${execpi 600 conkyForecast --location=MXVZ0111 --datatype=HT --startday=1 --hideunits --centeredwidth=3}/${execpi 600 conkyForecast --location=MXVZ0111 --datatype=LT --startday=1 --hideunits --centeredwidth=3} ${alignc -14}${execpi 600 conkyForecast --location=MXVZ0111 --datatype=HT --startday=2 --hideunits --centeredwidth=3}/${execpi 600 conkyForecast --location=MXVZ0111 --datatype=LT --startday=2 --hideunits --centeredwidth=3} ${alignc -40}${execpi 600 conkyForecast --location=MXVZ0111 --datatype=HT --startday=3 --hideunits --centeredwidth=3}/${execpi 600 conkyForecast --location=MXVZ0111 --datatype=LT --startday=3 --hideunits --centeredwidth=3} ${alignr 6}${execpi 600 conkyForecast --location=MXVZ0111 --datatype=HT --startday=4 --hideunits --centeredwidth=3}/${execpi 600 conkyForecast --location=MXVZ0111 --datatype=LT --startday=4 --hideunits --centeredwidth=3}${font}
${voffset 0}Wind: ${alignr}${execi 600 conkyForecast --location=MXVZ0111 --datatype=WS}
${voffset 0}Humidity: ${alignr}${execi 600 conkyForecast --location=MXVZ0111 --datatype=HM}
${endif}${else}${if_existing /proc/net/route eth1}
${voffset -10}${alignr 56}${font ConkyWeather:style=Bold:size=40}${execi 600 conkyForecast --location=MXVZ0111 --datatype=WF}${font}
${voffset -50}${font Weather:size=40}y${font}  ${voffset -38}${font Arial Black:size=26}${execi 600 conkyForecast --location=MXVZ0111 --datatype=HT}${font}

${voffset 0}${alignc 43}${execpi 600 conkyForecast --location=MXVZ0111 --datatype=DW --startday=1 --shortweekday} ${alignc 8}${execpi 600 conkyForecast --location=MXVZ0111 --datatype=DW --startday=2 --shortweekday} ${alignc -29}${execpi 600 conkyForecast --location=MXVZ0111 --datatype=DW --startday=3 --shortweekday} ${alignc -64}${execpi 600 conkyForecast --location=MXVZ0111 --datatype=DW --startday=4 --shortweekday}
${voffset 0}${alignc 75}${font ConkyWeather:size=28}${execpi 600 conkyForecast --location=MXVZ0111 --datatype=WF --startday=1 --endday=4 --spaces=1}${font}
${voffset 0}${font DejaVu Sans:size=7}${alignc 48}${execpi 600 conkyForecast --location=MXVZ0111 --datatype=HT --startday=1 --hideunits --centeredwidth=3}/${execpi 600 conkyForecast --location=MXVZ0111 --datatype=LT --startday=1 --hideunits --centeredwidth=3} ${alignc -14}${execpi 600 conkyForecast --location=MXVZ0111 --datatype=HT --startday=2 --hideunits --centeredwidth=3}/${execpi 600 conkyForecast --location=MXVZ0111 --datatype=LT --startday=2 --hideunits --centeredwidth=3} ${alignc -40}${execpi 600 conkyForecast --location=MXVZ0111 --datatype=HT --startday=3 --hideunits --centeredwidth=3}/${execpi 600 conkyForecast --location=MXVZ0111 --datatype=LT --startday=3 --hideunits --centeredwidth=3} ${alignr 6}${execpi 600 conkyForecast --location=MXVZ0111 --datatype=HT --startday=4 --hideunits --centeredwidth=3}/${execpi 600 conkyForecast --location=MXVZ0111 --datatype=LT --startday=4 --hideunits --centeredwidth=3}${font}
${voffset 0}Wind: ${alignr}${execi 600 conkyForecast --location=MXVZ0111 --datatype=WS}
${voffset 0}Humidity: ${alignr}${execi 600 conkyForecast --location=MXVZ0111 --datatype=HM}
${endif}${else}${if_existing /proc/net/route ppp0}
${voffset -10}${alignr 56}${font ConkyWeather:style=Bold:size=40}${execi 600 conkyForecast --location=MXVZ0111 --datatype=WF}${font}
${voffset -50}${font Weather:size=40}y${font}  ${voffset -38}${font Arial Black:size=26}${execi 600 conkyForecast --location=MXVZ0111 --datatype=HT}${font}

${voffset 0}${alignc 43}${execpi 600 conkyForecast --location=MXVZ0111 --datatype=DW --startday=1 --shortweekday} ${alignc 8}${execpi 600 conkyForecast --location=MXVZ0111 --datatype=DW --startday=2 --shortweekday} ${alignc -29}${execpi 600 conkyForecast --location=MXVZ0111 --datatype=DW --startday=3 --shortweekday} ${alignc -64}${execpi 600 conkyForecast --location=MXVZ0111 --datatype=DW --startday=4 --shortweekday}
${voffset 0}${alignc 75}${font ConkyWeather:size=28}${execpi 600 conkyForecast --location=MXVZ0111 --datatype=WF --startday=1 --endday=4 --spaces=1}${font}
${voffset 0}${font DejaVu Sans:size=7}${alignc 48}${execpi 600 conkyForecast --location=MXVZ0111 --datatype=HT --startday=1 --hideunits --centeredwidth=3}/${execpi 600 conkyForecast --location=MXVZ0111 --datatype=LT --startday=1 --hideunits --centeredwidth=3} ${alignc -14}${execpi 600 conkyForecast --location=MXVZ0111 --datatype=HT --startday=2 --hideunits --centeredwidth=3}/${execpi 600 conkyForecast --location=MXVZ0111 --datatype=LT --startday=2 --hideunits --centeredwidth=3} ${alignc -40}${execpi 600 conkyForecast --location=MXVZ0111 --datatype=HT --startday=3 --hideunits --centeredwidth=3}/${execpi 600 conkyForecast --location=MXVZ0111 --datatype=LT --startday=3 --hideunits --centeredwidth=3} ${alignr 6}${execpi 600 conkyForecast --location=MXVZ0111 --datatype=HT --startday=4 --hideunits --centeredwidth=3}/${execpi 600 conkyForecast --location=MXVZ0111 --datatype=LT --startday=4 --hideunits --centeredwidth=3}${font}
${voffset 0}Wind: ${alignr}${execi 600 conkyForecast --location=MXVZ0111 --datatype=WS}
${voffset 0}Humidity: ${alignr}${execi 600 conkyForecast --location=MXVZ0111 --datatype=HM}
${endif}${else}
${font PizzaDude Bullets:size=14}4${font}   Weather Unavailable
${endif}

EMAIL ${hr 2}

${voffset -8}${font Martin Vogel's Symbols:size=19}B${font}  Gmail: ${alignr}${font DejaVu Sans:style=Bold:size=8}${execi 600 conkyEmail --servertype=IMAP --servername=imap.googlemail.com --username=marcoahvidal --password=kieroentrar --ssl}${font} New email(s)
Bueno ahi veran las partes agregadas suerte
 
#51
no se desanimen es muy sencillo de configurar, al principio no entendia nada esta todo en el man de conky aca mi hardy ... se la re banca...



use_xft yes
xftfont Liberation Sans:size=8
update_interval 1
total_run_times 0
double_buffer yes
no_buffers yes
text_buffer_size 1024
own_window yes
own_window_type override
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
minimum_size 185 0
maximum_width 185
default_color 000035
draw_shades no
color0 000035
color1 c41111
color2 0d88c1
alignment top_right
gap_x 25
gap_y 55
no_buffers no
net_avg_samples 2
override_utf8_locale yes

TEXT
${alignc 35}${color2}${font OpenLogos:size=40}u${font}${color}
${alignc}UBUNTU AMD 64
${hr 2}
${voffset 2}${color0}${font OpenLogos:size=16}u${font}${color} Kernel: ${alignr}${color2}${kernel}${color}
${color0}${font StyleBats:size=16}q${font}${color} Encendido: ${alignr}${color1}${uptime}${color}

SISTEMA${hr 2}
${color0}${font StyleBats:size=16}A${font}${color} CPU1: ${font Liberation Sans:style=Bold:size=8}${color1}${cpu cpu1}%${color}${font} ${alignr}${color2}${cpubar cpu1 8,60}${color}
${color0}${font StyleBats:size=16}A${font}${color} CPU2: ${font Liberation Sans:style=Bold:size=8}${color1}${cpu cpu2}%${color}${font} ${alignr}${color2}${cpubar cpu2 8,60}${color}
${color0}${font StyleBats:size=16}A${font}${color} CPU3: ${font Liberation Sans:style=Bold:size=8}${color1}${cpu cpu3}%${color}${font} ${alignr}${color2}${cpubar cpu3 8,60}${color}
${color0}${font StyleBats:size=16}g${font}${color} RAM: ${font Liberation Sans:style=Bold:size=8}${color1}$memperc%${color}${font} ${alignr}${color2}${membar 8,60}${color}
${color0}${font StyleBats:size=16}j${font}${color} SWAP: ${font Liberation Sans:style=Bold:size=8}${color1}$swapperc%${color}${font} ${alignr}${color2}${swapbar 8,60}${color}

DISCO ${hr 2}
${color0}${voffset 4}${font Pie charts for maps:size=14}7${font} ${voffset -5}Sistema:
${voffset 4}${fs_used /}/${fs_size /} ${alignr}${color2}${fs_bar 8,60 /}${color}
${font Pie charts for maps:size=14}7${font} HD:eek:${color1} $diskio ${alignr}${color2}${diskiograph 8,60}${color}

FECHA ${hr 2}

${alignc 45}${color0}${font Arial Black:size=30}${time %H:%M}${font}${color}

${alignc}${time %A %d %Y}

RED ${hr 2}
${voffset 4}${font PizzaDude Bullets:size=16}N${font}${color0}Upload:${color1}${upspeed eth0}kb/s${color}
${voffset 4}${font PizzaDude Bullets:size=16}T${font}Download:${color1}${downspeed eth0}kb/s${color}
 
#53


Este se ve padre para el que lo desee

Código:
http://gnome-look.org/content/download.php?content=124144&id=1&tan=20933673
extraen el folder .conkytheme en su home

ejecutan conky -c /home/myuser/.conkytheme/conkyrc



via ubuntulife
 

homosapiens999

The Thinking Bovine
#54
Pues soy nuevito con esto del conky, pero depsues de bajarme un par de configuraciones, moverles y descomponerlas al punto de que se veía el mentado conky.

Me decidí y hice uno propio desde cero, tomando partecillas de configuracion de los que habia bajado, y adaptandolas a mi gusto.

Asi quedó mi conky.


y este es mi .conkyrc

Código:
# Generated by Conky GUI
# Check http://conkygui.sourceforge.net/
# For the latest version of Conky GUI

#03-may-10 06:22:11 PM
#author: conky

# Conky
background yes
no_buffers yes
out_to_console no
top_cpu_separate no
max_port_monitor_connections 256
cpu_avg_samples 2
net_avg_samples 3
total_run_times 0
update_interval 1
music_player_interval 3

# Text
uppercase no
override_utf8_locale yes
short_units no
pad_percents 0
text_buffer_size 128
max_user_text 16384
font Bitstream Charter:style=Regular
use_xft yes
xftalpha 0.5
xftfont Zekton:size=8

# Window
own_window yes
own_window_colour 000000
own_window_transparent no
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
own_window_type normal

# Graphics
double_buffer yes
draw_borders no
draw_graph_borders yes
draw_shades no
draw_outline no
stippled_borders 8
max_specials 512

# Layout
alignment top_right
gap_x 0
gap_y 10
maximum_width 205
minimum_size 205 5
use_spacer none
border_margin 4
border_width 1

# Colors
default_color ffffff
default_outline_color ffffff
default_shade_color 00ff00
color0 ff0000
color1 0000ff
color2 ffff00
color3 00ff00
color4 ffafaf
color5 ffc800
color6 ff00ff
color7 00ffff
color8 808080
color9 404040

# Net

# Lua
own_window_argb_visual yes
own_window_argb_value 150
c1 B8860B # Dorado
c2 3e4d71 # Lila
c3 FC4C0C # Naranja
c4 B85316 # Color Ubuntu
c5 FC2709 # Rojo
c6 106005 # Verde
c7 0A50FB # Azul
c8 59554B # Gris

TEXT
Nucleo Linux $alignr $kernel
$hr
${alignc 37}${font Zekton:size=28}${time %I:%M %P}$font
${alignc}${time %A %d de %B de %Y}

${font Courier:size=9}${alignc}DO LU MA MI JU VI SA
${voffset -13}${font Courier:size=9}${execpi 60 DJS=`date +%_d`; cal | sed '1d' | sed '/./!d' | sed 's/$/                     /' | fold -w 21 | sed -n '/^.\{21\}/p' | sed 's/^/${alignc} /' | sed /" $DJS "/s/" $DJS "/" "'${color2}'"$DJS"'${color}'" "/}
$hr

${Font Zekton:size=12:style=Bold}El Clima$hr$font
Amanecer: ${execi 3600 python ~/.scripts/SP_Forecast.py --location=MXMN0946 --datatype=SR} ${alignr}Ocaso: ${execi 3600 python ~/.scripts/SP_Forecast.py --location=MXMN0946 --datatype=SS}
Precipitación: ${alignr}${execi 3600 python ~/.scripts/SP_Forecast.py --location=MXMN0946 --datatype=PC --startday=0 }
Humedad: ${alignr}${execi 3600 python ~/.scripts/SP_Forecast.py --location=MXMN0946 --datatype=HM}
${alignc 5}${voffset -30}${font Moon Phases:size=20}${execi 3600 python ~/.scripts/SP_Forecast.py --location=MXMN0946 --datatype=MF}$font
${voffset 1}${execi 1800 python ~/.scripts/SP_Forecast.py --location=MXMN0946 --datatype=CC}${alignr}Sens.Term.:  ${execi 1800 python ~/.scripts/SP_Forecast.py --location=MXMN0946 --datatype=LT}
${voffset -10}${font Weather:size=50}${execi 3600 python ~/.scripts/SP_Forecast.py --location=MXMN0946 --datatype=WF}$font
${alignr 50}${voffset -55}${font Zekton:size=25}${execi 1800 python ~/.scripts/SP_Forecast.py --location=MXMN0946 --datatype=HT}$font
Hoy${goto 44}${texeci 36000 python ~/.scripts/SP_Forecast.py --location=MXMN0946 --shortweekday --datatype=DW --startday=1 }${goto 88}${texeci 36000 python ~/.scripts/SP_Forecast.py --location=MXMN0946 --shortweekday --datatype=DW --startday=2 }${goto 132}${texeci 36000 python ~/.scripts/SP_Forecast.py --location=MXMN0946 --shortweekday --datatype=DW --startday=3 }${goto 176}${texeci 36000 python ~/.scripts/SP_Forecast.py --location=MXMN0946 --shortweekday --datatype=DW --startday=4 }${color}
${font Weather:size=30}${execi 3600 python ~/.scripts/SP_Forecast.py --location=MXMN0946 --datatype=WF --startday=0}${goto 44}${texeci 36000 python ~/.scripts/SP_Forecast.py --location=MXMN0946 --datatype=WF --startday=1 }${goto 88}${texeci 36000 python ~/.scripts/SP_Forecast.py --location=MXMN0946 --datatype=WF --startday=2 }${goto 132}${texeci 36000 python ~/.scripts/SP_Forecast.py --location=MXMN0946 --datatype=WF --startday=3 }${goto 176}${texeci 36000 python ~/.scripts/SP_Forecast.py --location=MXMN0946 --datatype=WF --startday=4 }${font}${color}
${voffset -10}${font Zekton:size=7}${texeci 36000 python ~/.scripts/SP_Forecast.py --location=MXMN0946 --datatype=HT --startday=0 -u}/${texeci 36000 python ~/.scripts/SP_Forecast.py --location=MXMN0946 --datatype=LT --startday=0 -u}${goto 44} ${texeci 36000 python ~/.scripts/SP_Forecast.py --location=MXMN0946 --datatype=HT --startday=1 -u}/${texeci 36000 python ~/.scripts/SP_Forecast.py --location=MXMN0946 --datatype=LT --startday=1 -u}${goto 88} ${texeci 36000 python ~/.scripts/SP_Forecast.py --location=MXMN0946 --datatype=HT --startday=2 -u}/${texeci 36000 python ~/.scripts/SP_Forecast.py --location=MXMN0946 --datatype=LT --startday=2 -u}${goto 132} ${texeci 36000 python ~/.scripts/SP_Forecast.py --location=MXMN0946 --datatype=HT --startday=3 -u}/${texeci 36000 python ~/.scripts/SP_Forecast.py --location=MXMN0946 --datatype=LT --startday=3 -u}${goto 176} ${texeci 36000 python ~/.scripts/SP_Forecast.py --location=MXMN0946 --datatype=HT --startday=4 -u}/${texeci 36000 python ~/.scripts/SP_Forecast.py --location=MXMN0946 --datatype=LT --startday=4 -u}$font
$hr

${font Zekton:style=Boldixelsize=17}Información del Sistema$hr${font}
Tiempo activo del sistema${alignr}$uptime

${font StyleBats:size=16}A${font}${goto 35}${voffset -9}${color8}${cpubar 15 cpu0}${color}
${goto 35}${voffset -9}Intel CPU1 ${freq_g} MHz${alignr}${cpu cpu0}%
${goto 35}${color8}${cpubar 15 cpu1}${color}
${goto 35}${voffset -9}Intel CPU2 ${freq_g} MHz${alignr}${cpu cpu1}%
${voffset 8}${font StyleBats:size=16}j${font}${goto 35}${voffset -9}${color8}${membar 15}${color}
${goto 35}${voffset -10} RAM $memmax$alignr$memperc%
${voffset 8}${font Pie charts for maps:size=14}7${font}${goto 35}${voffset -9}${color8}${fs_bar 15 /}${color}
${goto 35}${voffset -10} Lucid Lynx${alignr}libre ${fs_free /}
${goto 35}${color8}${fs_bar 15 /media/Archivos1}${color}
${goto 35}${voffset -10} Archivos1${alignr}libre ${fs_free /media/Archivos1}
${goto 35}${color8}${fs_bar 15 /media/Archivos2}${color}
${goto 35}${voffset -10} Archivos2${alignr}libre ${fs_free /media/Archivos2}
${voffset 10}${font PizzaDude Bullets:size=14}O${font}${goto 80}${voffset -9}${color8}${upspeedgraph eth0 15,130 A7A49E C2BFB9}${color}
${goto 35}${voffset -9}${upspeed eth0}
${font PizzaDude Bullets:size=14}U${font}${goto 80}${voffset -5}${color8}${downspeedgraph eth0 15,130 A7A49E C2BFB9}${color}
${goto 35}${voffset -9}${downspeed eth0}
${voffset 5}${font PizzaDude Bullets:size=14}O${font}${totalup eth0}${alignr 35}${font PizzaDude Bullets:size=14}U${font}${totaldown eth0}
$hr

${font Rock Star 2.0:size=14}Y${font}${font Zekton:style=Boldixelsize=17}Rhytmbox$hr${font}
${voffset 5}${font RsbillsDng:size=17}G${font} Titulo: ${alignr}${exec rhythmbox-client --no-start --print-playing-format %tt}
${voffset 5}${font RsbillsDng:size=17}A${font} Artista: ${alignr}${exec rhythmbox-client --no-start --print-playing-format %aa}
${voffset 5}${font RsbillsDng:size=17}D${font}  Album: ${alignr}${exec rhythmbox-client --no-start --print-playing-format %at}
${font Martin Vogel's Symbols:size=17}U${font} Tiempo: ${alignr}${exec rhythmbox-client --no-start --print-playing-format %te} / ${exec rhythmbox-client --no-start --print-playing-format %td}
sorry, pero no supe como poner solo la miniatura. del escritorio
 
#56
Sencilla configuración

La información para MPD esta en otro archivo, pero es lo mismo, solo que separado de esta parte




use_xft yes
xftfont verdana:size=8
alignment top_right
xftalpha 0.8
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
stippled_borders 10
border_margin 4
border_width 1
default_shade_color grey
default_outline_color black
default_color BADCDD
use_spacer none
no_buffers yes
uppercase no
color1 F8DF58
color2 FC8820
# mpd_host localhost
# mpd_password -------
# mpd_port -----
# minimum_size 90
# minimum_width 90
# maximun_width 90

# gap_x 25
# gap_y -500

# ${font PizzaDude Bullets:size=16}M${font} Subido: ${totalup eth0}

TEXT


${if_existing /sys/class/net/eth0/operstate up}Wire ${addr eth0}
${font PizzaDude Bullets:size=16}M${font}Subido: ${totalup eth0}
${font PizzaDude Bullets:size=16}S${font}Descargado: ${totaldown eth0}
${endif}${if_existing /sys/class/net/wlan3/operstate up}Wireless ${addr wlan3}
${font PizzaDude Bullets:size=16}M${font}Subido: ${totalup wlan3}
${font PizzaDude Bullets:size=16}S${font}Descargado: ${totaldown wlan3}
${endif}
${color ffffff}${font StyleBats:size=16}A${font} CPU0: ${cpu cpu0}% ${cpubar cpu0}
${font StyleBats:size=16}A${font} CPU1: ${cpu cpu1}% ${cpubar cpu1}

${color #cdc8b1}Proce: ${execi 10 sensors |grep "CPU Temp" | cut -d" " -f6} ${color #F8DF58}| ${color #6BC000}FAN:${color #E3E81D} ${execi 10 sensors |grep "CPU Fan" | cut -d" " -f6} RPM
${color #cdc8b1}Chipset: ${execi 10 sensors |grep "Sys Temp" | cut -d" " -f6} ${color #F8DF58}| ${color #6BC000}FAN:${color #E3E81D} ${execi 10 sensors |grep "Aux Fan" | cut -d" " -f6} RPM


${color F8DF58} ${font weather:size=28}x ${font}HDD250GB ${execi 300 nc localhost 7634 | cut -c26-27;} ºC
${color F8DF58} ${font weather:size=28}x ${font}HDD160GB ${execi 300 nc localhost 7634 | cut -c61-62;} ºC


${color C2E078}${font PizzaDude Bullets:size=16}J${font} RAM $mem / $memmax

${font StyleBats:size=18}P${font} Trabajando: ${uptime_short}

${font Radio Space:size=14}${time %A %d %Y}$hr
#${if_running mpd}$alignc Music Player Daemon
#${voffset -3}$alignc MPD
#${voffset -5}$mpd_vol% VOL${voffset -2}$hr
#$alignc::: $mpd_status :::
#$alignc$mpd_artist
#$alignc$mpd_title
#$alignc${mpd_bar 4, 135}
#${voffset -12}$mpd_elapsed$alignr$mpd_length${endif}
 
#58
ahh.. donde dice esto:

cp: no se puede efectuar `stat' sobre «/home/helmuth/Imagens/Beauty/001688198.jpg»: No existe el fichero ó directorio
identify: Improper image header `/tmp/conkyPhoto.png' @ png.c/ReadPNGImage/2860.

Mi usuario es:

atxy2k/Imágenes/pick.jpg

Segun ya se lo cambie pero no veo que aparesca...=S

Yo tambien tuve dificultades con lo de la galeria de fotos pero asi es como me quedo:
Los dos archivos tienen que tener permisos de ejecucion.

Mi configuracion de conky es esta (aunque es un desatre por ahora ya lo arreglare):
Código:
# Use Xft?
use_xft yes
xftfont DejaVu Sans:size=8
xftalpha 0.8
text_buffer_size 2048

# Update interval in seconds
update_interval .5

# This is the number of times Conky will update before quitting.
# Set to zero to run forever.
total_run_times 0

# Create own window instead of using desktop (required in nautilus)
own_window yes
own_window_transparent yes
own_window_type override
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager

# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes

# Minimum size of text area
minimum_size 1000 5800
maximum_width 1000

# Draw shades?
draw_shades no

# Draw outlines?
draw_outline no

# Draw borders around text
draw_borders no

# Stippled borders?
stippled_borders 0

# border margins
border_margin 0

# border width
border_width 0

# Default colors and also border colors
default_color black
color1 white
#default_shade_color black
#default_outline_color 72727E
#own_window_colour white

# Text alignment, other possible values are commented
alignment top_left
#alignment top_right
#alignment bottom_left
#alignment bottom_right

# Gap between borders of screen and text
# same thing as passing -x at command line
gap_x 10
gap_y 12

# Subtract file system buffers from used memory?
no_buffers yes

# set to yes if you want all text to be in uppercase
uppercase no

# number of cpu samples to average
# set to 1 to disable averaging
cpu_avg_samples 2

# number of net samples to average
# set to 1 to disable averaging
net_avg_samples 2

# Force UTF8? note that UTF8 support required XFT
override_utf8_locale yes

lua_load ~/scripts/photo_album.lua
lua_draw_hook_pre photo_album

# Add spaces to keep things from moving about?  This only affects certain objects.
use_spacer none

TEXT

${font arial black:size=12}${color orange}CPU${color white}${font arial black:size=11}INFORMATION$font$color
${font arial black:size=9}${color white}USAGE (AVG): $font${cpu cpu0}%$font$color
${cpugraph cpu0 25,175 303030 C0C0C0}
${font arial black:size=12}${color orange}MEMORY${color white}${font arial black:size=11}INFORMATION$font$color
${font arial black:size=9}${color white}RAM: $font${memperc}% ${offset 30}${mem}/$font${memmax}$color
${memgraph 25,175 303030 C0C0C0}
${font arial black:size=9}${color white}SWAP: $font${swapperc}% ${offset 25}${swap}/$font${swapmax}$color
${color 303030}${swapbar 20,175}

#BATTERY
${voffset -220}${color white}${if_existing /proc/acpi/ac_adapter/AC/state on-line}${alignr 129}${font London Between:size=16}AC Power Supply
${alignr 10}Battery Charge: ${battery_percent}%
${alignr 50}${color 303030}${battery_bar 15,150}
${else}${alignr 97}${font London Between:size=16}Battery: $battery_percent% 
${voffset 5}${alignr 25}${color 303030}${battery_bar 15,150}${voffset 47}${endif}${color}


#TIME & DATE
${color white}${voffset 174}${font London Between:size=40}${alignc}${time %I:%M %P}${font}
${voffset 10}${font London Between:size=14}${alignc}${time %A, %d %B %Y}

#WEATHER
${voffset 65}$hr 2
${if_existing /proc/net/route wlan0}${voffset -5}${goto 80}${font London Between:size=22}${color orange}${execi 1800 conkyForecast --locale=ES --location=MXGO0037 --datatype=HT}${font}${color1}${voffset -17}${offset 90}${font ConkyWeather:size=40}${execi 1800 conkyForecast --locale=ES --location=MXGO0037 --datatype=WF}${font}
${voffset -55}${font London Between:size=8}${alignc}Condicion: ${offset 10}${execi 1800 conkyForecast --locale=ES --location=MXGO0037 --datatype=CC}
${voffset 5}${alignc}Viento: ${offset 10}${execi 1800 conkyForecast --locale=ES --location=MXGO0037 --datatype=WS}
${voffset 5}${alignc}Humedad: ${offset 10}${execi 1800 conkyForecast --locale=ES --location=MXGO0037 --datatype=HM}

${voffset -60}${alignr 170}${execpi 600 conkyForecast --locale=ES --location=MXGO0037 --datatype=DW --startday=1 --shortweekday} ${alignr 147}${execpi 600 conkyForecast --locale=ES --location=MXGO0037 --datatype=DW --startday=2 --shortweekday} ${alignr 120}${execpi 600 conkyForecast --locale=ES --location=MXGO0037 --datatype=DW --startday=3 --shortweekday} ${alignr 90}${execpi 600 conkyForecast --locale=ES --location=MXGO0037 --datatype=DW --startday=4 --shortweekday}
${voffset 0}${font DejaVu Sans:size=7}${alignr 110}${execpi 600 conkyForecast --locale=ES --location=MXGO0037 --datatype=LT --startday=1 --hideunits --centeredwidth=3}/${execpi 600 conkyForecast --locale=ES --location=MXGO0037 --datatype=HT --startday=1 --hideunits --centeredwidth=3} ${alignr 100}${execpi 600 conkyForecast --locale=ES --location=MXGO0037 --datatype=LT --startday=2 --hideunits --centeredwidth=3}/${execpi 600 conkyForecast --locale=ES --location=MXGO0037 --datatype=HT --startday=2 --hideunits --centeredwidth=3} ${alignr 90}${execpi 600 conkyForecast --locale=ES --location=MXGO0037 --datatype=LT --startday=3 --hideunits --centeredwidth=3}/${execpi 600 conkyForecast --locale=ES --location=MXGO0037 --datatype=HT --startday=3 --hideunits --centeredwidth=3} ${alignr 79}${execpi 600 conkyForecast --locale=ES --location=MXGO0037 --datatype=LT --startday=4 --hideunits --centeredwidth=3}/${execpi 600 conkyForecast --locale=ES --location=MXGO0037 --datatype=HT --startday=4 --hideunits --centeredwidth=3}${font}
${voffset 5}${goto 98}${font DejaVu Sans:size=7}${execpi 600 conkyForecast --locale=ES --location=MXGO0037 --datatype=LT --hideunits --centeredwidth=3}/${execpi 600 conkyForecast --locale=ES --location=MXGO0037 --datatype=HT --hideunits --centeredwidth=3}
${voffset -15}${alignr 110}${execi 1800 conkyForecast --locale=ES --location=MXGO0037 --datatype=CN}
${else}${voffset -10}${color gray}${font London Between:size=8}${alignc}NO CONNECTION FOR WEATHER INFORMATION${voffset 28}
${endif}

${voffset -385}${font arial black:size=12}${color orange}NETWORK${color1}${font arial black:size=11}INFORMATION
${font arial black:size=9}IP LOCAL:       $font${if_existing /proc/net/route wlan0}${addr wlan0}${else}${color C0C0C0}WITHOUT WEB${endif}${color1} 
${font arial black:size=9}IP EXTERNA:  $font${if_existing /proc/net/route wlan0}${execi 14400 wget -O - http://whatismyip.org/ | tail}${else}${color C0C0C0}WITHOUT WEB${endif}${color1}
${font arial black:size=9}DOWN: $font${if_existing /proc/net/route wlan0}${downspeed wlan0} k/s ${else}${color C0C0C0}${offset 42} WITHOUT WEB${endif}$color
${if_existing /proc/net/route wlan0}${downspeedgraph wlan0 20,175 303030 C0C0C0}${else}${color C0C0C0}${voffset 5}NO GRAPH${voffset 5}${endif}${color1}
${font arial black:size=9}UP: $font${if_existing /proc/net/route wlan0}${upspeed wlan0} k/s ${else}${offset 65}WITHOUT WEB${endif}$color
${if_existing /proc/net/route wlan0}${upspeedgraph wlan0 20,175 303030 C0C0C0}${else}${color C0C0C0}${voffset 5}NO GRAPH${voffset 5}${endif}$color
Yjusto antes del Text esta la llamada al archivo lua que es el siduiente:

Código:
--[[
Photo Album by londonali1010 (2009)

This script draws a photo album of the files in a specified directory.  Files will be displayed in order; there is currently no option to randomise.

To call this script in Conky (assuming that you have saved it as ~/scripts/photo_album.lua), use the following before TEXT:
    lua_load ~/scripts/photo_album.lua
    lua_draw_hook_pre photo_album
    
Changelog:
+ v1.0 -- Original release (03.11.2009)
]]

require 'cairo'
require 'imlib2'

-- OPTIONS
-- "album_dir" is the directory containing the images for your photo album; please note that the path must be absolute (e.g. no "~")
album_dir = "/home/ezarux/Imágenes/PNG-CARS/02/"
-- "xc" and "yc" are the coordinates of the centre of the photo album, relative to the top left corner of the Conky window, in pixels
xc, yc = 500, 170
-- "w_max" and "h_max" are the maximum dimensions, in pixels, that you want the widget to be.  The script will ensure that the photo album fits inside the box bounded by w_max and h_max
w_max, h_max = 450, 300
-- "t" is the thickness of the frame, in pixels
t = 5
-- "update_interval" is the number of Conky updates between refreshes
update_interval = 30

function get_file_to_use()
    num_files = tonumber(conky_parse("${exec ls -A " .. album_dir .. " | wc -l}"))
    if num_files == nil then num_files = 0 end
    if num_files == 0 then return "none" end
    
    updates = tonumber(conky_parse("${updates}"))
    whole = math.ceil(updates/update_interval)
    
    if whole <= num_files
    then
        num_file_to_show = whole
    else
        whole = whole % num_files
        num_file_to_show = whole
    end
    
    return conky_parse("${exec ls " .. album_dir .. " | sed -n " .. num_file_to_show .. "p}")
end

function init_drawing_surface()
    imlib_set_cache_size(4096 * 1024)
    imlib_context_set_dither(1)
end

function draw_frame()
    local cs = cairo_xlib_surface_create(conky_window.display, conky_window.drawable, conky_window.visual,  conky_window.width, conky_window.height)
    
    cr = cairo_create(cs)
    
    cairo_rectangle(cr, xc - width/2 - t, yc - height/2 - t, width + 2*t, height + 2*t)
    cairo_set_source_rgba(cr, 0, 0, 0, 0.4)
    cairo_fill(cr)   
    
    cairo_destroy(cr)
end

function draw_image()
    init_drawing_surface()
    
    image = imlib_load_image(album_dir .. filename)
    if image == nil then return end
    imlib_context_set_image(image)
    
    w_img, h_img = imlib_image_get_width(), imlib_image_get_height()
    if w_img >= h_img
    then
        width = w_max - 2*t
        height = width * (h_img/w_img)
    else
        height = h_max - 2*t
        width = height * (w_img/h_img)
    end
    
    draw_frame()
    
    buffer = imlib_create_image(width, height)
    imlib_context_set_image(buffer)
    
    imlib_blend_image_onto_image(image, 0, 0, 0, w_img, h_img, 0, 0, width, height)
    imlib_context_set_image(image)
    imlib_free_image()
    
    imlib_context_set_image(buffer)
    imlib_render_image_on_drawable(xc - width/2, yc - height/2)
    imlib_free_image()
end


function conky_photo_album()
    if conky_window == nil then return end
    filename = get_file_to_use()
    if filename == "none"
    then
        print(album_dir .. ": No files found")
    else
        draw_image()
    end
end
Cabe aclarar que las imagenes tienen que ser formato PNG(*.png). Yo utilicé el gThumb para cambiar los formatos rapido y facil.

Solo para probar los puedes guardar donde quieras solo que para llamarlos hay que poner la ruta correcta hasta el archivo.

La forma en que arranco my conky es asi:
conky -c /home/ezarux/scritpts/Probe3

/home/ezarux/scripts
es el directorio en el que tengo el archivo que como es de pruebas lo llame Probe3
 

Lil_Eddie

Bovino adolescente
#59
aki el mio es el nuevo conky estube unratote rompiendome la cebeza haciendo mi codigo y cuando entro a ba-k de new ya estaba este facil y ps lo deje Xd saludos ahi esta espero les guste la configuracion la hice ahi picandole a esa madre XD

Saludos!!!!!!!!!

 

AlexNL

Bovino maduro
#60
Mi Conky Blue

a ver que tal....=)



Código:
# Use Xft?
use_xft yes
xftfont DejaVu Sans:size=8
xftalpha 0.8
text_buffer_size 2048

# Update interval in seconds
update_interval 1

# This is the number of times Conky will update before quitting.
# Set to zero to run forever.
total_run_times 0

# Create own window instead of using desktop (required in nautilus)
own_window yes
own_window_transparent yes
own_window_type override
#own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager

# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes

# Minimum size of text area
minimum_size 150 0
#maximum_width 200

# Draw shades?
draw_shades no

# Draw outlines?
draw_outline no

# Draw borders around text
draw_borders no

# Stippled borders?
stippled_borders 0

# border margins
border_margin 5

# border width
border_width 1

# Default colors and also border colors
default_color white
#default_shade_color black
#default_outline_color white
own_window_colour white

# Text alignment, other possible values are commented
#alignment top_left
alignment top_right
#alignment bottom_left
#alignment bottom_right

# Gap between borders of screen and text
# same thing as passing -x at command line
gap_x 20
gap_y 39

# Subtract file system buffers from used memory?
no_buffers yes

# set to yes if you want all text to be in uppercase
uppercase no

# number of cpu samples to average
# set to 1 to disable averaging
cpu_avg_samples 1

# number of net samples to average
# set to 1 to disable averaging
net_avg_samples 2

# Force UTF8? note that UTF8 support required XFT
override_utf8_locale yes

# Add spaces to keep things from moving about?  This only affects certain objects.
use_spacer none

TEXT
${color 39e4ee}Sistema ${hr 1}${color white}
${voffset 2}${font OpenLogos:size=25}{${font} Ubuntu:  ${alignr}${kernel}
${font StyleBats:size=14}x${font}   Equipo:  ${alignr}${machine}
${font StyleBats:size=14}A${font}   CPU1: ${cpu cpu1}% ${alignr}${cpubar cpu1 8,60}
${font StyleBats:size=14}A${font}   CPU2: ${cpu cpu2}% ${alignr}${cpubar cpu2 8,60}
${font StyleBats:size=14}g${font}   RAM: $memperc% ${alignr}${membar 8,60}
${font StyleBats:size=14}j${font}   SWAP: $swapperc% ${alignr}${swapbar 8,60}
${font StyleBats:size=14}o${font}   Uptime : ${alignr}$uptime
${font StyleBats:size=14}l${font}   Bateria : ${alignr}${battery_time BAT0}${battery BAT0}

${color 39e4ee}Temperatura ${hr 1}${color white}

${color 39e4ee}${font weather:size=45}y ${font}${color white} ${voffset -50}
${offset 20}MB: ${alignr}${color white}${acpitemp}°C${color white}
${offset 20}CPU1: ${alignr}${color white}${execi 300 sensors | grep "Core 0" | cut -c15-16 ;}°C${color white}
${offset 20}CPU2: ${alignr}${color white}${execi 300 sensors | grep "Core 1" | cut -c15-16 ;}°C${color white}
${offset 20}${pre_exec nc localhost 7634 | sed -e 's/|[[:digit:]]\{2,4\}|C|/\n/g' | grep sda | sed -e 's/|.*|//'} ${alignr} ${hddtemp /dev/sda}°C
 

${color 39e4ee}${font StyleBats:size=16}z${font}   Procesos $alignr CPU% MEM%
${hr 1}
${color white}${top_mem name 1}$alignr${top_mem cpu 1}${top_mem mem 1}
${color white}${top_mem name 2}$alignr${top_mem cpu 2}${top_mem mem 2}
${color white}${top_mem name 3}$alignr${top_mem cpu 3}${top_mem mem 3}
${color 39e4ee}${hr 1}

${color 39e4ee}Root: ${color 019db6}Free: $color${fs_free /} ${color white}/ ${color 019db6}Total: $color${fs_size /}
${color white}${fs_bar 6 /}
${color 39e4ee}Home: ${color 019db6}Free: $color${fs_free /home} ${color white}/ ${color 019db6}Total: $color${fs_size /home}
${color white}${fs_bar 6 /home}
${color 39e4ee}Data: ${color 019db6}Free: $color${fs_free /media/Data} ${color white}/ ${color 019db6}Total: $color${fs_size /media/Data}
${color white}${fs_bar 6 /media/Podaci}
${color 39e4ee}Windows: ${color 019db6}Free: $color${fs_free /media/Alecs PC} ${color white}/ ${color 019db6}Total: $color${fs_size /media/Alecs PC}
${color white}${fs_bar 6 /media/Alecs PC}

${color 39e4ee}Network ${hr 1}

${color white}${voffset -6}${font PizzaDude Bullets:size=11}O${font}   Up: ${upspeed eth0} kb/s ${alignr}${upspeedgraph eth1 8,60}
${color white}${voffset 4}${font PizzaDude Bullets:size=11}U${font}   Down: ${downspeed eth0} kb/s ${alignr}${downspeedgraph eth1 8,60}
${color white}${voffset 4}${font PizzaDude Bullets:size=11}N${font}   Upload: ${alignr}${totalup eth0}
${color white}${voffset 4}${font PizzaDude Bullets:size=11}T${font}   Download: ${alignr}${totaldown eth0}

${color 39e4ee}Musica ${hr 1}

${color lightgrey}Escuchando:
${exec audtool current-song}
Tengo problemas para configurar la temperatura.. aver quien me orienta :p

saludos lecheros :D
jajaja :metal:
 
Arriba