<?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>Darius Aliabadi &#187; Conky</title>
	<atom:link href="http://blog.wednesdaymorning.co.uk/category/linux/conky-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.wednesdaymorning.co.uk</link>
	<description>a blog dictating the digital life off me</description>
	<lastBuildDate>Wed, 01 Sep 2010 21:41:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Conky Update</title>
		<link>http://blog.wednesdaymorning.co.uk/2009/08/conky-update/</link>
		<comments>http://blog.wednesdaymorning.co.uk/2009/08/conky-update/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 15:14:07 +0000</pubDate>
		<dc:creator>Darius</dc:creator>
				<category><![CDATA[Conky]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.wednesdaymorning.co.uk/?p=85</guid>
		<description><![CDATA[Hey Guys,
I was looking over some of the search results for the blog at the moment and a lot of people are looking for conky. So my current setup looks like this.

I&#8217;m currently running two conkys on my main machine, one is for the machine I&#8217;m using and the other is for another machine in [...]]]></description>
			<content:encoded><![CDATA[<p>Hey Guys,</p>
<p>I was looking over some of the search results for the blog at the moment and a lot of people are looking for conky. So my current setup looks like this.</p>
<p style="text-align: left;">
<div class="wp-caption aligncenter" style="width: 542px"><a href="http://blog.wednesdaymorning.co.uk/uploads/conky.png" rel="lightbox[85]"><img class="  " title="Conky Setup" src="http://blog.wednesdaymorning.co.uk/uploads/conky.png" alt="Current Conky Setup" width="532" height="230" /></a><p class="wp-caption-text">Current Conky Setup</p></div>
<p>I&#8217;m currently running two conkys on my main machine, one is for the machine I&#8217;m using and the other is for another machine in my home that I keep on 24/7. I did update it this morning when I got up so you now all know it takes me ~ 4 minutes to get from my bed to my computer in the morning. There isn&#8217;t anything special here, the servers online thing is just little script that pings and parses. You can get some useful conky scripts on the Ubuntu Forums (http://ubuntuforums.org/showpost.php?p=3222199&amp;postcount=523).</p>
<p>Read more for the code!</p>
<p>Thanks</p>
<p>Darius</p>
<p><span id="more-85"></span></p>
<pre style="padding-left: 30px;">default_color		white
default_shade_color	black
default_outline_color	black</pre>
<pre style="padding-left: 30px;">alignment		bottom_right
gap_x			10
gap_y			49
#gap_y			10</pre>
<pre style="padding-left: 30px;">no_buffers		yes</pre>
<pre style="padding-left: 30px;">TEXT</pre>
<pre style="padding-left: 30px;">${color white}System: ${nodename}
${hr}${color white}
${color #F09000}CPU1${color #707070}:${color white} ${cpubar cpu1}
${color #F09000}CPU2${color #707070}:${color white} ${cpubar cpu2}
${color #F09000}MEM${color #707070} :${color white} ${membar}
${color #F09000}SWP${color #707070} :${color white} ${swapbar}</pre>
<pre style="padding-left: 30px;">${color #F09000}Memory${color #707070}:${color white} ${memperc}% ${mem}${color #707070}/${color white}${memmax}
${color #F09000}CPU${color #707070}:${color white} ${cpu}% ${color #F09000}CPU1${color #707070}:${color white} ${cpu cpu1}% ${color #F09000}CPU2${color #707070}:${color white} ${cpu cpu2}%
${color #F09000}Uptime${color #707070}:${color white}${uptime}</pre>
<pre style="padding-left: 30px;">Networking${alignr}${color #707070}(${color white}speed down${color #707070}/${color white}up${color #707070})${color white} ${color #707070}[${color white}total down${color #707070}/${color white}up${color #707070}]
${color white}${hr}
${color #F09000}wlan0${color #707070}:${color white} ${addr wlan0}${alignr}${color #707070}(${color white}${downspeed wlan0}k${color #707070}/${color white}${upspeed wlan0}k${color #707070})${color white} ${color #707070}[${color white}${totaldown wlan0}${color #707070}/${color white}${totalup wlan0}${color #707070}]
${color #F09000}wlan1${color #707070}:${color white} ${addr wlan1}${alignr}${color #707070}(${color white}${downspeed wlan1}k${color #707070}/${color white}${upspeed wlan1}k${color #707070})${color white} ${color #707070}[${color white}${totaldown wlan1}${color #707070}/${color white}${totalup wlan1}${color #707070}]
${color #F09000}Public IP${color #707070}:${color white} ${execi 180 ~/scripts/displayip.sh}</pre>
<pre style="padding-left: 30px;">${color white}Online
${hr}
${color #F09000}Email${color #707070}:${alignr}${color white} ${execi 60 conkyEmail} new messages</pre>
<pre style="padding-left: 30px;">${color white}Servers
${hr}
${color #F09000}Gaius ${color #707070}: ${alignr}${color white}${texeci 30 silentping.sh gaius "Online" "Offline"
${color #F09000}WednesdayMorning ${color #707070}: ${alignr}${color white}${texeci 30 silentping.sh wednesdaymorning.co.uk "Online" "Offline"}</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.wednesdaymorning.co.uk/2009/08/conky-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
