<?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>gHacks technology news &#187; transparent windows</title>
	<atom:link href="http://www.ghacks.net/tag/transparent-windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 20:14:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Add Emerald for slick window decorations</title>
		<link>http://www.ghacks.net/2009/08/18/add-emerald-for-slick-window-decorations/</link>
		<comments>http://www.ghacks.net/2009/08/18/add-emerald-for-slick-window-decorations/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 21:47:20 +0000</pubDate>
		<dc:creator>Jack Wallen</dc:creator>
				<category><![CDATA[Advice]]></category>
		<category><![CDATA[Desktop Manager]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tutorials Basic]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Compiz]]></category>
		<category><![CDATA[emerald]]></category>
		<category><![CDATA[startup applications]]></category>
		<category><![CDATA[transparent windows]]></category>
		<category><![CDATA[window decorator]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=15501</guid>
		<description><![CDATA[I am a fan of eye candy. I have been for a long time. And, thankfully, Linux does eye candy better than any other operating system. Windows Aero? Linux has been doing that for year. Transparency? Linux has had that for years. And with Linux there are so many ways to add eye candy to [...]]]></description>
			<content:encoded><![CDATA[<p>I am a fan of eye candy. I have been for a long time. And, thankfully, Linux does eye candy better than any other operating system. Windows Aero? Linux has been doing that for year. Transparency? Linux has had that for years. And with Linux there are so many ways to add eye candy to your desktop.</p>
<p>One of those ways is using the Compiz &#8220;3D&#8221; desktop. But using Compiz is not enough for me. I want my windows decorated far more than the average window manager can handle. That&#8217;s where Emerald comes in. Emerald is a window decorator that usually ships with Compiz but does not always include everything you need. And in some instances, Compiz doesn&#8217;t include Emerald. That&#8217;s an easiest enough problem to figure out and solve.</p>
<p><span id="more-15501"></span><strong>What is Emerald?</strong></p>
<p>As stated earlier, Emerald is a theme-able window decorator. But Emerald takes window decorating one step further by also allowing for full-composite window decorations. By adding composite to the decoration Emerald can include such features as transparency and drop shadow. And Emerald does this without taking any more of a hit on your resources than a normal window manager. That is, assuming you have the hardware that supports compositing. The main issue is that your graphics chip must support 3D/Direct Rendering. If your hardware can support that, your hardware will work with Emerald. You will also need to have Compiz installed (this article will assume you have Compiz up and running).</p>
<p><strong>Getting and installing</strong></p>
<p>The good news is that Emerald will be in your repository. Here are the steps to install Emerald:</p>
<ul>
<li>Open up your Add/Remove Software utility.</li>
<li>Do a search for &#8220;emerald&#8221; (no quotes)</li>
<li>Mark Emerald for installation.</li>
<li>Click Apply to install.</li>
</ul>
<p>Now, the bad news is that Emerald will only install with one theme. You will have to find new themes on line. There are plenty of places to find Emerald themes. The best location I have found is the <a title="Compiz Community" href="http://www.compiz-themes.org/index.php?xcontentmode=103" target="_blank">Compiz Community</a>. Search through those themes and download the ones you like. Download those files to a single directory (let&#8217;s say<strong> ~/THEMES</strong>) We&#8217;ll talk about adding them in a moment.</p>
<p><strong>Running Emerald</strong></p>
<p>In order to start Emerald you have to run it such that it will replace your current window decorator. To do this open up the Run Command dialog (in GNOME you&#8217;ll hit &lt;Alt&gt;F2) and enter the command:</p>
<p><em>emerald &#8211;replace</em></p>
<p>You will immediately see your window decorations change. The default theme is a transparent red-ish theme.</p>
<div id="attachment_15503" class="wp-caption alignleft" style="width: 516px"><a rel="attachment wp-att-15503" href="http://www.ghacks.net/2009/08/18/add-emerald-for-slick-window-decorations/emerald_theme_manager/"><img class="size-full wp-image-15503" src="http://www.ghacks.net/wp-content/uploads/2009/08/emerald_theme_manager.png" alt="Figure 1" width="506" height="368" /></a><p class="wp-caption-text">Figure 1</p></div>
<p>Now you will want to open up the theme manager. You will find the Emerald Theme manager in the Preferences sub-menu of the System menu. When the theme manager opens (see Figure 1) you will see no themes listed. In Figure 1 you can see a theme (<a title="Overglass theme" href="http://www.compiz-themes.org/content/show.php/Overglass+Mod?content=110062&amp;PHPSESSID=c984e665640d52c5e35ae449a4d2f2dc" target="_blank">Overglass</a>) which has been added. All themes you have added to Emerald will be listed here.</p>
<p><strong>Adding themes</strong></p>
<p>The themes you download will be in .emerald format. All you need to do to add a theme is click on the Import button, navigate to the theme you want to add and click OK. The theme will change to the new theme, you actually have to select that new theme for it to take affect. To switch to the newly added them just select the theme from the listing in the Themes tab of the manager.</p>
<p><strong>Start Emerald at login</strong></p>
<p>One issue you will find is that Emerald doesn&#8217;t automatically start at login. Without setting it up to automatically start, you will have to start it via command line every time you log into your account. Fortunately you can set this up easily. To do so you open up the Startup Applications Preferences. Locate this tool in the Preferences sub-menu of the System menu.</p>
<div id="attachment_15509" class="wp-caption alignright" style="width: 323px"><a rel="attachment wp-att-15509" href="http://www.ghacks.net/2009/08/18/add-emerald-for-slick-window-decorations/startup/"><img class="size-full wp-image-15509" src="http://www.ghacks.net/wp-content/uploads/2009/08/startup.png" alt="Figure 2" width="313" height="250" /></a><p class="wp-caption-text">Figure 2</p></div>
<p>When it opens up you will see a simple window with two tabs and a few buttons. Click on the Add button to open up the Add Startup Program window (see Figure 2). You can see, in Figure 2, the details you need to add for this to work. Once you have added the information click the Add button and then click the Close button.</p>
<p>Now the next time you log in to your desktop Emerald will be your window decorator.</p>
<p><strong>Final thoughts</strong></p>
<p>Of all the window decorators out there you will find Emerald to be the best of the best. Not only does it offer numerous attractive themes, it won&#8217;t take as much of a hit on your performance as you might think it would. Give Emerald a try and you will see just how far the desktop can go.</p>

	Tags: <a href="http://www.ghacks.net/tag/compiz/" title="Compiz" rel="tag">Compiz</a>, <a href="http://www.ghacks.net/tag/emerald/" title="emerald" rel="tag">emerald</a>, <a href="http://www.ghacks.net/tag/startup-applications/" title="startup applications" rel="tag">startup applications</a>, <a href="http://www.ghacks.net/tag/transparent-windows/" title="transparent windows" rel="tag">transparent windows</a>, <a href="http://www.ghacks.net/tag/window-decorator/" title="window decorator" rel="tag">window decorator</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/08/22/get-some-serious-transparency-in-gnome-and-compiz/" title="Get some serious transparency in GNOME and Compiz (August 22, 2009)">Get some serious transparency in GNOME and Compiz</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/09/01/transparent-windows-with-tophaz/" title="Transparent Windows With Tophaz (September 1, 2008)">Transparent Windows With Tophaz</a> (4)</li>
	<li><a href="http://www.ghacks.net/2009/05/25/enabling-the-cube-in-compiz/" title="Enabling the Cube in Compiz (May 25, 2009)">Enabling the Cube in Compiz</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/02/20/ecomorph-e17-coolest-desktop-ever/" title="Ecomorph + E17 = Coolest Desktop Ever! (February 20, 2009)">Ecomorph + E17 = Coolest Desktop Ever!</a> (9)</li>
	<li><a href="http://www.ghacks.net/2009/07/30/configuring-the-appearance-of-the-compiz-cube/" title="Configuring the appearance of the Compiz Cube (July 30, 2009)">Configuring the appearance of the Compiz Cube</a> (7)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/08/18/add-emerald-for-slick-window-decorations/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Transparent Windows With Tophaz</title>
		<link>http://www.ghacks.net/2008/09/01/transparent-windows-with-tophaz/</link>
		<comments>http://www.ghacks.net/2008/09/01/transparent-windows-with-tophaz/#comments</comments>
		<pubDate>Mon, 01 Sep 2008 07:11:41 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[desktop contrast]]></category>
		<category><![CDATA[tophaz]]></category>
		<category><![CDATA[transparent desktop]]></category>
		<category><![CDATA[transparent window]]></category>
		<category><![CDATA[transparent windows]]></category>
		<category><![CDATA[windows effects]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=6669</guid>
		<description><![CDATA[Tophaz is a software program for Windows that adds two sets of Windows effects to the computer, namely Windows Transparency and so called Jelly Effects. Each set contains three options that can be selected individually. The Windows Transparency set for instance can enable Taskbar and Start Menu transparency, non-active windows transparency and contrast screen.
Taskbar and [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://samiwieciekto.deviantart.com/art/Tophaz-94338640">Tophaz</a> is a software program for Windows that adds two sets of Windows effects to the computer, namely Windows Transparency and so called Jelly Effects. Each set contains three options that can be selected individually. The Windows Transparency set for instance can enable Taskbar and Start Menu transparency, non-active windows transparency and contrast screen.</p>
<p>Taskbar and Start Menu transparency adds custom transparency to the Windows Taskbar and Start Menu. Non-active windows transparency keeps the active window opaque and makes all other open windows transparent while Contrast Screen helps the user focus on the current task by placing a solid contrast screen underneath it that covers the rest of the computer desktop.</p>
<p>The Jelly effects are more unusual and harder to figure out. Activating Windows Bounce will bounce every window the user clicks on which did cause troubles with the Windows Start Menu on the test computer. Windows Resilence makes Windows act like jelly during resize while Window Kinetics adds basic kinetics to windows movement.</p>
<p><span id="more-6669"></span><img src="http://www.ghacks.net/wp-content/uploads/2008/09/transparent_windows-500x475.jpg" alt="transparent windows" title="transparent windows" width="500" height="475" class="alignnone size-medium wp-image-6671" /></p>
<p>The program has a few quirks which can be attributed to the early version. The transparent windows effects work fine and without problems. The Window Resilence and Window Kinetics Jelly effects would not work on the test computer. That, or they were not recognizable. Windows Bounce was working but pretty annoying after a short while.</p>
<p>The best feature so far is the Contrast Screen option which makes it easier to work in Windows. The software program uses roughly 20 Megabytes of computer memory and users who only want the transparency effects are probably better off with an application that demands less system resources like <a href="http://www.elgorithms.com/downloads/chaoscrystal.php">Chaos Crystal</a></p>

	Tags: <a href="http://www.ghacks.net/tag/desktop-contrast/" title="desktop contrast" rel="tag">desktop contrast</a>, <a href="http://www.ghacks.net/tag/software/" title="software" rel="tag">software</a>, <a href="http://www.ghacks.net/tag/tophaz/" title="tophaz" rel="tag">tophaz</a>, <a href="http://www.ghacks.net/tag/transparent-desktop/" title="transparent desktop" rel="tag">transparent desktop</a>, <a href="http://www.ghacks.net/tag/transparent-window/" title="transparent window" rel="tag">transparent window</a>, <a href="http://www.ghacks.net/tag/transparent-windows/" title="transparent windows" rel="tag">transparent windows</a>, <a href="http://www.ghacks.net/tag/windows/" title="Windows" rel="tag">Windows</a>, <a href="http://www.ghacks.net/tag/windows-effects/" title="windows effects" rel="tag">windows effects</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2007/01/25/add-transparency-to-your-windows/" title="Add Transparency to your windows (January 25, 2007)">Add Transparency to your windows</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/06/08/zip-repair/" title="Zip Repair (June 8, 2008)">Zip Repair</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/07/15/zen-key-an-all-purpose-application-manager/" title="Zen Key An All Purpose Application Manager (July 15, 2008)">Zen Key An All Purpose Application Manager</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/05/13/youtube-batch-downloader/" title="Youtube Batch Downloader (May 13, 2008)">Youtube Batch Downloader</a> (13)</li>
	<li><a href="http://www.ghacks.net/2008/07/10/yahoo-widget-position-restorer/" title="Yahoo Widget Position Restorer (July 10, 2008)">Yahoo Widget Position Restorer</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/09/01/transparent-windows-with-tophaz/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Add Transparency to your windows</title>
		<link>http://www.ghacks.net/2007/01/25/add-transparency-to-your-windows/</link>
		<comments>http://www.ghacks.net/2007/01/25/add-transparency-to-your-windows/#comments</comments>
		<pubDate>Thu, 25 Jan 2007 07:52:50 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[freeware]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[transparent windows]]></category>
		<category><![CDATA[transparenty]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/01/25/add-transparency-to-your-windows/</guid>
		<description><![CDATA[Glass 2k is a little freeware application for Windows 2000 and Xp which makes it easy to add a transparency effect to any window on your system. A great feature of Glass 2k is that it is able to remember the transparency settings that you set in a previous session. The default keyboard shortcut to add transparency is CTRL + SHIFT + a key between 1 and 0 with 1 being transparent and 0 not. Click on the image below to load a bigger image see some effects that I enabled on my desktop.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.chime.tv/gui.shtml" target="_blank">Glass 2k</a> is a little freeware application for Windows 2000 and Xp which makes it easy to add a transparency effect to any window on your system. A great feature of Glass 2k is that it is able to remember the transparency settings that you set in a previous session. The default keyboard shortcut to add transparency is CTRL + SHIFT + a key between 1 and 0 with 1 being transparent and 0 not. Click on the image below to load a bigger image see some effects that I enabled on my desktop.</p>
<p><a href="http://www.ghacks.net/files/screens/2007/01/glass2kbig.jpg"><img src="http://www.ghacks.net/files/screens/2007/01/glass2k.jpg" alt="glass 2k window transparency" /></a></p>
<p><span id="more-1132"></span></p>
<p>Glass 2k has to be loaded and places an icon in the system tray. If you intend to use it all the time you should enable the setting to load Glass 2k at windows startup. The keyboard shortcuts can be changed to other keyboard combinations. Alternatively you can opt to add a Transparency Popup to the right mouse button which could be combined with a key as well. </p>
<p>Pressing alt and the right mouse button would open a slider that let you define the transparency level. Glass 2k can also set the transparency level of the task bar.</p>

	Tags: <a href="http://www.ghacks.net/tag/freeware/" title="freeware" rel="tag">freeware</a>, <a href="http://www.ghacks.net/tag/software/" title="software" rel="tag">software</a>, <a href="http://www.ghacks.net/tag/transparent-windows/" title="transparent windows" rel="tag">transparent windows</a>, <a href="http://www.ghacks.net/tag/transparenty/" title="transparenty" rel="tag">transparenty</a>, <a href="http://www.ghacks.net/tag/windows/" title="Windows" rel="tag">Windows</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2006/12/29/tweak-vista-freeware/" title="Tweak Vista Freeware (December 29, 2006)">Tweak Vista Freeware</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/09/01/transparent-windows-with-tophaz/" title="Transparent Windows With Tophaz (September 1, 2008)">Transparent Windows With Tophaz</a> (4)</li>
	<li><a href="http://www.ghacks.net/2006/11/18/top-xp-freeware-that-every-user-needs-part-3/" title="Top Xp Freeware that every user needs part 3 (November 18, 2006)">Top Xp Freeware that every user needs part 3</a> (5)</li>
	<li><a href="http://www.ghacks.net/2006/01/14/top-100-free-software-for-windows-xp/" title="top 100 free software for windows xp (January 14, 2006)">top 100 free software for windows xp</a> (1)</li>
	<li><a href="http://www.ghacks.net/2006/10/19/the-wonderful-icon-freeware/" title="The Wonderful Icon Freeware (October 19, 2006)">The Wonderful Icon Freeware</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/01/25/add-transparency-to-your-windows/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
