<?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>Vladzur&#039;s Blog &#187; Conky</title>
	<atom:link href="http://vladzur.sangrederosas.cl/tag/conky/feed/" rel="self" type="application/rss+xml" />
	<link>http://vladzur.sangrederosas.cl</link>
	<description>Sobre PHP, Ubuntu, CakePHP y otras cosas</description>
	<lastBuildDate>Mon, 26 Jul 2010 19:06:54 +0000</lastBuildDate>
	<language>es</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Instalar Conky en tu escritorio</title>
		<link>http://vladzur.sangrederosas.cl/2009/09/08/instalar-conky-en-tu-escritorio/</link>
		<comments>http://vladzur.sangrederosas.cl/2009/09/08/instalar-conky-en-tu-escritorio/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 18:27:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Conky]]></category>
		<category><![CDATA[Gnome]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://vladzur.wordpress.com/?p=32</guid>
		<description><![CDATA[Una herramienta para monitorear tu sistema, debe ser liviana y atractiva, aquí te propongo usar Conky Se instala fácilmente desde los repositorios. sudo apt-get install conky Luego debes crear un archivo de configuración en tu directorio personal, debe llamarse &#8220;.conkyrc&#8221;. Las configuraciones para este archivo las puedes encontrar en la sección de screenshots del sitio [...]]]></description>
			<content:encoded><![CDATA[<p>Una herramienta para monitorear tu sistema, debe ser liviana y atractiva, aquí te propongo usar <a title="Conky" href="http://conky.sourceforge.net/" target="_blank">Conky</a></p>
<p>Se instala fácilmente desde los repositorios.<br />
<code>sudo apt-get install conky</code><br />
Luego debes crear un archivo de configuración en tu directorio personal, debe llamarse &#8220;.conkyrc&#8221;. Las configuraciones para este archivo las puedes encontrar en la sección de <a title="Conky - Screenshots" href="http://conky.sourceforge.net/screenshots.html" target="_blank">screenshots</a> del sitio de Conky.</p>
<p>Yo personalmente uso esta configuración:<br />
<!--DEVFMTCODE--><pre class="devcodeblock" title="Bash"><div class="devcodeoverflow"><ol><li><span style="color: #666666; font-style: italic;"># maintain spacing between certain elements</span></li><li><span style="color: #666666; font-style: italic;"># Update interval in seconds</span></li><li>update_interval <span style="color: #000000;">2</span></li><li>&nbsp;</li><li> <span style="color: #666666; font-style: italic;"># Create own window instead of using desktop (required in nautilus)</span></li><li>own_window <span style="color: #c20cb9; font-weight: bold;">yes</span></li><li>own_window_transparent <span style="color: #c20cb9; font-weight: bold;">yes</span></li><li>own_window_type override</li><li>&nbsp;</li><li><span style="color: #666666; font-style: italic;"># Use double buffering (reduces flicker, may not work for everyone)</span></li><li>double_buffer <span style="color: #c20cb9; font-weight: bold;">yes</span></li><li>&nbsp;</li><li><span style="color: #666666; font-style: italic;"># Minimum size of text area</span></li><li>minimum_size <span style="color: #000000;">150</span> <span style="color: #000000;">5</span></li><li>&nbsp;</li><li><span style="color: #666666; font-style: italic;">#send to background</span></li><li>background <span style="color: #c20cb9; font-weight: bold;">yes</span></li><li>&nbsp;</li><li><span style="color: #666666; font-style: italic;"># Draw shades?</span></li><li>draw_shades <span style="color: #c20cb9; font-weight: bold;">yes</span></li><li>&nbsp;</li><li><span style="color: #666666; font-style: italic;"># Draw outlines?</span></li><li>draw_outline no <span style="color: #666666; font-style: italic;"># amplifies text</span></li><li>&nbsp;</li><li><span style="color: #666666; font-style: italic;"># Draw borders around text</span></li><li>draw_borders no</li><li>&nbsp;</li><li><span style="color: #666666; font-style: italic;"># Stippled borders?</span></li><li>stippled_borders <span style="color: #000000;">0</span></li><li>&nbsp;</li><li><span style="color: #666666; font-style: italic;"># border margins</span></li><li>border_margin <span style="color: #000000;">1</span></li><li>&nbsp;</li><li><span style="color: #666666; font-style: italic;"># border width</span></li><li>border_width <span style="color: #000000;">1</span></li><li>&nbsp;</li><li><span style="color: #666666; font-style: italic;"># Default colors and also border colors, grey90 == #e5e5e5</span></li><li>default_color grey90</li><li>default_shade_color black</li><li>default_outline_color DarkGrey</li><li>&nbsp;</li><li><span style="color: #666666; font-style: italic;"># Text alignment, other possible values are commented</span></li><li><span style="color: #666666; font-style: italic;">#alignment top_left</span></li><li>alignment top_right</li><li><span style="color: #666666; font-style: italic;">#alignment bottom_left</span></li><li><span style="color: #666666; font-style: italic;">#alignment bottom_right</span></li><li><span style="color: #666666; font-style: italic;">#747574</span></li><li>&nbsp;</li><li><span style="color: #666666; font-style: italic;"># Gap between borders of screen and text</span></li><li>gap_x <span style="color: #000000;">9</span></li><li>gap_y <span style="color: #000000;">60</span></li><li>&nbsp;</li><li><span style="color: #666666; font-style: italic;"># Subtract file system buffers from used memory?</span></li><li>no_buffers <span style="color: #c20cb9; font-weight: bold;">yes</span></li><li>&nbsp;</li><li><span style="color: #666666; font-style: italic;"># set to yes if you want all text to be in uppercase</span></li><li>uppercase no</li><li>&nbsp;</li><li><span style="color: #666666; font-style: italic;"># stuff after 'TEXT' will be formatted on screen</span></li><li>&nbsp;</li><li>TEXT</li><li><span style="color: #800000;">${color #ffcb48}</span><span style="color: #800000;">${color #ffcb48}</span><span style="color: #000000; font-weight: bold;">&amp;</span>nbsp; <span style="color: #800000;">${nodename}</span> <span style="color: #800000;">${machine}</span></li><li><span style="color: #800000;">${color #98c2c7}</span>Uptime: <span style="color: #800000;">${color white}</span><span style="color: #800000;">${uptime}</span></li><li>&nbsp;</li><li><span style="color: #800000;">${color #98c2c7}</span>Bateria: <span style="color: #800000;">${color white}</span><span style="color: #800000;">${battery}</span></li><li>&nbsp;</li><li><span style="color: #800000;">${color #98c2c7}</span>Kernel: <span style="color: #800000;">${color white}</span><span style="color: #800000;">${kernel}</span></li><li><span style="color: #800000;">${color #98c2c7}</span>Fecha: <span style="color: #800000;">${color white}</span><span style="color: #800000;">${time %A,%d %B}</span></li><li><span style="color: #800000;">${color #98c2c7}</span>Hora: <span style="color: #800000;">${color white}</span><span style="color: #800000;">${time %k:%M}</span><span style="color: #800000;">${alignr}</span></li><li>&nbsp;</li><li><span style="color: #800000;">${color #ffcb48}</span>PROCESANDO<span style="color: #007800;">$color</span></li><li><span style="color: #800000;">${color #98c2c7}</span>CPU:<span style="color: #800000;">${color }</span> <span style="color: #007800;">$cpu</span> <span style="color: #000000; font-weight: bold;">%</span> <span style="color: #800000;">${color #78af78}</span></li><li>Core <span style="color: #000000;">1</span></li><li><span style="color: #800000;">${cpubar cpu1 4,158}</span></li><li>Core <span style="color: #000000;">2</span></li><li><span style="color: #800000;">${cpubar cpu2 4,158}</span></li><li>&nbsp;</li><li><span style="color: #800000;">${color white}</span>USO DE PROCESADOR</li><li><span style="color: #800000;">${color #98c2c7}</span>APLICACION<span style="color: #000000; font-weight: bold;">&amp;</span>nbsp;<span style="color: #000000; font-weight: bold;">&amp;</span>nbsp;<span style="color: #000000; font-weight: bold;">&amp;</span>nbsp;<span style="color: #000000; font-weight: bold;">&amp;</span>nbsp;<span style="color: #000000; font-weight: bold;">&amp;</span>nbsp;<span style="color: #000000; font-weight: bold;">&amp;</span>nbsp;<span style="color: #000000; font-weight: bold;">&amp;</span>nbsp;<span style="color: #000000; font-weight: bold;">&amp;</span>nbsp; CPU<span style="color: #000000; font-weight: bold;">%&amp;</span>nbsp;<span style="color: #000000; font-weight: bold;">&amp;</span>nbsp;<span style="color: #000000; font-weight: bold;">&amp;</span>nbsp;<span style="color: #000000; font-weight: bold;">&amp;</span>nbsp;<span style="color: #000000; font-weight: bold;">&amp;</span>nbsp;<span style="color: #000000; font-weight: bold;">&amp;</span>nbsp; <span style="color: #000000; font-weight: bold;">&amp;</span>nbsp;</li><li><span style="color: #800000;">${color #e5e5e5}</span><span style="color: #800000;">${top name 1}</span><span style="color: #000000; font-weight: bold;">&amp;</span>nbsp;<span style="color: #000000; font-weight: bold;">&amp;</span>nbsp; <span style="color: #800000;">${top cpu 1}</span><span style="color: #000000; font-weight: bold;">&amp;</span>nbsp;<span style="color: #000000; font-weight: bold;">&amp;</span>nbsp; <span style="color: #000000; font-weight: bold;">&amp;</span>nbsp;</li><li><span style="color: #800000;">${color #c4c4c4}</span><span style="color: #800000;">${top name 2}</span><span style="color: #000000; font-weight: bold;">&amp;</span>nbsp;<span style="color: #000000; font-weight: bold;">&amp;</span>nbsp; <span style="color: #800000;">${top cpu 2}</span></li><li><span style="color: #800000;">${color #a3a3a3}</span><span style="color: #800000;">${top name 3}</span><span style="color: #000000; font-weight: bold;">&amp;</span>nbsp;<span style="color: #000000; font-weight: bold;">&amp;</span>nbsp; <span style="color: #800000;">${top cpu 3}</span></li><li><span style="color: #800000;">${color #828282}</span><span style="color: #800000;">${top name 4}</span><span style="color: #000000; font-weight: bold;">&amp;</span>nbsp;<span style="color: #000000; font-weight: bold;">&amp;</span>nbsp; <span style="color: #800000;">${top cpu 4}</span></li><li>&nbsp;</li><li><span style="color: #800000;">${color white}</span>USO DE MEMORIA</li><li><span style="color: #800000;">${color #98c2c7}</span>APLICACION<span style="color: #000000; font-weight: bold;">&amp;</span>nbsp;<span style="color: #000000; font-weight: bold;">&amp;</span>nbsp; <span style="color: #000000; font-weight: bold;">&amp;</span>nbsp;<span style="color: #000000; font-weight: bold;">&amp;</span>nbsp;<span style="color: #000000; font-weight: bold;">&amp;</span>nbsp;<span style="color: #000000; font-weight: bold;">&amp;</span>nbsp; RAM<span style="color: #000000; font-weight: bold;">%</span></li><li><span style="color: #800000;">${color #e5e5e5}</span><span style="color: #800000;">${top_mem name 1}</span><span style="color: #000000; font-weight: bold;">&amp;</span>nbsp;<span style="color: #000000; font-weight: bold;">&amp;</span>nbsp; <span style="color: #800000;">${top_mem mem 1}</span></li><li><span style="color: #800000;">${color #c4c4c4}</span><span style="color: #800000;">${top_mem name 2}</span><span style="color: #000000; font-weight: bold;">&amp;</span>nbsp;<span style="color: #000000; font-weight: bold;">&amp;</span>nbsp; <span style="color: #800000;">${top_mem mem 2}</span></li><li><span style="color: #800000;">${color #a3a3a3}</span><span style="color: #800000;">${top_mem name 3}</span><span style="color: #000000; font-weight: bold;">&amp;</span>nbsp;<span style="color: #000000; font-weight: bold;">&amp;</span>nbsp; <span style="color: #800000;">${top_mem mem 3}</span></li><li><span style="color: #800000;">${color #828282}</span><span style="color: #800000;">${top_mem name 4}</span><span style="color: #000000; font-weight: bold;">&amp;</span>nbsp;<span style="color: #000000; font-weight: bold;">&amp;</span>nbsp; <span style="color: #800000;">${top_mem mem 4}</span></li><li>&nbsp;</li><li><span style="color: #800000;">${color #98c2c7}</span><span style="color: #7a0874; font-weight: bold;">&#91;</span>RAM<span style="color: #7a0874; font-weight: bold;">&#93;</span>:<span style="color: #800000;">${color}</span><span style="color: #007800;">$memperc</span><span style="color: #000000; font-weight: bold;">%</span> <span style="color: #800000;">${color #78af78}</span><span style="color: #007800;">$mem</span><span style="color: #000000; font-weight: bold;">/</span><span style="color: #007800;">$memmax</span></li><li><span style="color: #800000;">${membar 4,158}</span></li><li><span style="color: #800000;">${color #98c2c7}</span><span style="color: #7a0874; font-weight: bold;">&#91;</span>SWAP<span style="color: #7a0874; font-weight: bold;">&#93;</span>:<span style="color: #800000;">${color}</span><span style="color: #007800;">$swapperc</span><span style="color: #000000; font-weight: bold;">%</span> <span style="color: #007800;">$swap</span><span style="color: #000000; font-weight: bold;">/</span><span style="color: #007800;">$swapmax</span></li><li><span style="color: #800000;">${swapbar 4,158}</span></li><li><span style="color: #800000;">${color #98c2c7}</span><span style="color: #7a0874; font-weight: bold;">&#91;</span>ROOT<span style="color: #7a0874; font-weight: bold;">&#93;</span>:<span style="color: #800000;">${color}</span><span style="color: #800000;">${color #78af78}</span> <span style="color: #800000;">${fs_free /}</span><span style="color: #800000;">${color #78af78}</span><span style="color: #000000; font-weight: bold;">/</span><span style="color: #800000;">${fs_size /}</span></li><li><span style="color: #800000;">${fs_bar 4,158 /}</span></li></ol></div></pre><!--END_DEVFMTCODE--></p>
<p>Si pones Conky como carga automática al inicio de tu sesión, debes ponerle un retardo, para que pueda capturar correctamente el area del escritorio donde se mostrará.<br />
<!--DEVFMTCODE--><pre class="devcodeblock" title="Bash"><div class="devcodeoverflow"><ol><li><span style="color: #666666; font-style: italic;">#!/bin/sh</span></li><li><span style="color: #c20cb9; font-weight: bold;">sleep</span> <span style="color: #000000;">30</span></li><li>conky</li></ol></div></pre><!--END_DEVFMTCODE--><br />
Puedes llamar a este archivo algo como &#8220;conky_loader.sh&#8221; y luego lo cargas al inicio de tu sesión.</p>
<p><a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F09%2F08%2Finstalar-conky-en-tu-escritorio%2F&amp;linkname=Instalar%20Conky%20en%20tu%20escritorio" title="Digg" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F09%2F08%2Finstalar-conky-en-tu-escritorio%2F&amp;linkname=Instalar%20Conky%20en%20tu%20escritorio" title="Facebook" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F09%2F08%2Finstalar-conky-en-tu-escritorio%2F&amp;linkname=Instalar%20Conky%20en%20tu%20escritorio" title="Delicious" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F09%2F08%2Finstalar-conky-en-tu-escritorio%2F&amp;linkname=Instalar%20Conky%20en%20tu%20escritorio" title="Twitter" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p><p><a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F09%2F08%2Finstalar-conky-en-tu-escritorio%2F&amp;linkname=Instalar%20Conky%20en%20tu%20escritorio" title="Digg" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F09%2F08%2Finstalar-conky-en-tu-escritorio%2F&amp;linkname=Instalar%20Conky%20en%20tu%20escritorio" title="Facebook" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F09%2F08%2Finstalar-conky-en-tu-escritorio%2F&amp;linkname=Instalar%20Conky%20en%20tu%20escritorio" title="Delicious" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fvladzur.sangrederosas.cl%2F2009%2F09%2F08%2Finstalar-conky-en-tu-escritorio%2F&amp;linkname=Instalar%20Conky%20en%20tu%20escritorio" title="Twitter" rel="nofollow" target="_blank"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://vladzur.sangrederosas.cl/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://vladzur.sangrederosas.cl/2009/09/08/instalar-conky-en-tu-escritorio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
