<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Float your conky</title>
	<atom:link href="http://kmandla.wordpress.com/2006/12/30/float-your-conky/feed/" rel="self" type="application/rss+xml" />
	<link>http://kmandla.wordpress.com/2006/12/30/float-your-conky/</link>
	<description>K.Mandla's blog of Linux experiences</description>
	<lastBuildDate>Mon, 11 Feb 2013 18:19:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Going over covered ground &#171; Motho ke motho ka botho</title>
		<link>http://kmandla.wordpress.com/2006/12/30/float-your-conky/#comment-40967</link>
		<dc:creator><![CDATA[Going over covered ground &#171; Motho ke motho ka botho]]></dc:creator>
		<pubDate>Mon, 07 Dec 2009 01:56:14 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2006/12/30/float-your-conky/#comment-40967</guid>
		<description><![CDATA[[...] And to be honest, although I don&#8217;t use Ubuntu on a daily basis, I am starting to wonder if it&#8217;s worth revisiting some of my roots and working with minimal systems at the outset, and building up into a graphical system again. A lot has changed in the past year or year and a half, and it is probably worth trying out some old tools and seeing how they&#8217;ve improved. Even the screenshots I see in the nearly-bulletproof &#8220;post your conky screenshot thread&#8221; are showing some mind-blowing eye candy from an application that I never considered more than a floating system profile. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] And to be honest, although I don&#8217;t use Ubuntu on a daily basis, I am starting to wonder if it&#8217;s worth revisiting some of my roots and working with minimal systems at the outset, and building up into a graphical system again. A lot has changed in the past year or year and a half, and it is probably worth trying out some old tools and seeing how they&#8217;ve improved. Even the screenshots I see in the nearly-bulletproof &#8220;post your conky screenshot thread&#8221; are showing some mind-blowing eye candy from an application that I never considered more than a floating system profile. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Bleaden</title>
		<link>http://kmandla.wordpress.com/2006/12/30/float-your-conky/#comment-35877</link>
		<dc:creator><![CDATA[Andy Bleaden]]></dc:creator>
		<pubDate>Thu, 03 Apr 2008 09:59:59 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2006/12/30/float-your-conky/#comment-35877</guid>
		<description><![CDATA[Hi

Been playing around with the conky script as I am on a wireless connection here but did a few extras which you may like. Feel  free to change any you find interesting or not appropriate to your needs. 

Here is the script:


# set to yes if you want Conky to be forked in the background
background no

cpu_avg_samples 1
net_avg_samples 1

out_to_console no

# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes

# Create own window instead of using desktop (required in nautilus)
own_window yes
own_window_type normal
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager

#own_window yes
#own_window_transparent no

# Use Xft?
use_xft yes

# Xft font when Xft is enabled
xftfont Free Sans:size=8

uppercase no

# Text alpha when using Xft
xftalpha 0.8

# Update interval in seconds
update_interval 1

# Draw shades?
draw_shades yes

# Draw outlines?
draw_outline yes

# Draw borders around text
draw_borders no

# Stippled borders?
stippled_borders 3

# border margins
border_margin 4

# border width
border_width 1

# Text alignment, other possible values are commented
#minimum_size 8 8
gap_x 725
gap_y 11
#alignment top_left
alignment top_right
#alignment bottom_left
#alignment bottom_right

# Add spaces to keep things from moving about?  This only affects certain objects.
use_spacer yes

# Subtract file system buffers from used memory?
no_buffers yes

 
TEXT
${alignc}${color yellow} Andy Bleaden Desktop Kubuntu 2008
${alignc}${color yellow}$sysname kernel $kernel 
${alignc}${color yellow}${exec cat /etc/issue.net} on $machine host $nodename
${alignc}${color yellow}${time %I:%M %p}, ${time %a}., ${time %b. %e}, ${time %G}
${color yellow}${execi 1000 cat /proc/cpuinfo &#124; grep &#039;model name&#039; &#124; sed -e &#039;s/model name.*: //&#039;}           ${color yellow} ${freq_dyn}Mhz
${color yellow}Current CPU usage &amp; temp:${color yellow}  ${cpu}%${color yellow}, ${color yellow}${acpitemp}C ${color yellow}/${color yellow} ${acpitempf}F
${color yellow}Load average:           ${color yellow}   $loadavg


${color yellow}CPU usage         ${alignr}PID     CPU%   MEM%
${color yellow} ${top name 1}${alignr}${top pid 1}   ${top cpu 1}   ${top mem 1}
${color yellow} ${top name 2}${alignr}${top pid 2}   ${top cpu 2}   ${top mem 2}
${color yellow} ${top name 3}${alignr}${top pid 3}   ${top cpu 3}   ${top mem 3}
${color yellow} ${top name 4}${alignr}${top pid 4}   ${top cpu 4}   ${top mem 4}
${color yellow} ${top name 5}${alignr}${top pid 5}   ${top cpu 5}   ${top mem 5}

${color yellow}Mem usage
RAM: $memperc% ${membar 6}$color
${color yellow} ${top_mem name 1}${alignr}${top_mem pid 1}   ${top_mem cpu 1}   ${top_mem mem 1}
${color yellow} ${top_mem name 2}${alignr}${top_mem pid 2}   ${top_mem cpu 2}   ${top_mem mem 2}
${color yellow} ${top_mem name 3}${alignr}${top_mem pid 3}   ${top_mem cpu 3}   ${top_mem mem 3}
${color yellow} ${top_mem name 4}${alignr}${top_mem pid 4}   ${top_mem cpu 4}   ${top_mem mem 4}

${color yellow}RAM Usage:${color yellow} $mem/$memmax - $memperc% $membar
${color yellow}Swap Usage:${color yellow} $swap/$swapmax - $swapperc% ${swapbar}
Swap: $swapperc% ${swapbar 6}$color
${color yellow}Processes:${color yellow} $processes  ${color yellow}Running:${color yellow} $running_processes ${color yellow}
${color yellow}Uptime ${color yellow}&#039;$uptime&#039;

${color yellow}Hard drives:

 ${color yellow}My system ${color yellow}${fs_used /}/${fs_size /} ${fs_bar /}
 ${color yellow}Home ${color yellow}${fs_used /home}/${fs_size /home} ${fs_bar /home}
 ${color yellow}Elements ${color yellow}${fs_used /media/sda1}/${fs_size /media/sda1} ${fs_bar /media/sda2}
 ${color yellow}My Book ${color yellow}${fs_used /media/sda2}/${fs_size /media/sda2} ${fs_bar /media/sda1}

${color yellow}Wireless Connection:

  ${color yellow}${exec iwconfig wlan0 &#124; grep &quot;ESSID&quot; &#124; cut -c 11-}
  ${color yellow}${exec iwconfig wlan0 &#124; grep &quot;Frequency&quot; &#124; cut -c 25-}
  ${color yellow}Network Gateway Address  (${addr wlan0})
  ${color yellow}Download: ${color yellow}${totaldown wlan0}	 
  ${color yellow}Upload: ${color yellow}${totalup wlan0}
  ${color yellow}Download speed: ${color yellow}${downspeed wlan0} k/s${color yellow} ${color yellow}   upload speed: ${color yellow}${upspeed wlan0} k/s
  ${color yellow}${downspeedgraph wlan0 15,150 ff0000 0000ff} $alignr${color yellow}${upspeedgraph wlan0) 15,150 0000ff ff0000}

${color yellow}Inbound: ${color yellow}${tcp_portmon 1 32767 count}  ${color yellow}Outbound: ${color yellow}${tcp_portmon 32768 61000 count}  ${color yellow}Total: ${color yellow}${tcp_portmon 1 65535 count}
${color yellow}Outbound Connection ${alignr} Remote Service/Port${color yellow}
 ${tcp_portmon 32768 61000 rhost 0} ${alignr} ${tcp_portmon 32768 61000 rservice 0}
 ${tcp_portmon 32768 61000 rhost 1} ${alignr} ${tcp_portmon 32768 61000 rservice 1}
 ${tcp_portmon 32768 61000 rhost 2} ${alignr} ${tcp_portmon 32768 61000 rservice 2}
 ${tcp_portmon 32768 61000 rhost 3} ${alignr} ${tcp_portmon 32768 61000 rservice 3}
 ${tcp_portmon 32768 61000 rhost 4} ${alignr} ${tcp_portmon 32768 61000 rservice 4}
 ${tcp_portmon 32768 61000 rhost 5} ${alignr} ${tcp_portmon 32768 61000 rservice 5}]]></description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Been playing around with the conky script as I am on a wireless connection here but did a few extras which you may like. Feel  free to change any you find interesting or not appropriate to your needs. </p>
<p>Here is the script:</p>
<p># set to yes if you want Conky to be forked in the background<br />
background no</p>
<p>cpu_avg_samples 1<br />
net_avg_samples 1</p>
<p>out_to_console no</p>
<p># Use double buffering (reduces flicker, may not work for everyone)<br />
double_buffer yes</p>
<p># Create own window instead of using desktop (required in nautilus)<br />
own_window yes<br />
own_window_type normal<br />
own_window_transparent yes<br />
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager</p>
<p>#own_window yes<br />
#own_window_transparent no</p>
<p># Use Xft?<br />
use_xft yes</p>
<p># Xft font when Xft is enabled<br />
xftfont Free Sans:size=8</p>
<p>uppercase no</p>
<p># Text alpha when using Xft<br />
xftalpha 0.8</p>
<p># Update interval in seconds<br />
update_interval 1</p>
<p># Draw shades?<br />
draw_shades yes</p>
<p># Draw outlines?<br />
draw_outline yes</p>
<p># Draw borders around text<br />
draw_borders no</p>
<p># Stippled borders?<br />
stippled_borders 3</p>
<p># border margins<br />
border_margin 4</p>
<p># border width<br />
border_width 1</p>
<p># Text alignment, other possible values are commented<br />
#minimum_size 8 8<br />
gap_x 725<br />
gap_y 11<br />
#alignment top_left<br />
alignment top_right<br />
#alignment bottom_left<br />
#alignment bottom_right</p>
<p># Add spaces to keep things from moving about?  This only affects certain objects.<br />
use_spacer yes</p>
<p># Subtract file system buffers from used memory?<br />
no_buffers yes</p>
<p>TEXT<br />
${alignc}${color yellow} Andy Bleaden Desktop Kubuntu 2008<br />
${alignc}${color yellow}$sysname kernel $kernel<br />
${alignc}${color yellow}${exec cat /etc/issue.net} on $machine host $nodename<br />
${alignc}${color yellow}${time %I:%M %p}, ${time %a}., ${time %b. %e}, ${time %G}<br />
${color yellow}${execi 1000 cat /proc/cpuinfo | grep &#8216;model name&#8217; | sed -e &#8216;s/model name.*: //&#8217;}           ${color yellow} ${freq_dyn}Mhz<br />
${color yellow}Current CPU usage &amp; temp:${color yellow}  ${cpu}%${color yellow}, ${color yellow}${acpitemp}C ${color yellow}/${color yellow} ${acpitempf}F<br />
${color yellow}Load average:           ${color yellow}   $loadavg</p>
<p>${color yellow}CPU usage         ${alignr}PID     CPU%   MEM%<br />
${color yellow} ${top name 1}${alignr}${top pid 1}   ${top cpu 1}   ${top mem 1}<br />
${color yellow} ${top name 2}${alignr}${top pid 2}   ${top cpu 2}   ${top mem 2}<br />
${color yellow} ${top name 3}${alignr}${top pid 3}   ${top cpu 3}   ${top mem 3}<br />
${color yellow} ${top name 4}${alignr}${top pid 4}   ${top cpu 4}   ${top mem 4}<br />
${color yellow} ${top name 5}${alignr}${top pid 5}   ${top cpu 5}   ${top mem 5}</p>
<p>${color yellow}Mem usage<br />
RAM: $memperc% ${membar 6}$color<br />
${color yellow} ${top_mem name 1}${alignr}${top_mem pid 1}   ${top_mem cpu 1}   ${top_mem mem 1}<br />
${color yellow} ${top_mem name 2}${alignr}${top_mem pid 2}   ${top_mem cpu 2}   ${top_mem mem 2}<br />
${color yellow} ${top_mem name 3}${alignr}${top_mem pid 3}   ${top_mem cpu 3}   ${top_mem mem 3}<br />
${color yellow} ${top_mem name 4}${alignr}${top_mem pid 4}   ${top_mem cpu 4}   ${top_mem mem 4}</p>
<p>${color yellow}RAM Usage:${color yellow} $mem/$memmax &#8211; $memperc% $membar<br />
${color yellow}Swap Usage:${color yellow} $swap/$swapmax &#8211; $swapperc% ${swapbar}<br />
Swap: $swapperc% ${swapbar 6}$color<br />
${color yellow}Processes:${color yellow} $processes  ${color yellow}Running:${color yellow} $running_processes ${color yellow}<br />
${color yellow}Uptime ${color yellow}&#8217;$uptime&#8217;</p>
<p>${color yellow}Hard drives:</p>
<p> ${color yellow}My system ${color yellow}${fs_used /}/${fs_size /} ${fs_bar /}<br />
 ${color yellow}Home ${color yellow}${fs_used /home}/${fs_size /home} ${fs_bar /home}<br />
 ${color yellow}Elements ${color yellow}${fs_used /media/sda1}/${fs_size /media/sda1} ${fs_bar /media/sda2}<br />
 ${color yellow}My Book ${color yellow}${fs_used /media/sda2}/${fs_size /media/sda2} ${fs_bar /media/sda1}</p>
<p>${color yellow}Wireless Connection:</p>
<p>  ${color yellow}${exec iwconfig wlan0 | grep &#8220;ESSID&#8221; | cut -c 11-}<br />
  ${color yellow}${exec iwconfig wlan0 | grep &#8220;Frequency&#8221; | cut -c 25-}<br />
  ${color yellow}Network Gateway Address  (${addr wlan0})<br />
  ${color yellow}Download: ${color yellow}${totaldown wlan0}<br />
  ${color yellow}Upload: ${color yellow}${totalup wlan0}<br />
  ${color yellow}Download speed: ${color yellow}${downspeed wlan0} k/s${color yellow} ${color yellow}   upload speed: ${color yellow}${upspeed wlan0} k/s<br />
  ${color yellow}${downspeedgraph wlan0 15,150 ff0000 0000ff} $alignr${color yellow}${upspeedgraph wlan0) 15,150 0000ff ff0000}</p>
<p>${color yellow}Inbound: ${color yellow}${tcp_portmon 1 32767 count}  ${color yellow}Outbound: ${color yellow}${tcp_portmon 32768 61000 count}  ${color yellow}Total: ${color yellow}${tcp_portmon 1 65535 count}<br />
${color yellow}Outbound Connection ${alignr} Remote Service/Port${color yellow}<br />
 ${tcp_portmon 32768 61000 rhost 0} ${alignr} ${tcp_portmon 32768 61000 rservice 0}<br />
 ${tcp_portmon 32768 61000 rhost 1} ${alignr} ${tcp_portmon 32768 61000 rservice 1}<br />
 ${tcp_portmon 32768 61000 rhost 2} ${alignr} ${tcp_portmon 32768 61000 rservice 2}<br />
 ${tcp_portmon 32768 61000 rhost 3} ${alignr} ${tcp_portmon 32768 61000 rservice 3}<br />
 ${tcp_portmon 32768 61000 rhost 4} ${alignr} ${tcp_portmon 32768 61000 rservice 4}<br />
 ${tcp_portmon 32768 61000 rhost 5} ${alignr} ${tcp_portmon 32768 61000 rservice 5}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: luna</title>
		<link>http://kmandla.wordpress.com/2006/12/30/float-your-conky/#comment-6165</link>
		<dc:creator><![CDATA[luna]]></dc:creator>
		<pubDate>Wed, 30 May 2007 02:37:24 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2006/12/30/float-your-conky/#comment-6165</guid>
		<description><![CDATA[Just job, ty :-D]]></description>
		<content:encoded><![CDATA[<p>Just job, ty <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KE610</title>
		<link>http://kmandla.wordpress.com/2006/12/30/float-your-conky/#comment-655</link>
		<dc:creator><![CDATA[KE610]]></dc:creator>
		<pubDate>Mon, 05 Feb 2007 16:59:37 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2006/12/30/float-your-conky/#comment-655</guid>
		<description><![CDATA[I&#039;m using Kubuntu Edgy and what I did was just install conky
sudo apt-get install conky


Then created a file in my home directory called .conkyrc
Copied and pasted the code into it and saved it

alt + F2  (to run files) and type conky

Nice stuff Thanx]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m using Kubuntu Edgy and what I did was just install conky<br />
sudo apt-get install conky</p>
<p>Then created a file in my home directory called .conkyrc<br />
Copied and pasted the code into it and saved it</p>
<p>alt + F2  (to run files) and type conky</p>
<p>Nice stuff Thanx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wh0rd</title>
		<link>http://kmandla.wordpress.com/2006/12/30/float-your-conky/#comment-615</link>
		<dc:creator><![CDATA[wh0rd]]></dc:creator>
		<pubDate>Tue, 30 Jan 2007 05:13:05 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2006/12/30/float-your-conky/#comment-615</guid>
		<description><![CDATA[thanks a lot for the conky stuff!!!]]></description>
		<content:encoded><![CDATA[<p>thanks a lot for the conky stuff!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kmandla</title>
		<link>http://kmandla.wordpress.com/2006/12/30/float-your-conky/#comment-274</link>
		<dc:creator><![CDATA[kmandla]]></dc:creator>
		<pubDate>Tue, 02 Jan 2007 17:26:07 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2006/12/30/float-your-conky/#comment-274</guid>
		<description><![CDATA[That is strange, Logic. I&#039;m not real familiar with Kubuntu, but it shouldn&#039;t be so different that it can&#039;t find the .conkyrc file. 

I&#039;m shooting in the dark here, but try uninstalling it with sudo aptitude remove --purge conky, then make sure it deleted the .conkyrc file you made. Then create a .conkyrc file before reinstalling it with &quot;sudo aptitude install conky&quot;. If we&#039;re lucky, Ubuntu will sense that file while it&#039;s installing conky (it might even ask if you want to keep it, but I doubt it), and use it when it runs.

By the way, you&#039;re not running conky as root, are you? Conky starts with just &quot;conky &amp;&quot; from the terminal, not &quot;sudo conky&quot;. From the .xinitrc file, it needs only a &quot;conky &amp;&quot; entry.

If you&#039;re still having problems, post a thread on the Ubuntu forums and PM me there. It&#039;s possible another Kubuntu user has run into this problem and can help us out. Cheers!]]></description>
		<content:encoded><![CDATA[<p>That is strange, Logic. I&#8217;m not real familiar with Kubuntu, but it shouldn&#8217;t be so different that it can&#8217;t find the .conkyrc file. </p>
<p>I&#8217;m shooting in the dark here, but try uninstalling it with sudo aptitude remove &#8211;purge conky, then make sure it deleted the .conkyrc file you made. Then create a .conkyrc file before reinstalling it with &#8220;sudo aptitude install conky&#8221;. If we&#8217;re lucky, Ubuntu will sense that file while it&#8217;s installing conky (it might even ask if you want to keep it, but I doubt it), and use it when it runs.</p>
<p>By the way, you&#8217;re not running conky as root, are you? Conky starts with just &#8220;conky &amp;&#8221; from the terminal, not &#8220;sudo conky&#8221;. From the .xinitrc file, it needs only a &#8220;conky &amp;&#8221; entry.</p>
<p>If you&#8217;re still having problems, post a thread on the Ubuntu forums and PM me there. It&#8217;s possible another Kubuntu user has run into this problem and can help us out. Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Logic</title>
		<link>http://kmandla.wordpress.com/2006/12/30/float-your-conky/#comment-263</link>
		<dc:creator><![CDATA[Logic]]></dc:creator>
		<pubDate>Mon, 01 Jan 2007 23:55:34 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2006/12/30/float-your-conky/#comment-263</guid>
		<description><![CDATA[This may sounds a bit weird but I am unable to locate the ~/.conkyrc file.

Created the file and copied your stuff above into the file and started conky. Still conky does not recognise it.

Any idea what is wrong?

By the way, I am using Kubuntu Edgy.]]></description>
		<content:encoded><![CDATA[<p>This may sounds a bit weird but I am unable to locate the ~/.conkyrc file.</p>
<p>Created the file and copied your stuff above into the file and started conky. Still conky does not recognise it.</p>
<p>Any idea what is wrong?</p>
<p>By the way, I am using Kubuntu Edgy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mig</title>
		<link>http://kmandla.wordpress.com/2006/12/30/float-your-conky/#comment-245</link>
		<dc:creator><![CDATA[Mig]]></dc:creator>
		<pubDate>Sun, 31 Dec 2006 06:04:46 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2006/12/30/float-your-conky/#comment-245</guid>
		<description><![CDATA[That is sensational. Like someone read my mind.

Thanks and well done!]]></description>
		<content:encoded><![CDATA[<p>That is sensational. Like someone read my mind.</p>
<p>Thanks and well done!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
