<?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; terminal emulator</title>
	<atom:link href="http://www.ghacks.net/tag/terminal-emulator/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 16:29:26 +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>Use Aterm for Transparent Terminal Effects</title>
		<link>http://www.ghacks.net/2008/12/25/use-aterm-for-transparent-terminal-effects/</link>
		<comments>http://www.ghacks.net/2008/12/25/use-aterm-for-transparent-terminal-effects/#comments</comments>
		<pubDate>Thu, 25 Dec 2008 16:46:07 +0000</pubDate>
		<dc:creator>Jack Wallen</dc:creator>
				<category><![CDATA[Desktop Manager]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tutorials Basic]]></category>
		<category><![CDATA[aterm]]></category>
		<category><![CDATA[terminal emulator]]></category>
		<category><![CDATA[transparency]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=9343</guid>
		<description><![CDATA[If you&#8217;re like me you wind up using the command line a LOT. And when I am in the command line I prefer to at least enjoy the experience. To help add a little joy to this experience I use Aterm. Aterm is the termain emulator that was developed for the AfterStep window manager. That [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re like me you wind up using the command line a LOT. And when I am in the command line I prefer to at least enjoy the experience. To help add a little joy to this experience I use Aterm. Aterm is the termain emulator that was developed for the AfterStep window manager. That doesn&#8217;t mean Aterm is exlusive to the AfterStep window manager. You can install and use Aterm on any Linux desktop environment.</p>
<p>But with the plethora of terminal emulators available, why would you add yet another? Aterm offers some features that most other players can not touch. One of the more obvious features is that of transparency. I know, I know &#8211; both GNOME and KDE terminals do transparency, but not as easily and as well as aterm. Let&#8217;s see how this is done.</p>
<p><span id="more-9343"></span>First and foremost to get aterm to open with various forms of transparency you will be issuing a command. Once you have settled on the exact combination of arguments you like you can then create an icon, launcher, or menu entry to suit your needs.</p>
<p>With that in mind let&#8217;s take a look at some of the options to allow you to get some funky-ness with aterm.</p>
<p>the first thing we will do is basic transparency. To get basic transparency you execute the aterm command like so:</p>
<p>aterm -tr</p>
<p>To expedite coolness I am going to add a couple of switches:</p>
<p>aterm -tr -fg white -bg blue +sb</p>
<p>The above command will produce an aterm like you see below.</p>
<div id="attachment_9350" class="wp-caption alignnone" style="width: 510px"><img class="size-medium wp-image-9350" src="http://www.ghacks.net/wp-content/uploads/2008/12/aterm_1-500x365.png" alt="Basic aterm transparency" width="500" height="365" /><p class="wp-caption-text">Basic aterm transparency</p></div>
<p>What I did with the above command is:</p>
<ul>
<li>tr &#8211; Enable transparency</li>
<li>fg &#8211; Change the forground color (text)</li>
<li>bf &#8211; Background color (highlight)</li>
<li>sb &#8211; With the &#8220;+&#8221; symbol the scroll bar is turned off</li>
</ul>
<p>That is not all we can do. Let&#8217;s add the following:</p>
<p>tint &#8211; Add a tinting color to the transparency</p>
<p>fade &#8211; Fade the contents of the aterm window when it no longer has focus. The amount is from 0-100 with 0 being the most fade.</p>
<p>Here&#8217;s what the command <em>aterm -tr -tint blue -fade 50 -fg white -bg blue +sb </em>will look like.</p>
<div id="attachment_9353" class="wp-caption alignnone" style="width: 455px"><img src="http://www.ghacks.net/wp-content/uploads/2008/12/aterm_two1-445x500.png" alt="Aterm with Fade" title="aterm_two1" width="445" height="500" class="size-medium wp-image-9353" /><p class="wp-caption-text">Aterm with Fade</p></div>
<p>Naturally you&#8217;ll want to play around with colors and fade amounts depending upon your theme/background.</p>
<p><strong>Final Thoughts</strong></p>
<p>This has given you but a taste of what the aterm terminal emulator can do. If you&#8217;re like me, and you like some desktop eyecandy, this is a great way to get it without having to pump up your resources or spend all day tweaking.</p>

	Tags: <a href="http://www.ghacks.net/tag/aterm/" title="aterm" rel="tag">aterm</a>, <a href="http://www.ghacks.net/tag/linux/" title="Linux" rel="tag">Linux</a>, <a href="http://www.ghacks.net/tag/terminal-emulator/" title="terminal emulator" rel="tag">terminal emulator</a>, <a href="http://www.ghacks.net/tag/transparency/" title="transparency" rel="tag">transparency</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/01/01/enable-composit-for-window-transparency-in-enlightenment/" title="Enable Composite for Window Transparency in Enlightenment (January 1, 2009)">Enable Composite for Window Transparency in Enlightenment</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/02/07/yoggie-pico-personal-mobile-security-computer/" title="Yoggie PICO Personal Mobile Security Computer (February 7, 2008)">Yoggie PICO Personal Mobile Security Computer</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/10/30/with-ubuntu-9-10-arrives-wubi-9-10/" title="With Ubuntu 9.10 Arrives Wubi 9.10 (October 30, 2009)">With Ubuntu 9.10 Arrives Wubi 9.10</a> (2)</li>
	<li><a href="http://www.ghacks.net/2006/12/07/widgets-for-linux-superkaramba/" title="Widgets for Linux: SuperKaramba (December 7, 2006)">Widgets for Linux: SuperKaramba</a> (6)</li>
	<li><a href="http://www.ghacks.net/2006/12/06/widgets-for-linux-gdesklets/" title="Widgets for Linux: gDesklets (December 6, 2006)">Widgets for Linux: gDesklets</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/12/25/use-aterm-for-transparent-terminal-effects/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
