<?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: Howto: Step by Step Configuration of XMonad</title>
	<atom:link href="http://www.nepherte.be/howto-step-by-step-configuration-of-xmonad/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nepherte.be/howto-step-by-step-configuration-of-xmonad/</link>
	<description>About Nepherte, Mosiah and the person behind</description>
	<lastBuildDate>Sat, 26 Jun 2010 09:30:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Nepherte</title>
		<link>http://www.nepherte.be/howto-step-by-step-configuration-of-xmonad/comment-page-1/#comment-7441</link>
		<dc:creator>Nepherte</dc:creator>
		<pubDate>Sat, 21 Nov 2009 11:42:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.nepherte.be/?p=821#comment-7441</guid>
		<description>There are 2 lines in particular you have to look at:
1/ conkyStatsBar = &quot;conky -c .conkyrc_console &#124; dzen2 -x &#039;960&#039; -y &#039;0&#039; -h &#039;24&#039; -w &#039;890&#039; -ta &#039;l&#039; -fg &#039;#3EB5FF&#039; -bg &#039;#000000&#039; -fn &#039;-*-bitstream vera sans-medium-r-normal-*-11-*-*-*-*-*-*-*&#039;&quot;

2/ conkyStats &lt; - spawnPipe conkyStatsBar

The first line is just the full command that has to be executed. It&#039;s a conky which outputs to a dzen2 status bar. The second line runs the command conkyStatsBar and puts it in conkyStats. conkyStats isn&#039;t used anywhere else. So you could leave out the assignment to conkyStats like this: spawnPipe conkyStatsBar. Note that workspaceBar is used later on in the logHook so you can&#039;t leave out that assignment.


You can find one of my xmonad.hs files here (this one doesn&#039;t have the conkyStatsBar but it has numerous other conky bars you can take a look at): http://www.nepherte.be/files/config/home/bart/xmonad/xmonad.hs</description>
		<content:encoded><![CDATA[<p>There are 2 lines in particular you have to look at:<br />
1/ conkyStatsBar = &#8220;conky -c .conkyrc_console | dzen2 -x &#8217;960&#8242; -y &#8217;0&#8242; -h &#8217;24&#8242; -w &#8217;890&#8242; -ta &#8216;l&#8217; -fg &#8216;#3EB5FF&#8217; -bg &#8216;#000000&#8242; -fn &#8216;-*-bitstream vera sans-medium-r-normal-*-11-*-*-*-*-*-*-*&#8217;&#8221;</p>
<p>2/ conkyStats < - spawnPipe conkyStatsBar</p>
<p>The first line is just the full command that has to be executed. It's a conky which outputs to a dzen2 status bar. The second line runs the command conkyStatsBar and puts it in conkyStats. conkyStats isn't used anywhere else. So you could leave out the assignment to conkyStats like this: spawnPipe conkyStatsBar. Note that workspaceBar is used later on in the logHook so you can't leave out that assignment.</p>
<p>You can find one of my xmonad.hs files here (this one doesn't have the conkyStatsBar but it has numerous other conky bars you can take a look at): <a href="http://www.nepherte.be/files/config/home/bart/xmonad/xmonad.hs" rel="nofollow">http://www.nepherte.be/files/config/home/bart/xmonad/xmonad.hs</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tel</title>
		<link>http://www.nepherte.be/howto-step-by-step-configuration-of-xmonad/comment-page-1/#comment-7439</link>
		<dc:creator>tel</dc:creator>
		<pubDate>Sat, 21 Nov 2009 05:11:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.nepherte.be/?p=821#comment-7439</guid>
		<description>Thanks for the tutorial.  I don&#039;t see, though, where conkyStats is used.  Is there a line missing?  Can you post your complete xmonad.hs?

Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks for the tutorial.  I don&#8217;t see, though, where conkyStats is used.  Is there a line missing?  Can you post your complete xmonad.hs?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nepherte</title>
		<link>http://www.nepherte.be/howto-step-by-step-configuration-of-xmonad/comment-page-1/#comment-7116</link>
		<dc:creator>Nepherte</dc:creator>
		<pubDate>Sun, 11 Oct 2009 20:36:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.nepherte.be/?p=821#comment-7116</guid>
		<description>I kinda accidently published this article, because it&#039;s not reallly finished yet :) It should be though in less than a week. Anyways, you can find .conkyrc_console here: http://www.nepherte.be/files/config/home/bart/conkyrc_console</description>
		<content:encoded><![CDATA[<p>I kinda accidently published this article, because it&#8217;s not reallly finished yet :) It should be though in less than a week. Anyways, you can find .conkyrc_console here: <a href="http://www.nepherte.be/files/config/home/bart/conkyrc_console" rel="nofollow">http://www.nepherte.be/files/config/home/bart/conkyrc_console</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hector</title>
		<link>http://www.nepherte.be/howto-step-by-step-configuration-of-xmonad/comment-page-1/#comment-7115</link>
		<dc:creator>Hector</dc:creator>
		<pubDate>Sun, 11 Oct 2009 20:23:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.nepherte.be/?p=821#comment-7115</guid>
		<description>Great tutorial!
Could you please post your .conkyrc_console file?
Thanks</description>
		<content:encoded><![CDATA[<p>Great tutorial!<br />
Could you please post your .conkyrc_console file?<br />
Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
