<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>El Blog de Rafael Bucio &#187; conky</title>
	<atom:link href="http://bucio.com.mx/sobre/conky/feed/" rel="self" type="application/rss+xml" />
	<link>http://bucio.com.mx</link>
	<description>Sobre mi, sobre Linux, sobre todo lo que yo quiera :D</description>
	<lastBuildDate>Fri, 27 Aug 2010 03:10:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Mi conky</title>
		<link>http://bucio.com.mx/2009/09/mi-conky/</link>
		<comments>http://bucio.com.mx/2009/09/mi-conky/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 22:38:39 +0000</pubDate>
		<dc:creator>Rafael Bucio</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[conky]]></category>

		<guid isPermaLink="false">http://bucio.com.mx/?p=611</guid>
		<description><![CDATA[Esta son las configuraciones de mi conky, ya que @hbautista me dijo que si se lo pasaba,  y se me olvido, y pues con esto de la universidad casi no tengo mucho tiempo. [flickr: http://www.flickr.com.../] son dos conquis, que se corren con un archivo en Bash,  ejecutan a los dos conkys que tengo ocultos .conkyrc1 [...]]]></description>
			<content:encoded><![CDATA[<p>Esta son las configuraciones de mi <a href="http://bucio.com.mx/sobre/conky/">conky,</a> ya que <a href="http://twitter.com/hbautista">@hbautista</a> me dijo que si se lo pasaba,  y se me olvido, y pues con esto de la universidad casi no tengo mucho tiempo.</p>
<div class="wp-caption aligncenter" style="width: 510px"><a href="http://farm3.static.flickr.com/2622/3829889060_7b7dd9039b_o.png" rel="lightbox[611]"><img title="Conky mes de Agosto" src="http://farm3.static.flickr.com/2622/3829889060_c8416f39c7.jpg" alt="" width="500" height="313" /></a><p class="wp-caption-text">Conky mes de Agosto</p></div>
<p style="text-align: center;">[flickr: <a href="http://www.flickr.com/photos/bucio/3829889060/in/set-72157603137746237/" target="_blank">http://www.flickr.com.../</a>]</p>
<p style="text-align: left;">son dos conquis, que se corren con un archivo en <a href="http://bucio.com.mx/sobre/bash/">Bash</a>,  ejecutan a los dos conkys que tengo ocultos .conkyrc1 y .conkyrc2, este archivo en Bash, se ejecuta al arrancar, pues se guarda el código de abajo en un archivo &#8220;conkycorrer&#8221; o como quieras recuerda darle permisos de ejecución (chmod +x archivo)</p>
<p><code>conky -c  ./.conkyrc1 -d &amp;&amp; conky -c  ./.conkyrc2 -d</code></p>
<p>Puedes usar el comando sleep, para que no cargue y se trabe&#8230;<br />
Aquí están los conkys.<br />
<a href="http://works.bucio.com.mx/code/~gnu~Linux/conky/Conky_Septiembre_2009.tar.gz">Link descarga.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://bucio.com.mx/2009/09/mi-conky/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Tips para tu conky</title>
		<link>http://bucio.com.mx/2009/08/tips-para-tu-conky/</link>
		<comments>http://bucio.com.mx/2009/08/tips-para-tu-conky/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 07:22:14 +0000</pubDate>
		<dc:creator>Rafael Bucio</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Tip]]></category>
		<category><![CDATA[conky]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://bucio.com.mx/?p=591</guid>
		<description><![CDATA[Bueno, un amigo que se está involucrando con esto del linuts, e instalo la distribución de  Ubuntu, me pregunto sobre conky y esté post espero que le ayude jeje. Fuentes en tu conky. Algunos conkys lucen bien con fuentes extras, las fuentes las puedes buscar en www.dafont.com una pagina la cual recomiendo tiene muy buenas [...]]]></description>
			<content:encoded><![CDATA[<p>Bueno, un amigo que se está involucrando con esto del <a href="http://bucio.com.mx/sobre/linux/">linuts</a>, e instalo la distribución de  <a href="http://bucio.com.mx/sobre/ubuntu/">Ubuntu</a>, me pregunto sobre <a href="http://bucio.com.mx/sobre/conky/">conky</a> y esté post espero que le ayude jeje.</p>
<p><strong>Fuentes en tu conky.</strong></p>
<p>Algunos conkys lucen bien con fuentes extras, las fuentes las puedes buscar en <a href="http://dafont.com" target="_blank">www.dafont.com</a> una pagina la cual recomiendo tiene muy buenas fuentes, las descargamos e instalamos en nuestras  carpetas, usaremos el comando <code>cp</code> , para copiar la fuente y las guardamos en <code>/usr/share/fonts/truetype/</code>, un ejemplo desde la terminal:</p>
<blockquote><p><code>eva:/home/bucio# <strong>cd /fonts/</strong> <span style="color: #999999;">&lt;-- usando cd para moverme a donde tengo las fuentes</span><br />
eva:/home/bucio/fonts# <strong>cp fuente.ttf /usr/share/fonts/truetype/</strong> <span style="color: #999999;">&lt;<em>-- copiamos la fuente</em></span><br />
eva:/home/bucio/fonts# <strong>cp *.ttf /usr/share/fonts/truetype/</strong> <span style="color: #999999;"><em>&lt;-- esté comando copia todas las fuentes, el asterisco "*" llama a todos los archivos, sería como decir *.ttf, llamar a todos los .ttf<br />
</em></span></code></p></blockquote>
<p>Ahora, para mandar a llamar desde tu conky a la fuente que guardaste, sería de está forma:</p>
<blockquote><p><strong>${font Fuente:size=11}</strong> Hola <strong>${font}</strong></p></blockquote>
<div class="wp-caption aligncenter" style="width: 254px"><img title="Conky - Rafael Bucio" src="http://img514.imageshack.us/img514/1079/pantallazo407.png" alt="Conky - Rafael Bucio" width="244" height="170" /><p class="wp-caption-text">Conky - Rafael Bucio</p></div>
<p><strong>Tener dos o más conkys en tu Desktop.</strong></p>
<p>Esto es sencillo, creamos  un script <a href="http://bucio.com.mx/sobre/bash/">bash</a>, el script, lo puedes guardar con el nombre que quieras, te recomiendo que sea un archivo oculto para que después no le pase nada, y darle permisos de ejecución <strong>chmod +x tuarchivo</strong>, con el siguiente contenido:</p>
<blockquote><p><code>conky -c  ./.conkyrc1 -d &amp;&amp; conky -c  ./.conkyrc2 -d</code></p></blockquote>
<p>El cual llama a los conkys que quieras, en esté caso dos, puedes agregar dos más si quieres, los otros conkys que agregues debes modificar en donde se pondrá el conky:</p>
<blockquote><p># Pone el conky abajo medio centrado.<br />
gap_x 550<br />
gap_y 600</p></blockquote>
<p>Esté sería un conky, que muestra la fecha y tres meses dejando en medio el mes en el que nos encontramos:</p>
<div class="igBar"><span id="lc-2"><a href="#" onclick="javascript:showCodeTxt('c-2'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">C:</span>
<div id="c-2">
<div class="c">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#000000;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #339933;"># Fecha y Calendario</span></div>
</li>
<li style="font-weight: bold;color:#5E5D5D;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#000000;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #339933;"># Crear una ventana en lugar de utilizar el escritorio (requerido en nautilus)</span></div>
</li>
<li style="font-weight: bold;color:#5E5D5D;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">own_window yes</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#000000;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">own_window_type override</div>
</li>
<li style="font-weight: bold;color:#5E5D5D;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">own_window_transparent yes</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#000000;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager</div>
</li>
<li style="font-weight: bold;color:#5E5D5D;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#000000;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #339933;"># Usar doble buffering (reduce el parpadeo, puede que no funcione para todos)</span></div>
</li>
<li style="font-weight: bold;color:#5E5D5D;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">double_buffer yes</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#000000;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#5E5D5D;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #339933;"># fiddle con ventanas</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#000000;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">use_spacer right</div>
</li>
<li style="font-weight: bold;color:#5E5D5D;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#000000;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #339933;"># Usar Xft?</span></div>
</li>
<li style="font-weight: bold;color:#5E5D5D;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">use_xft yes</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#000000;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">xftfont unDotum:size=<span style="color: #cc66cc;color:#800000;">8</span></div>
</li>
<li style="font-weight: bold;color:#5E5D5D;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">xftalpha <span style="color: #cc66cc;color:#800000;">0</span>.<span style="color: #cc66cc;color:#800000;">8</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#000000;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">text_buffer_size <span style="color: #cc66cc;color:#800000;">2048</span></div>
</li>
<li style="font-weight: bold;color:#5E5D5D;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#000000;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #339933;"># Actualiza</span></div>
</li>
<li style="font-weight: bold;color:#5E5D5D;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">update_interval <span style="color: #cc66cc;color:#800000;">10</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#000000;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#5E5D5D;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #339933;"># Tamaño minimo del texto en la ventana</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#000000;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">minimum_size <span style="color: #cc66cc;color:#800000;">5</span> <span style="color: #cc66cc;color:#800000;">5</span></div>
</li>
<li style="font-weight: bold;color:#5E5D5D;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">maximum_width <span style="color: #cc66cc;color:#800000;">700</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#000000;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#5E5D5D;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #339933;"># Dibujar sombras</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#000000;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">draw_shades no</div>
</li>
<li style="font-weight: bold;color:#5E5D5D;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#000000;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #339933;"># Texto</span></div>
</li>
<li style="font-weight: bold;color:#5E5D5D;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">draw_outline no <span style="color: #339933;"># amplifies text if yes</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#000000;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">draw_borders no</div>
</li>
<li style="font-weight: bold;color:#5E5D5D;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">uppercase no <span style="color: #339933;"># set to yes if you want all text to be in uppercase</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#000000;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#5E5D5D;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #339933;"># Stippled borders?</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#000000;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">stippled_borders <span style="color: #cc66cc;color:#800000;">3</span></div>
</li>
<li style="font-weight: bold;color:#5E5D5D;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#000000;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #339933;"># bordes</span></div>
</li>
<li style="font-weight: bold;color:#5E5D5D;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">border_margin <span style="color: #cc66cc;color:#800000;">9</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#000000;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#5E5D5D;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #339933;"># ancho del borde</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#000000;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">border_width <span style="color: #cc66cc;color:#800000;">10</span></div>
</li>
<li style="font-weight: bold;color:#5E5D5D;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#000000;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #339933;"># Color para todo el texto</span></div>
</li>
<li style="font-weight: bold;color:#5E5D5D;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">default_color <span style="color: #cc66cc;color:#800000;">626262</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#000000;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#5E5D5D;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #339933;"># Alineación del texto</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#000000;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">alignment top_left</div>
</li>
<li style="font-weight: bold;color:#5E5D5D;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#000000;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #339933;"># espacio entre los borders de la pantalla</span></div>
</li>
<li style="font-weight: bold;color:#5E5D5D;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">gap_x <span style="color: #cc66cc;color:#800000;">10</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#000000;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">gap_y <span style="color: #cc66cc;color:#800000;">600</span></div>
</li>
<li style="font-weight: bold;color:#5E5D5D;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#000000;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #339933;"># después de 'TEXT' es lo que saldrá en la pantalla</span></div>
</li>
<li style="font-weight: bold;color:#5E5D5D;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#000000;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">TEXT</div>
</li>
<li style="font-weight: bold;color:#5E5D5D;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">$<span style="color: #66cc66;">&#123;</span>alignr <span style="color: #cc66cc;color:#800000;">320</span><span style="color: #66cc66;">&#125;</span>$<span style="color: #66cc66;">&#123;</span>font Dirt2 SoulStalker:size=<span style="color: #cc66cc;color:#800000;">55</span><span style="color: #66cc66;">&#125;</span>$<span style="color: #66cc66;">&#123;</span>color c0c0c0<span style="color: #66cc66;">&#125;</span>$<span style="color: #66cc66;">&#123;</span>execi <span style="color: #cc66cc;color:#800000;">3600</span> date +%A\ %B\ %d\ %Y<span style="color: #66cc66;">&#125;</span>$font</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#000000;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#5E5D5D;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">$<span style="color: #66cc66;">&#123;</span>font DejaVu Sans Mono:size=<span style="color: #cc66cc;color:#800000;">11</span><span style="color: #66cc66;">&#125;</span>$<span style="color: #66cc66;">&#123;</span>color a6a6a6<span style="color: #66cc66;">&#125;</span>$<span style="color: #66cc66;">&#123;</span>exec cal -<span style="color: #cc66cc;color:#800000;">3</span><span style="color: #66cc66;">&#125;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Esté es un ejemplo de mi escritorio usando dos conkys:</p>
<div class="wp-caption aligncenter" style="width: 510px"><a href="http://farm3.static.flickr.com/2622/3829889060_7b7dd9039b_o.png" rel="lightbox[591]"><img title="Screen de a mediado de Agosto" src="http://farm3.static.flickr.com/2622/3829889060_c8416f39c7.jpg" alt="Screen de a mediado de Agosto" width="500" height="313" /></a><p class="wp-caption-text">Screen de a mediado de Agosto</p></div>
<p>Lo que hice es guardar el script con el nombre de <strong>.corree</strong> (el punto va antes por que es un archivo oculto), y lo mande a ejecutarse cuando yo inicie seción,  <strong>Sistema --&gt; Preferencias --&gt; Seciones,</strong> le di examinar y busque el archivo .<strong>corre</strong>, como tip si se sobre carga usa el comando sleep.</p>
<p><strong>Usar doble Buffering</strong></p>
<blockquote><p><code># Usar doble buffering (reduce el parpadeo, puede que no funcione para todos)<br />
double_buffer yes</code></p></blockquote>
<p>Eso es todo por hoy :þ por que ya me dio sueño T_T, dudas mentadas y esas cosas.. bienvenidas sean jaja</p>
]]></content:encoded>
			<wfw:commentRss>http://bucio.com.mx/2009/08/tips-para-tu-conky/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>if_existing &amp; if_running at conky</title>
		<link>http://bucio.com.mx/2009/05/if_existing-if_running-at-conky/</link>
		<comments>http://bucio.com.mx/2009/05/if_existing-if_running-at-conky/#comments</comments>
		<pubDate>Mon, 18 May 2009 00:12:09 +0000</pubDate>
		<dc:creator>Rafael Bucio</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Programación]]></category>
		<category><![CDATA[conky]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://bucio.com.mx/?p=508</guid>
		<description><![CDATA[Cuando recien use conky,  me llamo la atención que me ponía dos barras de mis conexiones, eth0 y wlan0, y me puse a buscar en la página de la documentación, sobre estás variables que me hicieran más limpio mi desktop, estas son: if_running (process) if PROCESS is running, display everything $if_running and the matching $endif. [...]]]></description>
			<content:encoded><![CDATA[<p>Cuando recien use <a href="http://bucio.com.mx/category/conky/">conky</a>,  me llamo la atención que me ponía dos barras de mis conexiones, eth0 y wlan0, y me puse a buscar en la página de la <a href="http://conky.sourceforge.net/docs.html">documentación</a>, sobre estás <a href="http://conky.sourceforge.net/variables.html">variables</a> que me hicieran más limpio mi desktop, estas son:</p>
<blockquote>
<p style="padding-left: 30px;"><strong> if_running</strong> (process)<br />
if PROCESS is running, display everything $if_running and the matching $endif. This uses the ``pidof'' command, so the -x switch is also supported</p>
<p><strong>if_existing</strong> file (string)<br />
if FILE exists, display everything between if_existing and the matching $endif. The optional second paramater checks for FILE containing the specified string and prints everything between $if_existing and the matching $endif.</p></blockquote>
<p>Un ejemplo sería para mostrar solo que estoy usando, en esté caso  si mi wireless o LAN :</p>
<div class="igBar"><span id="lc-5"><a href="#" onclick="javascript:showCodeTxt('c-5'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">C:</span>
<div id="c-5">
<div class="c">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#000000;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">$<span style="color: #66cc66;">&#123;</span>if_existing /proc/net/route eth0<span style="color: #66cc66;">&#125;</span></div>
</li>
<li style="font-weight: bold;color:#5E5D5D;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#000000;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">$<span style="color: #66cc66;">&#123;</span>color white<span style="color: #66cc66;">&#125;</span>$<span style="color: #66cc66;">&#123;</span>color <span style="color: #339933;">#707070}${font size=16}${color #f4feff}${alignc} LAN: ${color #f4feff} ${addr eth0}${font}</span></div>
</li>
<li style="font-weight: bold;color:#5E5D5D;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">$<span style="color: #66cc66;">&#123;</span>color white<span style="color: #66cc66;">&#125;</span>$<span style="color: #66cc66;">&#123;</span>color <span style="color: #339933;">#707070}${downspeedgraph eth0 20,260 707070 cccccc}</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#000000;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">$<span style="color: #66cc66;">&#123;</span>color white<span style="color: #66cc66;">&#125;</span>$<span style="color: #66cc66;">&#123;</span>color <span style="color: #339933;">#707070}${upspeedgraph eth0 20,260 cccccc 707070}</span></div>
</li>
<li style="font-weight: bold;color:#5E5D5D;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#000000;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">$<span style="color: #66cc66;">&#123;</span><span style="color: #b1b100;">else</span><span style="color: #66cc66;">&#125;</span></div>
</li>
<li style="font-weight: bold;color:#5E5D5D;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">$<span style="color: #66cc66;">&#123;</span>font size=<span style="color: #cc66cc;color:#800000;">16</span><span style="color: #66cc66;">&#125;</span>$<span style="color: #66cc66;">&#123;</span>color <span style="color: #339933;">#f4feff}${alignc} WIFI: ${color #f4feff}${addr wlan0}${font}</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#000000;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">$<span style="color: #66cc66;">&#123;</span>downspeedgraph wlan0 <span style="color: #cc66cc;color:#800000;">20</span>,<span style="color: #cc66cc;color:#800000;">260</span> <span style="color: #cc66cc;color:#800000;">707070</span> cccccc<span style="color: #66cc66;">&#125;</span></div>
</li>
<li style="font-weight: bold;color:#5E5D5D;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">$<span style="color: #66cc66;">&#123;</span>upspeedgraph wlan0 <span style="color: #cc66cc;color:#800000;">20</span>,<span style="color: #cc66cc;color:#800000;">260</span> cccccc <span style="color: #cc66cc;color:#800000;">707070</span><span style="color: #66cc66;">&#125;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#000000;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">$<span style="color: #66cc66;">&#123;</span>color <span style="color: #339933;">#707070}${wireless_link_bar wlan0}</span></div>
</li>
<li style="font-weight: bold;color:#5E5D5D;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">$<span style="color: #66cc66;">&#123;</span><span style="color: #b1b100;">else</span><span style="color: #66cc66;">&#125;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#000000;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#5E5D5D;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">$<span style="color: #66cc66;">&#123;</span>endif<span style="color: #66cc66;">&#125;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Esté sería usando si corro un programa, en esté caso el amarok:</p>
<div class="igBar"><span id="lc-6"><a href="#" onclick="javascript:showCodeTxt('c-6'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">C:</span>
<div id="c-6">
<div class="c">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#000000;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">$<span style="color: #66cc66;">&#123;</span>if_running amarokapp<span style="color: #66cc66;">&#125;</span></div>
</li>
<li style="font-weight: bold;color:#5E5D5D;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">$<span style="color: #66cc66;">&#123;</span>color <span style="color: #339933;">#707070}Ahora escucho:</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#000000;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">$<span style="color: #66cc66;">&#123;</span>color <span style="color: #339933;">#707070} ${execi 10 dcop amarok player title} por ${execi 10 dcop amarok player artist} | ${execi 5 dcop amarok player currentTime}/${execi 10 dcop amarok player totalTime}</span></div>
</li>
<li style="font-weight: bold;color:#5E5D5D;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">$<span style="color: #66cc66;">&#123;</span>color <span style="color: #339933;">#707070}${execibar 1 ~/.conky/amarok progress}</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#000000;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">$<span style="color: #66cc66;">&#123;</span>color <span style="color: #339933;">#707070}Bitrate:${execi 10 dcop amarok player bitrate}kbps${alignr}Vol:${execi 10 dcop amarok player getVolume}%</span></div>
</li>
<li style="font-weight: bold;color:#5E5D5D;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">$<span style="color: #66cc66;">&#123;</span><span style="color: #b1b100;">else</span><span style="color: #66cc66;">&#125;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#000000;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">$<span style="color: #66cc66;">&#123;</span>font Invaders:size=<span style="color: #cc66cc;color:#800000;">35</span><span style="color: #66cc66;">&#125;</span>$<span style="color: #66cc66;">&#123;</span>color <span style="color: #339933;">#DEDDDF}    @C ${font}</span></div>
</li>
<li style="font-weight: bold;color:#5E5D5D;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">$<span style="color: #66cc66;">&#123;</span><span style="color: #b1b100;">else</span><span style="color: #66cc66;">&#125;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#000000;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#5E5D5D;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">$<span style="color: #66cc66;">&#123;</span>endif<span style="color: #66cc66;">&#125;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Muy bonitos los if, jeje el script en <a href="http://bucio.com.mx/category/bash/">bash</a> de amarok lo puedes encontrar la pagina de <a href="http://conky.sourceforge.net/amarok-ke49">conky</a>,  dejo un screen de mi  conky sin usar amarok y después corriendo el amarok.</p>
<div id="attachment_509" class="wp-caption aligncenter" style="width: 310px"><a href="http://bucio.com.mx/wp-content/uploads/2009/05/pantallazo-278.png" rel="lightbox[508]"><img class="size-medium wp-image-509" title="Sin Correr Amarok" src="http://bucio.com.mx/wp-content/uploads/2009/05/pantallazo-278-300x187.png" alt="Me muestra un pacman y el invader" width="300" height="187" /></a><p class="wp-caption-text">Me muestra un pacman y el invader</p></div>
<div id="attachment_510" class="wp-caption aligncenter" style="width: 310px"><a href="http://bucio.com.mx/wp-content/uploads/2009/05/pantallazo-279.png" rel="lightbox[508]"><img class="size-medium wp-image-510" title="Corriendo amarok" src="http://bucio.com.mx/wp-content/uploads/2009/05/pantallazo-279-300x187.png" alt="Me muestra ahora la rola que escucho" width="300" height="187" /></a><p class="wp-caption-text">Me muestra ahora la rola que escucho</p></div>
<p>Yo en el else, puse un tipo de fuente que encontre en dafont.com que se llama invaders por eso me muestra esos iconitos.</p>
<p><code>${font <strong><span style="color: #888888;">Invaders</span></strong>:size=35}${color #DEDDDF}    @C ${font}</code></p>
<p>Es cosa que te pongas a volar un rato para ver que más hacer.</p>
]]></content:encoded>
			<wfw:commentRss>http://bucio.com.mx/2009/05/if_existing-if_running-at-conky/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>conky Black &amp; white themes</title>
		<link>http://bucio.com.mx/2008/05/conky-black-and-white-themes/</link>
		<comments>http://bucio.com.mx/2008/05/conky-black-and-white-themes/#comments</comments>
		<pubDate>Wed, 14 May 2008 07:56:13 +0000</pubDate>
		<dc:creator>Rafael Bucio</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Programación]]></category>
		<category><![CDATA[conky]]></category>
		<category><![CDATA[gulxoc]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://thebucio.org/?p=164</guid>
		<description><![CDATA[Como instalar conky. Eh terminado unos themes para el conky los cuales me base en unos, que usaban unas fonts de windows, el cual tenía unos errores en la búsqueda de que tipo de red tienes, pero gracias al lista de las variables pude crear uno que te muestra, si tienes wlan0, (en este caso [...]]]></description>
			<content:encoded><![CDATA[<p><a title="how to install conky" href="http://bucio.com.mx/how-to-install-conky">Como instalar conky</a>.<br />
Eh terminado unos themes para el conky los cuales me base en unos, que usaban unas fonts de windows, el cual tenía unos errores en la búsqueda de que tipo de red tienes, pero gracias al lista de las <a title="Variables" href="http://conky.sourceforge.net/variables.html" target="_blank">variables</a> pude crear uno que te muestra, si tienes wlan0, (en este caso así lo tengo configurado) o eth0, el cual me quedo bien.<br />
Bueno hice un theme, para los que usamos fondos blancos y otro para los que usamos fondos oscuros, en nuestra desktop, así se ve el conky:</p>
<p style="text-align: center;"><a href="http://bucio.com.mx/wp-content/uploads/2008/05/pantallazo-98.png" rel="lightbox[123]"><img class="alignnone size-thumbnail wp-image-165" title="pantallazo-98" src="http://bucio.com.mx/wp-content/uploads/2008/05/pantallazo-98-150x150.png" alt="" width="150" height="150" /></a> <a href="http://bucio.com.mx/wp-content/uploads/2008/05/pantallazo-99.png" rel="lightbox[123]"><img class="alignnone size-thumbnail wp-image-166" title="pantallazo-99" src="http://bucio.com.mx/wp-content/uploads/2008/05/pantallazo-99-150x150.png" alt="" width="150" height="150" /></a> <a href="http://bucio.com.mx/wp-content/uploads/2008/05/pantallazo-100.png" rel="lightbox[123]"><img class="alignnone size-thumbnail wp-image-167" title="Fondo negro setsi " src="http://bucio.com.mx/wp-content/uploads/2008/05/pantallazo-100-150x150.png" alt="" width="150" height="150" /></a> <a href="http://bucio.com.mx/wp-content/uploads/2008/05/pantallazo-101.png" rel="lightbox[123]"><img class="alignnone size-thumbnail wp-image-168" title="Fondo setsi en blanco" src="http://bucio.com.mx/wp-content/uploads/2008/05/pantallazo-101-150x150.png" alt="" width="150" height="150" /></a> <a href="http://bucio.com.mx/wp-content/uploads/2008/05/pantallazo-102.png" rel="lightbox[123]"><img class="alignnone size-thumbnail wp-image-169" title="Fondo .. jeje co letras negras" src="http://bucio.com.mx/wp-content/uploads/2008/05/pantallazo-102-150x150.png" alt="" width="150" height="150" /></a></p>
<p style="text-align: center;">Bueno esas son como podría quedar el conky. ahora los archivos con el .conkyrc.</p>
<p><img src="http://bucio.com.mx/wp-includes/images/crystal/archive.png" alt="Tar.gz" width="20" height="23" /><a href="http://bucio.com.mx/wp-content/uploads/2008/05/buciconkybgblacktar.gz">Conky Thema Black</a><br />
<img src="http://bucio.com.mx/wp-includes/images/crystal/archive.png" alt="Tar.gz" width="20" height="23" /><a href="http:/bucio.com.mx/wp-content/uploads/2008/05/buciconkybgwhitetar.gz">Conky theme White</a></p>
<h2><strong><span style="color: #ff0000;">ACTUALIZADOS LINKS -- Link Exerno: <a href="http://works.bucio.com.mx/code/~gnu~Linux/conky/">http://works.bucio.com.mx/code/~gnu~Linux/conky/ </a></span></strong></h2>
<p>Instrucciones:</p>
<ol>
<li>copia las fonts a fonts:/// ( /usr/share/fonts/ )<br />
presionas alt+f2</li>
<li>reinicias o haces un "killall nautilus" lo cual es mejor</li>
<li>renombra conkyrc a ".conkyrc"  o modificas el que tienes ya.</li>
<li>entras a consola, "gedit .conkyrc" y listo te abre el conky que tienes.</li>
<li>matas a conky, para que mandes a llamarlo <img src='http://bucio.com.mx/wp-content/plugins/smilies-themer/adiumicons/biggrin.png' alt=':D' class='wp-smiley' /> <br />
killall conky &lt;-- lo matas :&lt;<br />
conky &lt;--- lo llamas <img src='http://bucio.com.mx/wp-content/plugins/smilies-themer/adiumicons/biggrin.png' alt=':D' class='wp-smiley' /> </li>
<li>vas y dejas un post diciendo me que soy wow y me queres musho.</li>
</ol>
<p>Dudas quejas o sugerencias, ahí lo postean :D... saludos <img src='http://bucio.com.mx/wp-content/plugins/smilies-themer/adiumicons/happy.png' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://bucio.com.mx/2008/05/conky-black-and-white-themes/feed/</wfw:commentRss>
		<slash:comments>37</slash:comments>
		</item>
		<item>
		<title>how to install Conky</title>
		<link>http://bucio.com.mx/2008/02/how-to-install-conky/</link>
		<comments>http://bucio.com.mx/2008/02/how-to-install-conky/#comments</comments>
		<pubDate>Mon, 25 Feb 2008 15:02:46 +0000</pubDate>
		<dc:creator>Rafael Bucio</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[conky]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://thebucio.org/how-to-install-conky/</guid>
		<description><![CDATA[El conky es un monitor de sistemas, que tiene buenas opciones tenia instalado gkrellm pero se me hacia poco elite jaja, Una de las ventajas que tiene el Conky es que puedes modificar a tu gusto y están el los repositorios no con un simple apt y listo: # apt-get install conky (en Debian) $ [...]]]></description>
			<content:encoded><![CDATA[<p>El conky es un monitor de sistemas, que tiene buenas opciones <img src='http://bucio.com.mx/wp-content/plugins/smilies-themer/adiumicons/happy.png' alt=':)' class='wp-smiley' /> tenia instalado gkrellm pero se me hacia poco elite jaja, Una de las ventajas que tiene el Conky es que puedes modificar a tu gusto <img src='http://bucio.com.mx/wp-content/plugins/smilies-themer/adiumicons/wink.png' alt=';)' class='wp-smiley' /> y están el los repositorios no con un simple apt y listo:</p>
<blockquote><p><em><span style="color: #808080;"># apt-get install conky (en Debian)<br />
$ sudo apt-get install conky (en Ubuntu)<br />
# pacman -S conky (en Arch)</span></em></p></blockquote>
<p>Ahora nadamas tecleando <strong>Conky</strong> mediante la terminal te aparecerá, pero algo extraña, para que quede nice debes buscar el archivo oculto <strong>.conkyrc</strong> que desde ahí podrás editar tu conky, se encuentra en /home/tuusuario/.conkyrc, para ver los archivos ocultos, control +H, bueno ahora a editarlo, te puedes guiar de la <a title="Conky examples" href="http://conky.sourceforge.net/screenshots.html" target="_blank">pagina Oficial</a> donde tienen unos ejemplos, muy bonitos y las <a title="Variables" href="http://conky.sourceforge.net/variables.html" target="_blank">variables</a> las tienen también en la pagina, bueno, yo tengo el mio que es este:</p>
<p><a title="Conky" href="http://bucio.com.mx/wp-content/uploads/2008/02/pantallazo-49.png" rel="lightbox[96]"></a></p>
<p style="text-align: center"><a title="Conky" href="http://bucio.com.mx/wp-content/uploads/2008/02/pantallazo-49.png" rel="lightbox[96]"><img src="http://bucio.com.mx/wp-content/uploads/2008/02/pantallazo-49.png" alt="Conky" width="373" height="483" /></a></p>
<p>Bueno este es el codigo:</p>
<blockquote><p><span style="color: #999999;"><em>background yes<br />
cpu_avg_samples 2<br />
net_avg_samples 2<br />
out_to_console no<br />
use_xft yes<br />
xftfont  Bitstream Vera Sans Mono:size=7.9<br />
own_window      yes<br />
own_window_transparent yes<br />
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager<br />
own_window_type normal<br />
xftalpha 0.8<br />
update_interval 1.0<br />
double_buffer yes<br />
minimum_size 10 10<br />
maximum_width 320<br />
draw_shades no<br />
draw_outline yes<br />
draw_borders no<br />
stippled_borders 2<br />
border_width 1<br />
default_color lightslategrey<br />
default_shade_color white<br />
default_outline_color black<br />
alignment bottom_right<br />
use_spacer yes<br />
no_buffers yes<br />
uppercase no</em></span></p>
<p><span style="color: #999999;"><em>TEXT<br />
${color #FFFFFF}Aboutme: http://bucio.com.mx  Mail: rafael@bucio.com.mx<br />
${color #FFFFFF}Ubuntu Linux 7.10: $kernel</em></span></p>
<p><span style="color: #999999;"><em>${color #FFFFFF}CPU $color ${cpu cpu1}%      ${color #c0c0c0}Uptime:$color $uptime ${color #FFFFFF}     Temp: $color ${acpitemp}cº<br />
${color #FFFFFF}${cpugraph cpu1 000000 c0c0c0}<br />
${color #FFFFFF}Procs:$color $processes ${color #FFFFFF}Running:$color $running_processes</em></span></p>
<p><span style="color: #999999;"><em>${color #FFFFFF}Ram Usada:<br />
$color $mem/$memmax - ${color #c0c0c0}$memperc% $membar</em></span></p>
<p><span style="color: #999999;"><em>${color #FFFFFF}Espacio libre:<br />
${color}Ubuntu     ${color}${fs_used /}/${fs_size /}${alignr}${color #c0c0c0}${fs_bar 5,120 /}</em></span></p>
<p><span style="color: #999999;"><em>${color #FFFFFF}CPU Activos:<br />
${color #FFFFFF}Name              PID     CPU%   MEM%<br />
$color ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}<br />
$color ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}<br />
$color ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}<br />
$color ${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4}<br />
$color ${top name 5} ${top pid 5} ${top cpu 5} ${top mem 5}</em></span></p>
<p><span style="color: #999999;"><em>${color #FFFFFF}RAM Activos:<br />
$color ${top_mem name 1} ${top_mem pid 1} ${top_mem cpu 1} ${top_mem mem 1}<br />
$color ${top_mem name 2} ${top_mem pid 2} ${top_mem cpu 2} ${top_mem mem 2}<br />
$color ${top_mem name 3} ${top_mem pid 3} ${top_mem cpu 3} ${top_mem mem 3}<br />
$color ${top_mem name 4} ${top_mem pid 4} ${top_mem cpu 4} ${top_mem mem 4}<br />
$color ${top_mem name 5} ${top_mem pid 5} ${top_mem cpu 5} ${top_mem mem 5}</em></span></p>
<p><span style="color: #999999;"><em>${color #FFFFFF}Ethernet: eth0 - ${addr eth0}<br />
${color #FFFFFF}Net Down:$color ${downspeed eth0} k/s${color #FFFFFF} ${offset 62}Net Up:$color ${upspeed eth0} k/s<br />
${color #FFFFFF}${downspeedgraph eth0 32,150 104E8B FFFFFF} $alignr${color #FFFFFF}${upspeedgraph eth0 32,150 104E8B FFFFFF}<br />
${color #FFFFFF}WIFI: eth1 - ${addr eth1}<br />
${color #FFFFFF}Net Down:$color ${downspeed eth1} k/s${color #FFFFFF} ${offset 62}Net Up:$color ${upspeed eth1} k/s<br />
${color #FFFFFF}${downspeedgraph eth1 32,150 104E8B c0c0c0} $alignr${color #FFFFFF}${upspeedgraph eth1 32,150 104E8B FFFFFF}</em></span></p>
<p><span style="color: #999999;"><em>${color #FFFFFF}Port(s)${alignr}#Connexiones<br />
$color ALL:     ${alignr}$color ${tcp_portmon 1 65535 count}<br />
$color html:     ${alignr}$color ${tcp_portmon 80 80 count}<br />
$color sshd:    ${alignr}$color ${tcp_portmon 22 22 count}<br />
$color replicator: ${alignr}$color ${tcp_portmon 8080 8080 count}</em></span></p>
<p><span style="color: #999999;"><em>${color #FFFFFF}Puerto(s)${alignr}#INPUT<br />
${color #FFFFFF}Direccion Remota ${alignr} Local Service/Port$color<br />
${tcp_portmon 1 65535 rhost 0} ${alignr} ${tcp_portmon 1 65535 lservice 0}<br />
${tcp_portmon 1 65535 rhost 1} ${alignr} ${tcp_portmon 1 65535 lservice 1}<br />
${tcp_portmon 1 65535 rhost 2} ${alignr} ${tcp_portmon 1 65535 lservice 2}<br />
${tcp_portmon 1 65535 rhost 3} ${alignr} ${tcp_portmon 1 65535 lservice 3}<br />
${tcp_portmon 1 65535 rhost 4} ${alignr} ${tcp_portmon 1 65535 lservice 4}<br />
${tcp_portmon 1 65535 rhost 5} ${alignr} ${tcp_portmon 1 65535 lservice 5}<br />
${color #FFFFFF}Puerto(s)${alignr}#INPUT<br />
${color #FFFFFF}Direccion Remota ${alignr} Local Service/Port$color ${tcp_portmon 1 65535 rhost 0} ${alignr} ${tcp_portmon 1 65535 rservice 0}<br />
${tcp_portmon 1 65535 rhost 1} ${alignr} ${tcp_portmon 1 65535 rservice 1}<br />
${tcp_portmon 1 65535 rhost 2} ${alignr} ${tcp_portmon 1 65535 rservice 2}<br />
${tcp_portmon 1 65535 rhost 3} ${alignr} ${tcp_portmon 1 65535 rservice 3}<br />
${tcp_portmon 1 65535 rhost 4} ${alignr} ${tcp_portmon 1 65535 rservice 4}<br />
${tcp_portmon 1 65535 rhost 5} ${alignr} ${tcp_portmon 1 65535 rservice 5}</em></span></p></blockquote>
<p>Bueno, espero que les quede nice el de ustedes :&gt;  Saludos</p>
]]></content:encoded>
			<wfw:commentRss>http://bucio.com.mx/2008/02/how-to-install-conky/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
	</channel>
</rss>
