<?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>Cyxob&#039;a žurnals &#187; conky</title>
	<atom:link href="http://cyxob.lv/tag/conky/feed/" rel="self" type="application/rss+xml" />
	<link>http://cyxob.lv</link>
	<description></description>
	<lastBuildDate>Mon, 21 May 2012 16:11:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Smukais Desktop&#8217;s</title>
		<link>http://cyxob.lv/2009/11/27/smukais-desktops/</link>
		<comments>http://cyxob.lv/2009/11/27/smukais-desktops/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 13:47:17 +0000</pubDate>
		<dc:creator>cyxob</dc:creator>
				<category><![CDATA[mōksla]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[conky]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://cyxob.lv/?p=1014</guid>
		<description><![CDATA[<p>Ņiuļa dorbā byus smuks dorbgolds. Smuks, smuks. Conky tūmār ruļavoj :) Šudiņ LOR&#8217;a galerejōs īraudzieju kalendari, kas vysim dyžan patyka. Maņ ari! Dinamisks kaļendars! Soures beja pi ukraiņa &#8211; ekranattāla autora: te. Rezultats maņi dyžan prīcej: Pats kods, kap navaicōt: &#8230; <a href="http://cyxob.lv/2009/11/27/smukais-desktops/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
]]></description>
			<content:encoded><![CDATA[<p>Ņiuļa dorbā byus smuks dorbgolds. Smuks, smuks. Conky tūmār ruļavoj :) Šudiņ LOR'a <a href="http://www.linux.org.ru/view-message.jsp?msgid=4272725">galerejōs</a> īraudzieju kalendari, kas vysim dyžan patyka. Maņ ari! Dinamisks kaļendars! Soures beja pi ukraiņa - ekranattāla autora: <a href="http://kozak-ua.blogspot.com/2009/11/conky-perl.html">te</a>.<br />
Rezultats maņi dyžan prīcej:<br />
<a href="http://cyxob.lv/wp-content/uploads/2009/11/Ekranattels.png"><img src="http://cyxob.lv/wp-content/uploads/2009/11/Ekranattels-300x187.png" alt="Ekranattels" title="Ekranattels" width="300" height="187" class="alignnone size-medium wp-image-1015" /></a></p>
<p>Pats kods, kap navaicōt:</p>

<div class="wp_syntax"><div class="code"><pre class="perl" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#!/usr/bin/perl</span>
<span style="color: #000000; font-weight: bold;">use</span> Term<span style="color: #339933;">::</span><span style="color: #006600;">ANSIColor</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #0000ff;">$time</span><span style="color: #339933;">=</span><span style="color: #000066;">scalar</span><span style="color: #009900;">&#40;</span><span style="color: #000066;">localtime</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #000066;">chomp</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">$time</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #666666; font-style: italic;">#Wed Sep 9 16:22:46 2009</span>
<span style="color: #0000ff;">$time</span> <span style="color: #339933;">=~</span> <span style="color: #009966; font-style: italic;">/(\w*)\s(\w*)\s*(\d*)\s([\d:]*)\s(\d*)/</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">$2</span> <span style="color: #b1b100;">eq</span> <span style="color: #ff0000;">'Jan'</span> <span style="color: #009900;">&#41;</span> <span style="color: #b1b100;">or</span> <span style="color: #009900;">&#40;</span><span style="color: #0000ff;">$2</span> <span style="color: #b1b100;">eq</span> <span style="color: #ff0000;">'March'</span> <span style="color: #009900;">&#41;</span> <span style="color: #b1b100;">or</span> <span style="color: #009900;">&#40;</span><span style="color: #0000ff;">$2</span> <span style="color: #b1b100;">eq</span> <span style="color: #ff0000;">'May'</span> <span style="color: #009900;">&#41;</span> <span style="color: #b1b100;">or</span> <span style="color: #009900;">&#40;</span><span style="color: #0000ff;">$2</span> <span style="color: #b1b100;">eq</span> <span style="color: #ff0000;">'July'</span> <span style="color: #009900;">&#41;</span> <span style="color: #b1b100;">or</span> <span style="color: #009900;">&#40;</span><span style="color: #0000ff;">$2</span> <span style="color: #b1b100;">eq</span> <span style="color: #ff0000;">'Aug'</span> <span style="color: #009900;">&#41;</span> <span style="color: #b1b100;">or</span> <span style="color: #009900;">&#40;</span><span style="color: #0000ff;">$2</span> <span style="color: #b1b100;">eq</span> <span style="color: #ff0000;">'Oct'</span> <span style="color: #009900;">&#41;</span> <span style="color: #b1b100;">or</span> <span style="color: #009900;">&#40;</span><span style="color: #0000ff;">$2</span> <span style="color: #b1b100;">eq</span> <span style="color: #ff0000;">'Dec'</span> <span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span>
<span style="color: #009900;">&#123;</span>
<span style="color: #b1b100;">for</span> <span style="color: #009900;">&#40;</span><span style="color: #0000ff;">$i</span><span style="color: #339933;">=</span><span style="color: #cc66cc;">0</span><span style="color: #339933;">;</span><span style="color: #0000ff;">$i</span><span style="color: #339933;">&lt;</span><span style="color: #cc66cc;">31</span><span style="color: #339933;">;</span><span style="color: #0000ff;">$i</span><span style="color: #339933;">++</span><span style="color: #009900;">&#41;</span>
<span style="color: #009900;">&#123;</span>
<span style="color: #0000ff;">@data</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">$i</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">=</span><span style="color: #0000ff;">$i</span><span style="color: #339933;">+</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #0000ff;">$2</span> <span style="color: #b1b100;">eq</span> <span style="color: #ff0000;">'Feb'</span><span style="color: #009900;">&#41;</span>
<span style="color: #009900;">&#123;</span>
<span style="color: #b1b100;">for</span> <span style="color: #009900;">&#40;</span><span style="color: #0000ff;">$i</span><span style="color: #339933;">=</span><span style="color: #cc66cc;">0</span><span style="color: #339933;">;</span><span style="color: #0000ff;">$i</span><span style="color: #339933;">&lt;</span><span style="color: #cc66cc;">27</span><span style="color: #339933;">;</span><span style="color: #0000ff;">$i</span><span style="color: #339933;">++</span><span style="color: #009900;">&#41;</span>
<span style="color: #009900;">&#123;</span>
<span style="color: #0000ff;">@data</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">$i</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">=</span><span style="color: #0000ff;">$i</span><span style="color: #339933;">+</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #b1b100;">else</span>
<span style="color: #009900;">&#123;</span>
<span style="color: #b1b100;">for</span> <span style="color: #009900;">&#40;</span><span style="color: #0000ff;">$i</span><span style="color: #339933;">=</span><span style="color: #cc66cc;">0</span><span style="color: #339933;">;</span><span style="color: #0000ff;">$i</span><span style="color: #339933;">&lt;</span><span style="color: #cc66cc;">30</span><span style="color: #339933;">;</span><span style="color: #0000ff;">$i</span><span style="color: #339933;">++</span><span style="color: #009900;">&#41;</span>
<span style="color: #009900;">&#123;</span>
<span style="color: #0000ff;">@data</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">$i</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">=</span><span style="color: #0000ff;">$i</span><span style="color: #339933;">+</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #339933;">@</span><span style="color: #000000; font-weight: bold;">ARGV</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">==</span> <span style="color: #cc66cc;">1</span><span style="color: #009900;">&#41;</span>
<span style="color: #009900;">&#123;</span>
<span style="color: #b1b100;">for</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">$i</span><span style="color: #339933;">=</span><span style="color: #cc66cc;">0</span><span style="color: #339933;">;</span><span style="color: #0000ff;">$i</span><span style="color: #339933;">&lt;</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">$3</span><span style="color: #339933;">-</span><span style="color: #cc66cc;">1</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><span style="color: #0000ff;">$i</span><span style="color: #339933;">++</span><span style="color: #009900;">&#41;</span>
<span style="color: #009900;">&#123;</span> <span style="color: #000066;">print</span> <span style="color: #ff0000;">&quot;@data[$i] &quot;</span><span style="color: #339933;">;</span> <span style="color: #009900;">&#125;</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #339933;">@</span><span style="color: #000000; font-weight: bold;">ARGV</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">==</span> <span style="color: #cc66cc;">2</span><span style="color: #009900;">&#41;</span>
<span style="color: #009900;">&#123;</span>
<span style="color: #000066;">print</span> <span style="color: #ff0000;">&quot;$3&quot;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #339933;">@</span><span style="color: #000000; font-weight: bold;">ARGV</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">==</span> <span style="color: #cc66cc;">3</span><span style="color: #009900;">&#41;</span>
<span style="color: #009900;">&#123;</span>
<span style="color: #b1b100;">for</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">$i</span><span style="color: #339933;">=</span><span style="color: #0000ff;">$3</span><span style="color: #339933;">;</span><span style="color: #0000ff;">$i</span><span style="color: #339933;">&lt;</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">$i</span><span style="color: #339933;">+</span><span style="color: #cc66cc;">1</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><span style="color: #0000ff;">$i</span><span style="color: #339933;">++</span><span style="color: #009900;">&#41;</span>
<span style="color: #009900;">&#123;</span> <span style="color: #000066;">print</span> <span style="color: #ff0000;">&quot;@data[$i] &quot;</span><span style="color: #339933;">;</span> <span style="color: #009900;">&#125;</span>
<span style="color: #666666; font-style: italic;"># print &quot;@data[($3)..$i]&quot;;</span>
<span style="color: #009900;">&#125;</span></pre></div></div>

<p>Un .conkyrc ar munom seikajom modifikacejom:</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">    background no
    use_xft yes
    xftfont Trebuchet MS:size=10
    xftalpha 1.0
    mpd_host 127.0.0.1
    mpd_port 6600
    update_interval 1
    total_run_times 0
    own_window yes
    own_window_type override
    own_window_transparent yes
    own_window_colour 202020
    #own_window_hints undecorate,sticky,below,skip_taskbar,skip_pager
    double_buffer yes
    minimum_size 0 5
    maximum_width 0
    draw_shades no
    draw_outline no
    draw_borders no
    draw_graph_borders yes
    stippled_borders 0
    border_margin 4
    border_width 1
    default_color FFFFFF
    alignment bottom_left
    gap_x 0
    gap_y 30
    no_buffers yes
    uppercase no
    cpu_avg_samples 2
    net_avg_samples 2
    override_utf8_locale yes
    use_spacer none
    show_graph_scale no
    show_graph_range no
    default_bar_size 0 4
&nbsp;
    color1 6AA7FF
    color2 red
    color3 dark green
    color4 yellow
    color5 orange
    color6 cyan
    color7 FFC125
&nbsp;
    TEXT
    ${goto 330}${font DejaVu Sans:size=12:bold}${time %A}${voffset -7}${font DejaVu Sans:size=10}${color EEEEEE}${time [%B]}${color}${goto 930}${voffset 4}${font DejaVu Sans:size=12:bold}${time %Y}${font}
&nbsp;
&nbsp;
&nbsp;
    ${goto 330}${voffset 0}${color}${execi 300 perl /home/cyxob/cal.pl 1}${voffset -31}${color}${font Trebuchet MS:size=36}${execi 300 perl /home/cyxob/cal.pl 2}${voffset 0}${font} ${font Trebuchet MS:size=10}${color}${execi 300 perl /home/cyxob/cal.pl 3}</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://cyxob.lv/2009/11/27/smukais-desktops/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>eee conky</title>
		<link>http://cyxob.lv/2009/01/25/eee-conky/</link>
		<comments>http://cyxob.lv/2009/01/25/eee-conky/#comments</comments>
		<pubDate>Sat, 24 Jan 2009 22:21:57 +0000</pubDate>
		<dc:creator>cyxob</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[conky]]></category>
		<category><![CDATA[eeepc]]></category>

		<guid isPermaLink="false">http://cyxob.lv/?p=674</guid>
		<description><![CDATA[<p>Muns eeePC desktpos. Ūtrais. Pyrmajā atdareiti 9 lūgi, kas nūsadz skotu&#8230; Uz mašineites turu Ubuntu 8.10 ar Gnome. Openbox&#8217;i ir &#8220;in progress&#8221;. Koč i pi nūteiktim īstatiejumim Gnome ir lītojams uz Netbook izšķirtspiejas (1024*600). Gnome Screenlets ir drusku monstrizi &#8211; &#8230; <a href="http://cyxob.lv/2009/01/25/eee-conky/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
]]></description>
			<content:encoded><![CDATA[<p>Muns eeePC desktpos. Ūtrais. Pyrmajā atdareiti 9 lūgi, kas nūsadz skotu...<br />
<a href="http://cyxob.lv/wp-content/uploads/2009/01/desktopzz.png"><img class="alignnone size-medium wp-image-675" title="desktopzz" src="http://cyxob.lv/wp-content/uploads/2009/01/desktopzz-300x175.png" alt="" width="300" height="175" /></a><br />
Uz mašineites turu Ubuntu 8.10 ar Gnome. <a href="http://icculus.org/openbox/index.php/Main_Page">Openbox</a>'i ir "in progress". Koč i pi nūteiktim īstatiejumim Gnome ir lītojams uz Netbook izšķirtspiejas (1024*600). <a href="http://gnome-look.org/?xcontentmode=6700">Gnome Screenlets</a> ir drusku monstrizi - par tū lītoju vacūs lobūs <a href="http://conky.sourceforge.net/">conky</a>. Viņ jī beja nazkaidi švaiki...</p>
<p>Beidzūt muns conky maņ pošam pateik. Sōkumā na dyžan. Ņiuļa - super! Golvassōpes sagōdō napateikamais uzroksts Weather Unavailable apakšejā sekcejā. Kai izlobōt fucking situation?</p>
<p>Golvanais ir dabōt conkyforecast. Puiss, ci bōba, Kaivalagi ir labi pastrōdōjs un deļ myusim jū saprogrammiejs. Kai forcastu dabōt sovā Ubuntu, ir apraksteits te: <a href="https://launchpad.net/~m-buck/+archive">https://launchpad.net/~m-buck/+archive</a><br />
Eisumā:</p>
<ol>
<li>Izpylda System → Administration → Software Sources → Third Party Software →Add.</li>
<li>Īleimei lūdzeņā:

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">deb http://ppa.launchpad.net/m-buck/ubuntu intrepid main</pre></div></div>

</li>
<li>Mīdz Add Source un Close kap sazaglobōtūs izmaiņas.</li>
<li>Sinaptiks nūzalomōs, ka software is out-of-date. Mīdzam Reload.</li>
<li>Tod jis spieceigi lomōsīs, ka ar OpenPGP key nazkas nav labi :) Atslāgu var dabōt tymā pošā <a href="https://launchpad.net/~m-buck/+archive">https://launchpad.net/~m-buck/+archive</a>. Vajag viņ mīgt uz saites, nūkopeit atslāga saturu un saglobōt ar jebkuru teksta redaktoru ar kaidu gribi vōrdu i pec tam pīvīnōt System → Administration → Software Sources → Authentification → Import key file...</li>
</ol>
<p>Vyss. Asam sazagatavōjušs. Beidzūt var komandrindā izpildeit:</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">sudo apt-get update &amp;&amp; sudo apt-get install conkyforecast</pre></div></div>

<p>Viņ conky nikaidu laika prognozi vāļ narōda :(<br />
Jōbrīn iz <a href="http://www.weather.com/services/xmloap.html">http://www.weather.com/services/xmloap.html</a> un jōpīzareģistrej.<strong> Byuņ gudrs!</strong> I napazaroksti iz vysaidom spam listem!<br />
Pec tam sovā home direktorijā jōīkopej forekastam vajadzeigūs failus:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">cp</span> <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>share<span style="color: #000000; font-weight: bold;">/</span>conkyforecast<span style="color: #000000; font-weight: bold;">/</span>conkyForecast.config ~<span style="color: #000000; font-weight: bold;">/</span>.conkyForecast.config</pre></div></div>

<p><strong>NB!</strong> es porkopieju ari conkyForecast.py vysaidam gadejumam...<br />
Ņiuļa failā vajag aizpildeit svareigas rindas! Nu weather.com uz e-postu maņ atsyutē viestuļi, kur nu 100+ rindom vajadzeigas ir viņ 2 :)<br />
Jōs vajadzeigas faila conkyForecast.config rindom:</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">LOCALE = vīta globusā :)
XOAP_PARTNER_ID = tovsID
XOAP_LICENCE_KEY = tovsAtslāgs</pre></div></div>

<p>A locale var nūskaidrōt web pōrlyuka adresī īrokstūt:<br />
<a href="http://xoap.weather.com/search/search?where=RIGA">http://xoap.weather.com/search/search?where=RIGA</a><br />
i nu izdūtō xml faila izkopiejūt vajadzeigū id:</p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #808080; font-style: italic;">&lt;!--</span>
<span style="color: #808080; font-style: italic;">This document is intended only for use by authorized licensees of The</span>
<span style="color: #808080; font-style: italic;">--&gt;&lt;!--</span>
<span style="color: #808080; font-style: italic;"> This document is intended only for use by authorized licensees of The</span>
<span style="color: #808080; font-style: italic;">--&gt;</span>
<span style="color: #808080; font-style: italic;">&lt;!--</span>
<span style="color: #808080; font-style: italic;"> Weather Channel. Unauthorized use is prohibited.  Copyright 1995-2009,</span>
<span style="color: #808080; font-style: italic;">--&gt;</span>;
<span style="color: #808080; font-style: italic;">&lt;!--</span>
<span style="color: #808080; font-style: italic;"> The Weather Channel Interactive, Inc.  All Rights Reserved.</span>
<span style="color: #808080; font-style: italic;">--&gt;</span>;
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;search</span> <span style="color: #000066;">ver</span>=<span style="color: #ff0000;">&quot;2.0&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;loc</span> <span style="color: #000066;">id</span>=<span style="color: #ff0000;">&quot;LGXX0004&quot;</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">&quot;1&quot;</span><span style="color: #000000; font-weight: bold;">&lt;Riga</span>, Latvia<span style="color: #000000; font-weight: bold;">&gt;</span></span>/loc&gt;
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;loc</span> <span style="color: #000066;">id</span>=<span style="color: #ff0000;">&quot;USMI0714&quot;</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">&quot;1&quot;</span><span style="color: #000000; font-weight: bold;">&lt;Riga</span>, MI<span style="color: #000000; font-weight: bold;">&gt;</span></span>/loc&gt;
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/search<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></div></div>

<p>Pošā .conkyrc failā locale ari jōpamaina iz Reigas (ci, kas tev tyvōk) <strong>id</strong> LGXX0004<br />
Tōļōk divejas saites uz manis nūmūceitō conkyrc oriģinalu un munu mūku rezultatu:</p>
<ul>
<li><a href="http://cyxob.lv/wp-content/uploads/2009/01/conkyrc">conkyrc</a> nu itōs <a href='http://cyxob.lv/wp-content/uploads/2009/01/conkytar.gz'>pakas</a>;</li>
<li><a href="http://cyxob.lv/wp-content/uploads/2009/01/conkyrc_muns">conkyrc_muns</a>.</li>
</ul>
<p>p.s. Īroksts vaira ir raksteits deļ seva. Kap pi nōkušōs conky mūceišonas byutu vīgļōk. A, ka rokstu losa vāļ kaids cyts - tod roksi komentarūs! paleidziešu tikt golā, ka variešu.<br />
p.p.s. <a href="http://gnome-look.org/content/show.php/CONKY-colors?content=92328">saite</a></p>
]]></content:encoded>
			<wfw:commentRss>http://cyxob.lv/2009/01/25/eee-conky/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

