<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Widgets in Conky? It can be done!</title>
	<atom:link href="http://blog.conky.be/2009/10/19/widgets-in-conky-it-can-be-done/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.conky.be/2009/10/19/widgets-in-conky-it-can-be-done/</link>
	<description>The Official Blog for Conky, a Lightweight System Monitor</description>
	<lastBuildDate>Thu, 17 Jun 2010 20:08:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: daasdingo</title>
		<link>http://blog.conky.be/2009/10/19/widgets-in-conky-it-can-be-done/comment-page-1/#comment-230</link>
		<dc:creator>daasdingo</dc:creator>
		<pubDate>Fri, 01 Jan 2010 16:50:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.conky.be/?p=132#comment-230</guid>
		<description>@doug:

You are using the wrong command for unpacking!
should be one of those: 
tar xaf  //auto detection, only newer versions of tar
tar xzf  //because its a tar.GZ you need the z

@londonali:
great work, I am using your lua widget script and its just perfect!</description>
		<content:encoded><![CDATA[<p>@doug:</p>
<p>You are using the wrong command for unpacking!<br />
should be one of those:<br />
tar xaf  //auto detection, only newer versions of tar<br />
tar xzf  //because its a tar.GZ you need the z</p>
<p>@londonali:<br />
great work, I am using your lua widget script and its just perfect!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug Estey</title>
		<link>http://blog.conky.be/2009/10/19/widgets-in-conky-it-can-be-done/comment-page-1/#comment-217</link>
		<dc:creator>Doug Estey</dc:creator>
		<pubDate>Sat, 26 Dec 2009 22:03:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.conky.be/?p=132#comment-217</guid>
		<description>Of course, it&#039;s some kind of issue with Firefox.

Download works perfect using wget i.e.:

wget http://blog.conky.be/wp-content/uploads/2009/10/conky_widgets.tar.gz

Cheers.</description>
		<content:encoded><![CDATA[<p>Of course, it&#8217;s some kind of issue with Firefox.</p>
<p>Download works perfect using wget i.e.:</p>
<p>wget <a href="http://blog.conky.be/wp-content/uploads/2009/10/conky_widgets.tar.gz" rel="nofollow">http://blog.conky.be/wp-content/uploads/2009/10/conky_widgets.tar.gz</a></p>
<p>Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug Estey</title>
		<link>http://blog.conky.be/2009/10/19/widgets-in-conky-it-can-be-done/comment-page-1/#comment-216</link>
		<dc:creator>Doug Estey</dc:creator>
		<pubDate>Sat, 26 Dec 2009 22:00:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.conky.be/?p=132#comment-216</guid>
		<description>The link at Conky Hardcore doesn&#039;t provide a .conkyrc script.

And the downloads here don&#039;t work.

vision@phoenix:~/Downloads$ tar xvf conky_widgets.lua.tar.gz 
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Exiting with failure status due to previous errors

I&#039;m a Conky noob, so while I&#039;ve got Lua/Cairo installed and have the widgets script being called, it simply displays the widgets behind the (ugly) black &amp; grey clock.

Time to figure out how to get this going, I suppose.</description>
		<content:encoded><![CDATA[<p>The link at Conky Hardcore doesn&#8217;t provide a .conkyrc script.</p>
<p>And the downloads here don&#8217;t work.</p>
<p>vision@phoenix:~/Downloads$ tar xvf conky_widgets.lua.tar.gz<br />
tar: This does not look like a tar archive<br />
tar: Skipping to next header<br />
tar: Exiting with failure status due to previous errors</p>
<p>I&#8217;m a Conky noob, so while I&#8217;ve got Lua/Cairo installed and have the widgets script being called, it simply displays the widgets behind the (ugly) black &amp; grey clock.</p>
<p>Time to figure out how to get this going, I suppose.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evelyn</title>
		<link>http://blog.conky.be/2009/10/19/widgets-in-conky-it-can-be-done/comment-page-1/#comment-66</link>
		<dc:creator>Evelyn</dc:creator>
		<pubDate>Mon, 09 Nov 2009 03:42:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.conky.be/?p=132#comment-66</guid>
		<description>I&#039;m trying to get this work, and I&#039;m not sure what part is failing.

I downloaded Air clock and Rings, as well as the conky widgets holder script.

I&#039;m using the sample .conkyrc, which correctly displays the date, and system values (cpu... etc). But none of the cairo/lua visual elements show up.

This is on a fresh Karmic install of conky 1.7.2. I had to install lua, but cairo was already installed. Any suggestion on what a minimal test would be? It doesn&#039;t appear to be a conky problem. That is, I&#039;ve got other conky&#039;s running just fine, and this rc works too, except for the widgets.

Any suggetions appreciated.</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to get this work, and I&#8217;m not sure what part is failing.</p>
<p>I downloaded Air clock and Rings, as well as the conky widgets holder script.</p>
<p>I&#8217;m using the sample .conkyrc, which correctly displays the date, and system values (cpu&#8230; etc). But none of the cairo/lua visual elements show up.</p>
<p>This is on a fresh Karmic install of conky 1.7.2. I had to install lua, but cairo was already installed. Any suggestion on what a minimal test would be? It doesn&#8217;t appear to be a conky problem. That is, I&#8217;ve got other conky&#8217;s running just fine, and this rc works too, except for the widgets.</p>
<p>Any suggetions appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jazz</title>
		<link>http://blog.conky.be/2009/10/19/widgets-in-conky-it-can-be-done/comment-page-1/#comment-65</link>
		<dc:creator>jazz</dc:creator>
		<pubDate>Sun, 08 Nov 2009 14:16:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.conky.be/?p=132#comment-65</guid>
		<description>I&#039;m used to editing conkyrc files. Wait, that&#039;s almost like saying, Hey trial-and-error saves the day! The most I&#039;ve done was flip conky sideways to save on screen space (from this _ to this &#124; ). Will there be a danger of me turning into a 133t lua code warrior? :)</description>
		<content:encoded><![CDATA[<p>I&#8217;m used to editing conkyrc files. Wait, that&#8217;s almost like saying, Hey trial-and-error saves the day! The most I&#8217;ve done was flip conky sideways to save on screen space (from this _ to this | ). Will there be a danger of me turning into a 133t lua code warrior? <img src='http://blog.conky.be/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: londonali1010</title>
		<link>http://blog.conky.be/2009/10/19/widgets-in-conky-it-can-be-done/comment-page-1/#comment-32</link>
		<dc:creator>londonali1010</dc:creator>
		<pubDate>Fri, 23 Oct 2009 07:07:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.conky.be/?p=132#comment-32</guid>
		<description>@Rob: I&#039;ve tested the links and they look okay to me.  They will take you to another page with a download link on it, and that download link downloads the actual .tar.gz (sorry, it&#039;s a quirk of Wordpress that makes it work like that).

Alternatively, you can download all of these scripts here: http://conky.linux-hardcore.com/?page_id=3331</description>
		<content:encoded><![CDATA[<p>@Rob: I&#8217;ve tested the links and they look okay to me.  They will take you to another page with a download link on it, and that download link downloads the actual .tar.gz (sorry, it&#8217;s a quirk of Wordpress that makes it work like that).</p>
<p>Alternatively, you can download all of these scripts here: <a href="http://conky.linux-hardcore.com/?page_id=3331" rel="nofollow">http://conky.linux-hardcore.com/?page_id=3331</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://blog.conky.be/2009/10/19/widgets-in-conky-it-can-be-done/comment-page-1/#comment-31</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Fri, 23 Oct 2009 03:51:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.conky.be/?p=132#comment-31</guid>
		<description>Looks cool but those download links don&#039;t seem to work.</description>
		<content:encoded><![CDATA[<p>Looks cool but those download links don&#8217;t seem to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mrjack</title>
		<link>http://blog.conky.be/2009/10/19/widgets-in-conky-it-can-be-done/comment-page-1/#comment-30</link>
		<dc:creator>mrjack</dc:creator>
		<pubDate>Wed, 21 Oct 2009 20:16:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.conky.be/?p=132#comment-30</guid>
		<description>Nice :)

Conky setup with widgets in the screenshot is also cool !</description>
		<content:encoded><![CDATA[<p>Nice <img src='http://blog.conky.be/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Conky setup with widgets in the screenshot is also cool !</p>
]]></content:encoded>
	</item>
</channel>
</rss>
