<?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/"
	>

<channel>
	<title>Conner's Blog &#187; conky</title>
	<atom:link href="http://connermccall.com/topic/conky/feed/" rel="self" type="application/rss+xml" />
	<link>http://connermccall.com</link>
	<description>asking questions and failing to answer them</description>
	<pubDate>Tue, 06 Jan 2009 23:07:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Great Conky Tutorial</title>
		<link>http://connermccall.com/20080822/great-conky-tutorial/</link>
		<comments>http://connermccall.com/20080822/great-conky-tutorial/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 16:37:31 +0000</pubDate>
		<dc:creator>Conner</dc:creator>
		
		<category><![CDATA[Technology]]></category>

		<category><![CDATA[conky]]></category>

		<category><![CDATA[Links]]></category>

		<category><![CDATA[linux]]></category>

		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://connermccall.com/?p=244</guid>
		<description><![CDATA[I just discovered this wonderful conky tutorial at Linux Owns.  I am planning on writing up a tutorial combining this one and my Compiz tutorial so it works well in Compiz.  Of course if you don&#8217;t use different wallpapers on each desktop, linuxown&#8217;s tutorial is a good starting point.
Linux Owns - Create a Custom Conky [...]]]></description>
			<content:encoded><![CDATA[<p>I just discovered <a title="Custom Conky Setup" href="http://linuxowns.wordpress.com/2008/04/04/create-a-custum-conky-setup/">this </a>wonderful conky tutorial at <a href="http://linuxowns.wordpress.com">Linux Owns</a>.  I am planning on writing up a tutorial combining this one and my Compiz tutorial so it works well in Compiz.  Of course if you don&#8217;t use different wallpapers on each desktop, linuxown&#8217;s tutorial is a good starting point.</p>
<p><a href="http://linuxowns.wordpress.com/2008/04/04/create-a-custum-conky-setup/">Linux Owns - Create a Custom Conky Setup<br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://connermccall.com/20080822/great-conky-tutorial/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Conky with Compiz</title>
		<link>http://connermccall.com/20080729/conky-with-compiz/</link>
		<comments>http://connermccall.com/20080729/conky-with-compiz/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 21:53:37 +0000</pubDate>
		<dc:creator>Conner</dc:creator>
		
		<category><![CDATA[Technology]]></category>

		<category><![CDATA[compiz]]></category>

		<category><![CDATA[conky]]></category>

		<category><![CDATA[guides]]></category>

		<category><![CDATA[linux]]></category>

		<category><![CDATA[ubunutu]]></category>

		<guid isPermaLink="false">http://connermccall.com/?p=124</guid>
		<description><![CDATA[Yesterday I wrote about compiling conky from source.  Today I want to give a quick rundown on how I set up conky to run with Compiz Fusion with multiple desktops.
First, this doesn&#8217;t work perfectly, unfortunately conky uses pseudo transparency, which means it draws it&#8217;s own background.  This means that if you run one conky instance [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I wrote about compiling conky from source.  Today I want to give a quick rundown on how I set up conky to run with Compiz Fusion with multiple desktops.</p>
<p>First, this doesn&#8217;t work perfectly, unfortunately conky uses pseudo transparency, which means it draws it&#8217;s own background.  This means that if you run one conky instance it will draw the first background it finds.  Which is fine until you use multiple background.  This causes conky to have the first desktops background on any other desktops you move to.  Looks kind of funny.</p>
<p>First a caveat, by using this method you will no longer have desktop icons.  If this is a problem for you, this method won&#8217;t be your best solution.</p>
<p>First the windows settings in my conkyrc:<br />
<code><br />
own_window yes<br />
own_window_hints undecorated<br />
own_window_type normal<br />
own_window_transparent no<br />
</code></p>
<p>This lets conky draw inside it&#8217;s own window, does not show borders, and draws a background.<br />
Second you should Nautilus from drawing your desktop.  This is also what keeps you from having icons.  Run<br />
<em>gconf</em> and go to apps>nautilus>preferences and unpick &#8220;show_desktop&#8221;</p>
<p>At this point you could quit, but conky will be in your taskbar, and won&#8217;t have transparency.  So the next step is to make changes to your compiz settings. Go to System>Preferences>CompizConfig Settings Manager.  (If you do not have this entry run <em>sudo apt-get compizconfig-settings-manager</em>)</p>
<p>First go to Window Management and select Window Rules.  In each of the following boxes add the following entry &#8220;class=Conky&#8221;.  Skip Taskbar, Skip Pager, Below, Sticky, None movable windows, Non resizable windows, Non minimizable windows, Non Maximizable windows, None closable windows, and No Focus.  This will force conky to remain below your windows and sit on all desktops. </p>
<p>Next set some transparency.  Click back, then General Options.  Choose the Opacity Settings Tab, and choose New under Window Opacities.  Under the option Opacity windows put class=Conky.  For the window values I use 50, but you can play with this until it suits you.  </p>
<p>Now conky should meld well with your desktop, and allow you to have different backgrounds on each desktop.  </p>
]]></content:encoded>
			<wfw:commentRss>http://connermccall.com/20080729/conky-with-compiz/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Build Conky From Source in Ubuntu</title>
		<link>http://connermccall.com/20080728/build-conky-from-source-in-ubuntu/</link>
		<comments>http://connermccall.com/20080728/build-conky-from-source-in-ubuntu/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 23:38:33 +0000</pubDate>
		<dc:creator>Conner</dc:creator>
		
		<category><![CDATA[Technology]]></category>

		<category><![CDATA[administration]]></category>

		<category><![CDATA[conky]]></category>

		<category><![CDATA[how-to]]></category>

		<category><![CDATA[linux]]></category>

		<category><![CDATA[performance]]></category>

		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://connermccall.com/?p=122</guid>
		<description><![CDATA[I&#8217;ve been using conky for about a week now, and I kept noticing that it would use approximatly 1-5% of my cpu quite frequently.  Not that I don&#8217;t have the cpu cycles to spare, but that seemed a little goofy.  I messed around with the .conkyrc configuration file but it still seemed to take up [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using <a title="Conky's Home Page" href="http://conky.sourceforge.net/">conky</a> for about a week now, and I kept noticing that it would use approximatly 1-5% of my cpu quite frequently.  Not that I don&#8217;t have the cpu cycles to spare, but that seemed a little goofy.  I messed around with the .conkyrc configuration file but it still seemed to take up a bit too much of my cpu.</p>
<p>Falling back to my days of Gentoo, I decided that the best thing to try would be to build conky from source. Here are the steps I took on Ubuntu 8.04 amd64.  First I downloaded the source, this should be done from conky&#8217;s website.  I downloaded the latest version which is 1.5.  Then I extracted the source file I downloaded the .tar.bz file so I used the following command.</p>
<p style="padding-left: 30px;">tar -xjf conky-1.6.0.tar.bz2</p>
<p>I then moved into the directory created using cd</p>
<p style="padding-left: 30px;">cd conky-1.6.0/</p>
<p>These are the configure options I used.</p>
<p style="padding-left: 30px;">./configure &#8211;enable-wlan &#8211;enable-nvidia &#8211;enable-rss &#8211;enable-network</p>
<p>Conky&#8217;s configure is excellent, it runs quickly and gives you a list of all the options that have been enabled. Review this file and be sure that everything you want conky to be able to do is enabled.</p>
<p>Then run the compile</p>
<p style="padding-left: 30px;">make</p>
<p>Then Install</p>
<p style="padding-left: 30px;">sudo make install</p>
<p>There you are done and you should find conky runs smoother on your system.  Of course this isn&#8217;t guaranteed but it can&#8217;t hurt.</p>
]]></content:encoded>
			<wfw:commentRss>http://connermccall.com/20080728/build-conky-from-source-in-ubuntu/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
