<?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>Make Tech Easier &#187; nitrogen</title>
	<atom:link href="http://maketecheasier.com/tag/nitrogen/feed" rel="self" type="application/rss+xml" />
	<link>http://maketecheasier.com</link>
	<description>Uncomplicating the complicated, making life easier</description>
	<lastBuildDate>Fri, 20 Nov 2009 13:39:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Nitrogen: A Background Setter For Lightweight Desktop Manager</title>
		<link>http://maketecheasier.com/nitrogen-a-background-setter-for-lightweight-desktop-manager/2008/12/02</link>
		<comments>http://maketecheasier.com/nitrogen-a-background-setter-for-lightweight-desktop-manager/2008/12/02#comments</comments>
		<pubDate>Tue, 02 Dec 2008 03:24:41 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[nitrogen]]></category>
		<category><![CDATA[openbox]]></category>
		<category><![CDATA[Wallpaper Changer]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=1247</guid>
		<description><![CDATA[Gnome, KDE and XFCE users will have no problem changing the wallpaper on their desktop. However, if you are using a lightweight desktop manager such Openbox or Fluxbox, you will find that there is no way that you can set the wallpaper for your desktop. In this case, Nitrogen will come in handy.
Nitrogen is a [...]<p><strong><a href="http://maketecheasier.com/nitrogen-a-background-setter-for-lightweight-desktop-manager/2008/12/02">Nitrogen: A Background Setter For Lightweight Desktop Manager</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/wattos-a-lightweight-ubuntu-for-your-old-computer/2008/07/15' rel='bookmark' title='Permanent Link: WattOS: A Lightweight Ubuntu For Your Old Computer'>WattOS: A Lightweight Ubuntu For Your Old Computer</a></li><li><a href='http://maketecheasier.com/make-your-ubuntu-desktop-rotate-as-a-cylindersphere/2008/07/28' rel='bookmark' title='Permanent Link: Make Your Ubuntu Desktop Rotate As a Cylinder/Sphere'>Make Your Ubuntu Desktop Rotate As a Cylinder/Sphere</a></li><li><a href='http://maketecheasier.com/terminal-as-transparent-wallpaper-in-ubuntu/2008/05/21' rel='bookmark' title='Permanent Link: [HowTo] Set Terminal As a Transparent Wallpaper In Your Ubuntu Desktop'>[HowTo] Set Terminal As a Transparent Wallpaper In Your Ubuntu Desktop</a></li><li><a href='http://maketecheasier.com/twitting-from-your-ubuntu-desktop/2008/04/09' rel='bookmark' title='Permanent Link: Twitting From Your Ubuntu Desktop'>Twitting From Your Ubuntu Desktop</a></li><li><a href='http://maketecheasier.com/how-to-redesign-your-desktop-the-wow-way/2008/01/10' rel='bookmark' title='Permanent Link: Ubuntu Tutorial: How To Redesign Your Desktop The &#8216;WOW&#8217; Way'>Ubuntu Tutorial: How To Redesign Your Desktop The &#8216;WOW&#8217; Way</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-1254" style="padding-right:5px" title="nitrogen-logo" src="http://images.maketecheasier.com/2008/12/nitrogen-logo.jpg" alt="nitrogen-logo" width="260" height="230" align="left" />Gnome, KDE and XFCE users will have no problem changing the wallpaper on their desktop. However, if you are using a lightweight desktop manager such Openbox or Fluxbox, you will find that there is no way that you can set the wallpaper for your desktop. In this case, Nitrogen will come in handy.</p>
<p><a href="http://projects.l3ib.org/nitrogen/" target="_blank">Nitrogen</a> is a simple, lightweight application that allows you to change the background of your desktop. Some of its key features include support for <a href="http://en.wikipedia.org/wiki/Multi-monitor" target="_blank">Multihead</a> and <a href="http://en.wikipedia.org/wiki/Xinerama" target="_blank">Xinerama</a>, a recall mode that can remember the last wallpaper set and command line mode for script use.</p>
<p>If you are using Ubuntu 8.10 (with Openbox) or any other debian-based system, here is how you install and configure Nitrogen.</p>
<p>In your terminal,</p>
<p class="codeblock">sudo nano /etc/apt/sources.list</p>
<p>add this two lines to the end of the file.</p>
<p class="codeblock">deb http://ppa.launchpad.net/k-belding/ubuntu intrepid main<br />
deb-src http://ppa.launchpad.net/k-belding/ubuntu intrepid main</p>
<p>Press <em>Ctrl + O</em> to save the file and <em>Ctrl + X</em> to close the file.</p>
<p class="codeblock">sudo apt-get update<br />
sudo apt-get install nitrogen</p>
<p>This should install Nitrogen on your system</p>
<h3>Setting background wallpaper</h3>
<p>Assume that your wallpaper folder is at <em>/home/username/wallpaper</em>.</p>
<p>In the terminal, type</p>
<p class="codeblock">nitrogen ~/wallpaper</p>
<p>A window will pop up showing all the wallpaper in the folder. Pick the one that you want to set as background image and click Apply.</p>
<p><img class="alignnone size-full wp-image-1249" title="nitrogen" src="http://images.maketecheasier.com/2008/12/nitrogen.jpg" alt="nitrogen" width="352" height="526" /></p>
<p>That&#8217;s it</p>
<p>To get it to autostart everytime you log in, in your terminal,</p>
<p class="codeblock">nano ~/.config/openbox/autostart.sh</p>
<p>Paste this into the end of the file</p>
<p class="codeblock"><code>nitrogen --restore &amp;</code></p>
<p>If the <em>autostart.sh</em> file does not exist, you will have to manually create one before you can carry out the above step.</p>
<p><p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* MTE body ad300x250, created 5/17/09 */
google_ad_slot = "3980792036";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p></p>
<p><strong><a href="http://maketecheasier.com/nitrogen-a-background-setter-for-lightweight-desktop-manager/2008/12/02">Nitrogen: A Background Setter For Lightweight Desktop Manager</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/wattos-a-lightweight-ubuntu-for-your-old-computer/2008/07/15' rel='bookmark' title='Permanent Link: WattOS: A Lightweight Ubuntu For Your Old Computer'>WattOS: A Lightweight Ubuntu For Your Old Computer</a></li><li><a href='http://maketecheasier.com/make-your-ubuntu-desktop-rotate-as-a-cylindersphere/2008/07/28' rel='bookmark' title='Permanent Link: Make Your Ubuntu Desktop Rotate As a Cylinder/Sphere'>Make Your Ubuntu Desktop Rotate As a Cylinder/Sphere</a></li><li><a href='http://maketecheasier.com/terminal-as-transparent-wallpaper-in-ubuntu/2008/05/21' rel='bookmark' title='Permanent Link: [HowTo] Set Terminal As a Transparent Wallpaper In Your Ubuntu Desktop'>[HowTo] Set Terminal As a Transparent Wallpaper In Your Ubuntu Desktop</a></li><li><a href='http://maketecheasier.com/twitting-from-your-ubuntu-desktop/2008/04/09' rel='bookmark' title='Permanent Link: Twitting From Your Ubuntu Desktop'>Twitting From Your Ubuntu Desktop</a></li><li><a href='http://maketecheasier.com/how-to-redesign-your-desktop-the-wow-way/2008/01/10' rel='bookmark' title='Permanent Link: Ubuntu Tutorial: How To Redesign Your Desktop The &#8216;WOW&#8217; Way'>Ubuntu Tutorial: How To Redesign Your Desktop The &#8216;WOW&#8217; Way</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/nitrogen-a-background-setter-for-lightweight-desktop-manager/2008/12/02/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
