<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://forum.xfce.org/extern.php?action=feed&amp;tid=6616&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Xfce Forums / Does XFCE have Desktop widgets]]></title>
		<link>http://forum.xfce.org/viewtopic.php?id=6616</link>
		<description><![CDATA[The most recent posts in Does XFCE have Desktop widgets.]]></description>
		<lastBuildDate>Wed, 28 Mar 2012 21:01:29 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Does XFCE have Desktop widgets]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=25498#p25498</link>
			<description><![CDATA[<p>There&#039;s Google gadgets: <a href="http://code.google.com/p/google-gadgets-for-linux/" rel="nofollow">http://code.google.com/p/google-gadgets-for-linux/</a></p>]]></description>
			<author><![CDATA[dummy@example.com (secipolla)]]></author>
			<pubDate>Wed, 28 Mar 2012 21:01:29 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=25498#p25498</guid>
		</item>
		<item>
			<title><![CDATA[Re: Does XFCE have Desktop widgets]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=25485#p25485</link>
			<description><![CDATA[<p>I&#039;ve always liked the Screenlets package of desktop widgets. It&#039;s a python thing, and they aren&#039;t part of any desktop package, but they work with everything I&#039;ve tried to use them on. That<br />s them on the right. There are some 30 or so different widgets one can use.<br /><span class="postimg"><img src="http://206.63.200.41/WA7QZR/Images/Screenshot.png" alt="Screenshot.png" /></span></p>]]></description>
			<author><![CDATA[dummy@example.com (wa7qzr)]]></author>
			<pubDate>Wed, 28 Mar 2012 09:03:44 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=25485#p25485</guid>
		</item>
		<item>
			<title><![CDATA[Re: Does XFCE have Desktop widgets]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=24125#p24125</link>
			<description><![CDATA[<p>The Orage clock does open a calendar when clicked.</p>]]></description>
			<author><![CDATA[dummy@example.com (stqn)]]></author>
			<pubDate>Sat, 17 Dec 2011 22:40:49 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=24125#p24125</guid>
		</item>
		<item>
			<title><![CDATA[Re: Does XFCE have Desktop widgets]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=24120#p24120</link>
			<description><![CDATA[<p>I put together a simple calendar theme for conky if you want to use it. It can be edited to whatever. There are loads of clock themes too that you can probably append to your .conkyrc file.</p><p><span class="postimg"><img src="http://img814.imageshack.us/img814/7599/screenshot1217201102074.png" alt="screenshot1217201102074.png" /></span></p><br /><p>Step 1: Install conky<br />Step 2: Edit the .conkyrc file in your home directory, and paste this in it:</p><div class="codebox"><pre class="vscroll"><code># set to yes if you want Conky to be forked in the background
background yes

# Create own window instead of using desktop (required in nautilus)
own_window 1
own_window_type override
own_window_transparent 1

# Use Xft?
use_xft no

# Set conky on the bottom of all other applications
on_bottom yes

# Update interval in seconds
update_interval 2

# This is the number of times Conky will update before quitting.
# Set to zero to run forever.
total_run_times 0

# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes

# Default colors and also border colors
default_color white
default_shade_color black
default_outline_color black

# Text alignment, other possible values are commented
#alignment top_left
#alignment top_right
#alignment bottom_left
alignment bottom_right
#alignment none

# Gap between borders of screen and text
# same thing as passing -x at command line
gap_x 12
gap_y 40

# Subtract file system buffers from used memory?
no_buffers yes

# set to yes if you want all text to be in uppercase
uppercase no

# number of cpu samples to average
# set to 1 to disable averaging
cpu_avg_samples 2

# number of net samples to average
# set to 1 to disable averaging
net_avg_samples 2

# Force UTF8? note that UTF8 support required XFT
override_utf8_locale no

# Add spaces to keep things from moving about?  This only affects certain objects.
use_spacer none

# stuff after &#039;TEXT&#039; will be formatted on screen

TEXT
${color #F6F9F9}${alignc}December $color

${color #FFFFFF}${execi 300 ~/.calendar.sh}</code></pre></div><p>Step 3: Create a text file in your home directory named .calendar.sh and paste this into it:</p><div class="codebox"><pre><code>cal | awk &#039;NR&gt;1&#039; | sed -e &#039;s/   /    /g&#039; -e &#039;s/[^ ] /&amp; /g&#039; -e &#039;s/..*/  &amp; /&#039; -e &#039;s/ \(&#039;`date | awk &#039;{print $3}&#039;`&#039;\) /\[&#039;`date | awk &#039;{print $3}&#039;`&#039;\]/&#039;</code></pre></div><p>Step 4: Right click on the .calendar.sh file and make it executable.</p><br /><p>It&#039;s not perfect in the fact that you have to change the month label every month. I&#039;m sure it can be done automatically. I just haven&#039;t looked into it yet.</p>]]></description>
			<author><![CDATA[dummy@example.com (Ion Silverbolt)]]></author>
			<pubDate>Sat, 17 Dec 2011 20:12:10 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=24120#p24120</guid>
		</item>
		<item>
			<title><![CDATA[Re: Does XFCE have Desktop widgets]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=24119#p24119</link>
			<description><![CDATA[<p>Gentoo huh, hardcore <img src="http://forum.xfce.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>Thanks for the clear answer, and suggestions. All I really want is a clock / calendar - if I could find something like that then XFCE with no panels would be very close to ideal, as I like a minimalist desktop.</p><p>Right now I have a single, very small panel that just contains a clock. Unfortunately this clock doesn&#039;t seem to have a pop-up calendar however.</p>]]></description>
			<author><![CDATA[dummy@example.com (lightstream)]]></author>
			<pubDate>Sat, 17 Dec 2011 18:46:21 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=24119#p24119</guid>
		</item>
		<item>
			<title><![CDATA[Re: Does XFCE have Desktop widgets]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=24110#p24110</link>
			<description><![CDATA[<p>No built-in desktop widgets in Xfce. Most Xfce users use Conky, which is an excellent light weight system monitor. Gkrellm is also another option which uses Gtk.</p><p>Here&#039;s my conky theme:</p><p><span class="postimg"><img src="http://img585.imageshack.us/img585/6504/screenshotuff.png" alt="screenshotuff.png" /></span></p>]]></description>
			<author><![CDATA[dummy@example.com (Ion Silverbolt)]]></author>
			<pubDate>Sat, 17 Dec 2011 03:39:59 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=24110#p24110</guid>
		</item>
		<item>
			<title><![CDATA[Does XFCE have Desktop widgets]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=24104#p24104</link>
			<description><![CDATA[<p>Are there built-in desktop widgets available in XFCE?</p><p>Googling isn&#039;t very helpful, it points me towards libxfce4ui which I do have installed. HOwever no options for adding widgets to the desktop anywhere.</p><p>Can someone give a definitive answer? Thanks.</p>]]></description>
			<author><![CDATA[dummy@example.com (lightstream)]]></author>
			<pubDate>Fri, 16 Dec 2011 18:23:04 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=24104#p24104</guid>
		</item>
	</channel>
</rss>
