<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Fun with Conky</title>
	<atom:link href="http://matthewhelmke.net/wordpress/2007/10/06/fun-with-conky/feed/" rel="self" type="application/rss+xml" />
	<link>http://matthewhelmke.net/wordpress/2007/10/06/fun-with-conky/</link>
	<description>Random things that interest me that I may want to remember later.</description>
	<pubDate>Mon, 13 Oct 2008 05:21:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Matthew Helmke (dot) Net &#187; Geek poll: what do you have open?</title>
		<link>http://matthewhelmke.net/wordpress/2007/10/06/fun-with-conky/#comment-2390</link>
		<dc:creator>Matthew Helmke (dot) Net &#187; Geek poll: what do you have open?</dc:creator>
		<pubDate>Wed, 21 May 2008 21:25:55 +0000</pubDate>
		<guid isPermaLink="false">http://matthewhelmke.net/wordpress/2007/10/06/fun-with-conky/#comment-2390</guid>
		<description>[...] with custom settings that I like to play [...]</description>
		<content:encoded><![CDATA[<p>[...] with custom settings that I like to play [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Helmke (dot) Net &#187; Fun With Conky, part 2</title>
		<link>http://matthewhelmke.net/wordpress/2007/10/06/fun-with-conky/#comment-595</link>
		<dc:creator>Matthew Helmke (dot) Net &#187; Fun With Conky, part 2</dc:creator>
		<pubDate>Sun, 20 Apr 2008 17:11:55 +0000</pubDate>
		<guid isPermaLink="false">http://matthewhelmke.net/wordpress/2007/10/06/fun-with-conky/#comment-595</guid>
		<description>[...] you will recall from my earlier blog entry, I have been having fun with Conky, a lightweight system monitor that displays output to your [...]</description>
		<content:encoded><![CDATA[<p>[...] you will recall from my earlier blog entry, I have been having fun with Conky, a lightweight system monitor that displays output to your [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Helmke (dot) Net &#187; Fun with Conky, part 3</title>
		<link>http://matthewhelmke.net/wordpress/2007/10/06/fun-with-conky/#comment-593</link>
		<dc:creator>Matthew Helmke (dot) Net &#187; Fun with Conky, part 3</dc:creator>
		<pubDate>Sun, 20 Apr 2008 17:10:26 +0000</pubDate>
		<guid isPermaLink="false">http://matthewhelmke.net/wordpress/2007/10/06/fun-with-conky/#comment-593</guid>
		<description>[...] the way back in October 2007 I made two posts about conky, a lightweight and highly configurable system monitor for your [...]</description>
		<content:encoded><![CDATA[<p>[...] the way back in October 2007 I made two posts about conky, a lightweight and highly configurable system monitor for your [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TSP</title>
		<link>http://matthewhelmke.net/wordpress/2007/10/06/fun-with-conky/#comment-464</link>
		<dc:creator>TSP</dc:creator>
		<pubDate>Thu, 17 Apr 2008 16:19:24 +0000</pubDate>
		<guid isPermaLink="false">http://matthewhelmke.net/wordpress/2007/10/06/fun-with-conky/#comment-464</guid>
		<description>&lt;p&gt;Conky is great, thanks!&lt;br /&gt; The only problem i found in gnome is when conky start's sometimes use the fonts i choose and sometimes no..is really weird and odd.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Conky is great, thanks!<br />
 The only problem i found in gnome is when conky start&#8217;s sometimes use the fonts i choose and sometimes no..is really weird and odd.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: monal</title>
		<link>http://matthewhelmke.net/wordpress/2007/10/06/fun-with-conky/#comment-150</link>
		<dc:creator>monal</dc:creator>
		<pubDate>Tue, 15 Jan 2008 13:02:31 +0000</pubDate>
		<guid isPermaLink="false">http://matthewhelmke.net/wordpress/2007/10/06/fun-with-conky/#comment-150</guid>
		<description>&lt;p&gt;You can also use texeci  (conky version 1.4.9 latest as of today) to start a separate thread for a process that takes longer.&lt;br /&gt; &lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>You can also use texeci  (conky version 1.4.9 latest as of today) to start a separate thread for a process that takes longer.
 </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matthew</title>
		<link>http://matthewhelmke.net/wordpress/2007/10/06/fun-with-conky/#comment-65</link>
		<dc:creator>matthew</dc:creator>
		<pubDate>Tue, 30 Oct 2007 10:25:28 +0000</pubDate>
		<guid isPermaLink="false">http://matthewhelmke.net/wordpress/2007/10/06/fun-with-conky/#comment-65</guid>
		<description>&lt;p&gt;Hi Josh.&lt;br /&gt; &lt;br /&gt; What I do to accomplish both is to use a small script to start conky multiple times, using multiple configuration files. In this script you can issue a command to delay starting a specific conky instance until a certain amount of time has passed. For example, I autoload/start a file in System-&#62;Preferences-&#62;Sessions, a file I called &#34;/home/matthew/conky/start_conky.sh&#34;. When you write yours, be sure to alter the permissions to make it executable. This is all that is in that file:&lt;br /&gt;&lt;br /&gt; &lt;code&gt;#!/bin/bash&lt;br /&gt; sleep 20 &#38;&#38;&lt;br /&gt; exec conky -d -c ~/conky/conkyrc_main &#38;&lt;br /&gt; sleep 22 &#38;&#38;&lt;br /&gt; exec conky -d -c ~/conky/conkyrc_weather &#38;&lt;br /&gt; exit&lt;/code&gt;&lt;br /&gt;&lt;br /&gt; The sleep commands cause a pause, in seconds, before the next command executes. Then, I run conky twice, each time calling up a different configuration file instead of the standard .conkyrc. This file starts my main conky instance 20 seconds after it is run, and the weather instance two seconds later.&lt;br /&gt; &lt;br /&gt; Play around with that for a while and see how you do. :)&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Hi Josh.</p>
<p> What I do to accomplish both is to use a small script to start conky multiple times, using multiple configuration files. In this script you can issue a command to delay starting a specific conky instance until a certain amount of time has passed. For example, I autoload/start a file in System-&gt;Preferences-&gt;Sessions, a file I called &quot;/home/matthew/conky/start_conky.sh&quot;. When you write yours, be sure to alter the permissions to make it executable. This is all that is in that file:</p>
<p> <code>#!/bin/bash<br />
 sleep 20 &amp;&amp;<br />
 exec conky -d -c ~/conky/conkyrc_main &amp;<br />
 sleep 22 &amp;&amp;<br />
 exec conky -d -c ~/conky/conkyrc_weather &amp;<br />
 exit</code></p>
<p> The sleep commands cause a pause, in seconds, before the next command executes. Then, I run conky twice, each time calling up a different configuration file instead of the standard .conkyrc. This file starts my main conky instance 20 seconds after it is run, and the weather instance two seconds later.</p>
<p> Play around with that for a while and see how you do. <img src='http://matthewhelmke.net/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://matthewhelmke.net/wordpress/2007/10/06/fun-with-conky/#comment-64</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Tue, 30 Oct 2007 10:17:28 +0000</pubDate>
		<guid isPermaLink="false">http://matthewhelmke.net/wordpress/2007/10/06/fun-with-conky/#comment-64</guid>
		<description>&lt;p&gt;O.k., I got that straightened out. Now I have a few more questions. First, How would I get conky to wait until everything else is done loading before it loads? Second how do I divide conky into separate objects on my desktop. I've seen it done on the Ubuntu Forums but couldn't figure out how they were calling up the different files.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>O.k., I got that straightened out. Now I have a few more questions. First, How would I get conky to wait until everything else is done loading before it loads? Second how do I divide conky into separate objects on my desktop. I&#8217;ve seen it done on the Ubuntu Forums but couldn&#8217;t figure out how they were calling up the different files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matthew</title>
		<link>http://matthewhelmke.net/wordpress/2007/10/06/fun-with-conky/#comment-47</link>
		<dc:creator>matthew</dc:creator>
		<pubDate>Sat, 27 Oct 2007 15:41:07 +0000</pubDate>
		<guid isPermaLink="false">http://matthewhelmke.net/wordpress/2007/10/06/fun-with-conky/#comment-47</guid>
		<description>&lt;p&gt;iva2k: Thanks for that. I've never had a problem with mine as is, but if you did, then it is likely someone else will as well. I appreciate you sharing your experience and updated file!&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>iva2k: Thanks for that. I&#8217;ve never had a problem with mine as is, but if you did, then it is likely someone else will as well. I appreciate you sharing your experience and updated file!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iva2k</title>
		<link>http://matthewhelmke.net/wordpress/2007/10/06/fun-with-conky/#comment-46</link>
		<dc:creator>iva2k</dc:creator>
		<pubDate>Sat, 27 Oct 2007 15:28:21 +0000</pubDate>
		<guid isPermaLink="false">http://matthewhelmke.net/wordpress/2007/10/06/fun-with-conky/#comment-46</guid>
		<description>&lt;p&gt;Great addition to conky!&lt;br /&gt; &lt;br /&gt; I needed some fixes in weather.xslt to address the problem with error:&lt;br /&gt; XSLT-apply-templates: could not compile select expression 'dayf/day@d='1''&lt;br /&gt; &lt;br /&gt; Search all '@' clauses and edit from &lt;br /&gt;   dayf/day@d='1'&lt;br /&gt; to &lt;br /&gt;   dayf/day[@d='1']&lt;br /&gt; (add []'s)&lt;br /&gt; &lt;br /&gt; see &lt;a href="http://www.w3schools.com/xpath/xpath_syntax.asp" title="http://www.w3schools.com/xpath/xpath_syntax.asp" rel="nofollow"&gt;www.w3schools.com/xpath/x...&lt;/a&gt; for details.&lt;br /&gt; &lt;br /&gt; Now it works fine. Here's my final weather.xslt:&lt;br /&gt; ================================================&lt;br /&gt; &#60;!-- &lt;br /&gt; &lt;br /&gt;  This XSLT is used to translate an XML response from the weather.com&lt;br /&gt;  XML API. &lt;br /&gt; &lt;br /&gt;  You can format this file to your liking. Two things you may feel &lt;br /&gt;  like doing:&lt;br /&gt; &lt;br /&gt; 	1) Modify the layout of the fields or static text already defined&lt;br /&gt; 	2) Add other fields from the XML response file that aren't referenced in this&lt;br /&gt; 	   XSLT. You can grab a full list by just doing a: &lt;br /&gt;            wget &#34;&lt;a href="http://xoap.weather.com/weather/local/$LOCID?cc=*&#38;unit=$UNITS&#34;" title="http://xoap.weather.com/weather/local/$LOCID?cc=*&#38;unit=$UNITS&#34;" rel="nofollow"&gt;xoap.weather.com/weather/...&lt;/a&gt; &lt;br /&gt;            (change $LOCID and $UNITS to suit your needs)&lt;br /&gt; &lt;br /&gt; File modified by matthew&lt;br /&gt; --&#62;&lt;br /&gt; &lt;br /&gt; &#60;xsl:stylesheet xmlns:xsl=&#34;&lt;a href="http://www.w3.org/1999/XSL/Transform&#34;" title="http://www.w3.org/1999/XSL/Transform&#34;" rel="nofollow"&gt;www.w3.org/1999/XSL/Trans...&lt;/a&gt; version=&#34;1.0&#34; &#62; &lt;br /&gt; &lt;br /&gt;  &#60;xsl:output method=&#34;text&#34; disable-output-escaping=&#34;yes&#34;/&#62;&lt;br /&gt; &lt;br /&gt;   &#60;xsl:template match=&#34;weather&#34;&#62;&lt;br /&gt;    &#60;xsl:apply-templates select=&#34;cc&#34;/&#62;&lt;br /&gt;    &#60;xsl:apply-templates select=&#34;dayf/day[@d='1']&#34;/&#62;&lt;br /&gt;   &#60;/xsl:template&#62;&lt;br /&gt;  &lt;br /&gt;   &#60;xsl:template match=&#34;cc&#34;&#62;&lt;br /&gt;    &#60;xsl:value-of select=&#34;obst&#34;/&#62;  &lt;br /&gt;    &#60;xsl:text&#62; at &#60;/xsl:text&#62;&#60;xsl:value-of select=&#34;lsup&#34;/&#62;&#60;xsl:text&#62;&lt;br /&gt; &#60;/xsl:text&#62;&lt;br /&gt;    &#60;xsl:text&#62;  Temperature: &#60;/xsl:text&#62;&#60;xsl:value-of select=&#34;tmp&#34;/&#62;&#60;xsl:value-of select=&#34;/weather/head/ut&#34;/&#62;&lt;br /&gt;    &#60;xsl:if test=&#34;tmp != flik&#34;&#62;&lt;br /&gt;     &#60;xsl:text&#62;&lt;br /&gt;   Feels Like: &#60;/xsl:text&#62;&#60;xsl:value-of select=&#34;flik&#34;/&#62;&#60;xsl:value-of select=&#34;/weather/head/ut&#34;/&#62;&lt;br /&gt;    &#60;/xsl:if&#62;&lt;br /&gt;    &#60;xsl:text&#62;&lt;br /&gt;   Conditions: &#60;/xsl:text&#62;&#60;xsl:value-of select=&#34;t&#34;/&#62;&lt;br /&gt;    &#60;xsl:text&#62;&lt;br /&gt;   Wind: &#60;/xsl:text&#62;&lt;br /&gt;    &#60;xsl:choose&#62;&lt;br /&gt; 	&#60;xsl:when test=&#34;wind/s = 'calm'&#34;&#62;&#60;xsl:text&#62;0&#60;/xsl:text&#62;&#60;/xsl:when&#62;&lt;br /&gt; 	&#60;xsl:otherwise&#62;&#60;xsl:value-of select=&#34;wind/s&#34;/&#62;&#60;/xsl:otherwise&#62;&lt;br /&gt;    &#60;/xsl:choose&#62;&lt;br /&gt;    &#60;xsl:value-of select=&#34;/weather/head/us&#34;/&#62; &lt;br /&gt;    &#60;xsl:choose&#62;&lt;br /&gt; 	&#60;xsl:when test=&#34;wind/s = 'calm'&#34;&#62;&#60;xsl:text&#62;(0mph)&#60;/xsl:text&#62;&#60;/xsl:when&#62;&lt;br /&gt; 	&#60;xsl:otherwise&#62;&#60;xsl:text&#62; &#60;/xsl:text&#62;&#60;/xsl:otherwise&#62;&lt;br /&gt;    &#60;/xsl:choose&#62;&lt;br /&gt;    &#60;xsl:text&#62; (&#60;/xsl:text&#62;&#60;xsl:value-of select=&#34;wind/t&#34;/&#62;&#60;xsl:text&#62;)&#60;/xsl:text&#62;&lt;br /&gt;    &#60;xsl:text&#62;&lt;br /&gt;   Humidity: &#60;/xsl:text&#62;&#60;xsl:value-of select=&#34;hmid&#34;/&#62;&#60;xsl:text&#62; %&lt;br /&gt;   Barometer: &#60;/xsl:text&#62;&#60;xsl:value-of select=&#34;bar/d&#34;/&#62;&lt;br /&gt;   &#60;/xsl:template&#62;&lt;br /&gt; &lt;br /&gt;   &#60;xsl:template match=&#34;dayf/day[@d='1']&#34;&#62;&lt;br /&gt;    &#60;xsl:text&#62;&lt;br /&gt;   Tomorrow: &#60;/xsl:text&#62;&#60;xsl:value-of select=&#34;low&#34;/&#62;&#60;xsl:value-of select=&#34;/weather/head/ut&#34;/&#62;&lt;br /&gt;    &#60;xsl:text&#62; to &#60;/xsl:text&#62;&#60;xsl:value-of select=&#34;hi&#34;/&#62;&#60;xsl:value-of select=&#34;/weather/head/ut&#34;/&#62;&lt;br /&gt;    &#60;xsl:text&#62;, &#60;/xsl:text&#62;&#60;xsl:value-of select=&#34;part[@p='d']/t&#34;/&#62;&lt;br /&gt;    &#60;xsl:text&#62;&lt;br /&gt;   &#60;/xsl:text&#62;&#60;xsl:value-of select=&#34;/weather/swa/a/t&#34;/&#62;&lt;br /&gt;    &#60;xsl:text&#62;&lt;br /&gt; &#60;/xsl:text&#62;&lt;br /&gt;   &#60;/xsl:template&#62;&lt;br /&gt; &lt;br /&gt; &#60;/xsl:stylesheet&#62;&lt;br /&gt; ================================================&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Great addition to conky!</p>
<p> I needed some fixes in weather.xslt to address the problem with error:<br />
 XSLT-apply-templates: could not compile select expression &#8216;dayf/day@d=&#8217;1&#8221;</p>
<p> Search all &#8216;@&#8217; clauses and edit from <br />
   dayf/day@d=&#8217;1&#8242;<br />
 to <br />
   dayf/day[@d='1']<br />
 (add []&#8217;s)</p>
<p> see <a href="http://www.w3schools.com/xpath/xpath_syntax.asp" title="http://www.w3schools.com/xpath/xpath_syntax.asp" rel="nofollow"></a><a href="http://www.w3schools.com/xpath/x.." rel="nofollow">http://www.w3schools.com/xpath/x..</a>. for details.</p>
<p> Now it works fine. Here&#8217;s my final weather.xslt:<br />
 ================================================<br />
 &lt;!&#8211; </p>
<p>  This XSLT is used to translate an XML response from the weather.com<br />
  XML API. </p>
<p>  You can format this file to your liking. Two things you may feel <br />
  like doing:</p>
<p> 	1) Modify the layout of the fields or static text already defined<br />
 	2) Add other fields from the XML response file that aren&#8217;t referenced in this<br />
 	   XSLT. You can grab a full list by just doing a: <br />
            wget &quot;<a href="http://xoap.weather.com/weather/local/$LOCID?cc=*&amp;unit=$UNITS&quot;" title="http://xoap.weather.com/weather/local/$LOCID?cc=*&amp;unit=$UNITS&quot;" rel="nofollow">xoap.weather.com/weather/&#8230;</a> <br />
            (change $LOCID and $UNITS to suit your needs)</p>
<p> File modified by matthew<br />
 &#8211;&gt;</p>
<p> &lt;xsl:stylesheet xmlns:xsl=&quot;<a href="http://www.w3.org/1999/XSL/Transform&quot;" title="http://www.w3.org/1999/XSL/Transform&quot;" rel="nofollow"></a><a href="http://www.w3.org/1999/XSL/Trans.." rel="nofollow">http://www.w3.org/1999/XSL/Trans..</a>. version=&quot;1.0&quot; &gt; </p>
<p>  &lt;xsl:output method=&quot;text&quot; disable-output-escaping=&quot;yes&quot;/&gt;</p>
<p>   &lt;xsl:template match=&quot;weather&quot;&gt;<br />
    &lt;xsl:apply-templates select=&quot;cc&quot;/&gt;<br />
    &lt;xsl:apply-templates select=&quot;dayf/day[@d='1']&quot;/&gt;<br />
   &lt;/xsl:template&gt;</p>
<p>   &lt;xsl:template match=&quot;cc&quot;&gt;<br />
    &lt;xsl:value-of select=&quot;obst&quot;/&gt;  <br />
    &lt;xsl:text&gt; at &lt;/xsl:text&gt;&lt;xsl:value-of select=&quot;lsup&quot;/&gt;&lt;xsl:text&gt;<br />
 &lt;/xsl:text&gt;<br />
    &lt;xsl:text&gt;  Temperature: &lt;/xsl:text&gt;&lt;xsl:value-of select=&quot;tmp&quot;/&gt;&lt;xsl:value-of select=&quot;/weather/head/ut&quot;/&gt;<br />
    &lt;xsl:if test=&quot;tmp != flik&quot;&gt;<br />
     &lt;xsl:text&gt;<br />
   Feels Like: &lt;/xsl:text&gt;&lt;xsl:value-of select=&quot;flik&quot;/&gt;&lt;xsl:value-of select=&quot;/weather/head/ut&quot;/&gt;<br />
    &lt;/xsl:if&gt;<br />
    &lt;xsl:text&gt;<br />
   Conditions: &lt;/xsl:text&gt;&lt;xsl:value-of select=&quot;t&quot;/&gt;<br />
    &lt;xsl:text&gt;<br />
   Wind: &lt;/xsl:text&gt;<br />
    &lt;xsl:choose&gt;<br />
 	&lt;xsl:when test=&quot;wind/s = &#8216;calm&#8217;&quot;&gt;&lt;xsl:text&gt;0&lt;/xsl:text&gt;&lt;/xsl:when&gt;<br />
 	&lt;xsl:otherwise&gt;&lt;xsl:value-of select=&quot;wind/s&quot;/&gt;&lt;/xsl:otherwise&gt;<br />
    &lt;/xsl:choose&gt;<br />
    &lt;xsl:value-of select=&quot;/weather/head/us&quot;/&gt; <br />
    &lt;xsl:choose&gt;<br />
 	&lt;xsl:when test=&quot;wind/s = &#8216;calm&#8217;&quot;&gt;&lt;xsl:text&gt;(0mph)&lt;/xsl:text&gt;&lt;/xsl:when&gt;<br />
 	&lt;xsl:otherwise&gt;&lt;xsl:text&gt; &lt;/xsl:text&gt;&lt;/xsl:otherwise&gt;<br />
    &lt;/xsl:choose&gt;<br />
    &lt;xsl:text&gt; (&lt;/xsl:text&gt;&lt;xsl:value-of select=&quot;wind/t&quot;/&gt;&lt;xsl:text&gt;)&lt;/xsl:text&gt;<br />
    &lt;xsl:text&gt;<br />
   Humidity: &lt;/xsl:text&gt;&lt;xsl:value-of select=&quot;hmid&quot;/&gt;&lt;xsl:text&gt; %<br />
   Barometer: &lt;/xsl:text&gt;&lt;xsl:value-of select=&quot;bar/d&quot;/&gt;<br />
   &lt;/xsl:template&gt;</p>
<p>   &lt;xsl:template match=&quot;dayf/day[@d='1']&quot;&gt;<br />
    &lt;xsl:text&gt;<br />
   Tomorrow: &lt;/xsl:text&gt;&lt;xsl:value-of select=&quot;low&quot;/&gt;&lt;xsl:value-of select=&quot;/weather/head/ut&quot;/&gt;<br />
    &lt;xsl:text&gt; to &lt;/xsl:text&gt;&lt;xsl:value-of select=&quot;hi&quot;/&gt;&lt;xsl:value-of select=&quot;/weather/head/ut&quot;/&gt;<br />
    &lt;xsl:text&gt;, &lt;/xsl:text&gt;&lt;xsl:value-of select=&quot;part[@p='d']/t&quot;/&gt;<br />
    &lt;xsl:text&gt;<br />
   &lt;/xsl:text&gt;&lt;xsl:value-of select=&quot;/weather/swa/a/t&quot;/&gt;<br />
    &lt;xsl:text&gt;<br />
 &lt;/xsl:text&gt;<br />
   &lt;/xsl:template&gt;</p>
<p> &lt;/xsl:stylesheet&gt;<br />
 ================================================</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matthew</title>
		<link>http://matthewhelmke.net/wordpress/2007/10/06/fun-with-conky/#comment-44</link>
		<dc:creator>matthew</dc:creator>
		<pubDate>Fri, 26 Oct 2007 15:56:34 +0000</pubDate>
		<guid isPermaLink="false">http://matthewhelmke.net/wordpress/2007/10/06/fun-with-conky/#comment-44</guid>
		<description>&lt;p&gt;Josh: you should be able to remove that line with no ill effects whatsoever.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Josh: you should be able to remove that line with no ill effects whatsoever.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.490 seconds -->
