<?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=3497&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Xfce Forums / change panel/taskbar over a xfce4 theme ? ]]></title>
		<link>http://forum.xfce.org/viewtopic.php?id=3497</link>
		<description><![CDATA[The most recent posts in change panel/taskbar over a xfce4 theme ? .]]></description>
		<lastBuildDate>Wed, 11 Jul 2007 23:37:58 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: change panel/taskbar over a xfce4 theme ? ]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=14490#p14490</link>
			<description><![CDATA[<p>Well, you said the panel right? I haven&#039;t learned a way to add a custom panel into the gtkrc theme properly yet, so I just use a separate gtkrc-2.0 for the panel.</p><br /><p>When I make my gtkrc themes, the panel will use the bg[NORMAL] color and the fg[NORMAL], and also the colors for fg[ACTIVE], bg[PRELIGHT], and bg[ACTIVE] on the buttons and menus...and their are a few settings in the style &quot;default&quot; that change the size of buttons and icon padding.</p><p>But, you can always make a gtkrc for a theme, and then add a gtkrc-2.0 in your /home/folder for a separate panel (task-bar). The gtkrc-2.0 in your home folder will over-ride your panel in your /usr/share/themes/Xfce-theme/gtk-2.0/gtkrc...and you can just make it to match your new theme. (if you learn a better way to use bg_pixmap[NORMAL] image for your panel then let me know)</p><br /><p>I have had difficulty finding info on how to write a theme for xfce, so I self taught myself by looking at other people&#039;s themes and figuring somethings out on my own. This is a thread that I made in Ubuntu Forums for some things that I have learned and shared about the xfce engine: <a href="http://ubuntuforums.org/showthread.php?t=377397" rel="nofollow">http://ubuntuforums.org/showthread.php?t=377397</a></p><p>I&#039;m a beginner so some things that I say might be wrong or may be the improper way to do something, but it&#039;s worked for me and my gtkrc themes, this is my latest theme that I made:</p><p><span class="postimg"><img src="http://i144.photobucket.com/albums/r161/crimesaucer/Screenshot-38-8.png" alt="Screenshot-38-8.png" /></span><br /><a href="http://i144.photobucket.com/albums/r161/crimesaucer/Screenshot-38-9.png" rel="nofollow">http://i144.photobucket.com/albums/r161 … t-38-9.png</a></p><p><span class="postimg"><img src="http://i144.photobucket.com/albums/r161/crimesaucer/Screenshot-39-7.png" alt="Screenshot-39-7.png" /></span><br /><a href="http://i144.photobucket.com/albums/r161/crimesaucer/Screenshot-39-8.png" rel="nofollow">http://i144.photobucket.com/albums/r161 … t-39-8.png</a></p><p><span class="postimg"><img src="http://i144.photobucket.com/albums/r161/crimesaucer/Screenshot-31-10.png" alt="Screenshot-31-10.png" /></span><br /><a href="http://i144.photobucket.com/albums/r161/crimesaucer/Screenshot-31-9.png" rel="nofollow">http://i144.photobucket.com/albums/r161 … t-31-9.png</a></p><p><span class="postimg"><img src="http://i144.photobucket.com/albums/r161/crimesaucer/Screenshot-30-14.png" alt="Screenshot-30-14.png" /></span><br /><a href="http://i144.photobucket.com/albums/r161/crimesaucer/Screenshot-30-13.png" rel="nofollow">http://i144.photobucket.com/albums/r161 … -30-13.png</a></p><br /><p>Feel free to add anything that you learn or know in there, and also ask any questions about the gtkrc.</p>]]></description>
			<author><![CDATA[dummy@example.com (crimesaucer)]]></author>
			<pubDate>Wed, 11 Jul 2007 23:37:58 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=14490#p14490</guid>
		</item>
		<item>
			<title><![CDATA[Re: change panel/taskbar over a xfce4 theme ? ]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=14488#p14488</link>
			<description><![CDATA[<p>thx ,&#160; i will try that , although i actually want to completely modify the xfce4.4 look (gtk+) .<br />but it is really annoying <img src="http://forum.xfce.org/img/smilies/sad.png" width="15" height="15" alt="sad" /></p>]]></description>
			<author><![CDATA[dummy@example.com (XXXfce)]]></author>
			<pubDate>Wed, 11 Jul 2007 21:58:41 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=14488#p14488</guid>
		</item>
		<item>
			<title><![CDATA[Re: change panel/taskbar over a xfce4 theme ? ]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=14478#p14478</link>
			<description><![CDATA[<p>I tried to add a panel theme into my gtkrc and it didn&#039;t work. I might have done something wrong.</p><p>So I used the same exact code in a separate gtkrc-2.0 and that is how I have a nice panel image that matches my theme.</p><p>If you read a bit, you can find ways to make your panel transparent with certain patches...but I didn&#039;t feel like going through all of the trouble so I just use an image and a little code like this:</p><div class="codebox"><pre><code>style &quot;panel&quot;
{
  bg[NORMAL] = &quot;#7A899E&quot;
  bg_pixmap[NORMAL] = &quot;nunupanel.png&quot;
  fg[NORMAL] = &quot;#000000&quot;
  }

widget_class &quot;*Panel*&quot;      style &quot;panel&quot;
widget &quot;*Panel*&quot;            style &quot;panel&quot;
class &quot;*Panel*&quot;             style &quot;panel&quot;</code></pre></div><br /><p><span class="postimg"><img src="http://i144.photobucket.com/albums/r161/crimesaucer/Screenshot-35-10.png" alt="Screenshot-35-10.png" /></span><br /><a href="http://i144.photobucket.com/albums/r161/crimesaucer/Screenshot-35-9.png" rel="nofollow">http://i144.photobucket.com/albums/r161 … t-35-9.png</a></p><br /><p>So I just have this little bit of code saved as my gtkrc-2.0 in my /home/folder</p><p>I also keep my panel image in there which is the nunupanel.png</p><br /><p>...you can also add more code in your gtkrc-2.0 to change buttons and other panel plug-ins and things...even font choices.</p>]]></description>
			<author><![CDATA[dummy@example.com (crimesaucer)]]></author>
			<pubDate>Wed, 11 Jul 2007 03:31:16 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=14478#p14478</guid>
		</item>
		<item>
			<title><![CDATA[change panel/taskbar over a xfce4 theme ? ]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=14475#p14475</link>
			<description><![CDATA[<p>i am working on a desktop theme&#160; and analysed several themes for xfwm4 ,<br />but there seems no way to change the taskbars/panel&#160; over a xfce theme , although there are always nice pictures<br />of a modded taskbar/panel on the xfce4 theme site . a bit confusing at least...:)</p><p>i want to create a theme for everything (of course) , so i just&#160; need to create an additionally gtk theme ?</p><br /><p>greetings</p>]]></description>
			<author><![CDATA[dummy@example.com (XXXfce)]]></author>
			<pubDate>Tue, 10 Jul 2007 21:01:45 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=14475#p14475</guid>
		</item>
	</channel>
</rss>
