<?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>Sun, 12 Feb 2012 15:58:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<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 [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/nitrogen-a-background-setter-for-lightweight-desktop-manager/2008/12/02&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/nitrogen-a-background-setter-for-lightweight-desktop-manager/2008/12/02" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/nitrogen-a-background-setter-for-lightweight-desktop-manager/2008/12/02" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/nitrogen-a-background-setter-for-lightweight-desktop-manager/2008/12/02" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/nitrogen-a-background-setter-for-lightweight-desktop-manager/2008/12/02&amp;title=Nitrogen%3A+A+Background+Setter+For+Lightweight+Desktop+Manager&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/nitrogen-a-background-setter-for-lightweight-desktop-manager/2008/12/02" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<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>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-1254" style="padding-right:5px" title="nitrogen-logo" src="http://imagecdn.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><span id="more-1247"></span>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://imagecdn.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><!--adsense#468x60--></p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/nitrogen-a-background-setter-for-lightweight-desktop-manager/2008/12/02&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/nitrogen-a-background-setter-for-lightweight-desktop-manager/2008/12/02" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/nitrogen-a-background-setter-for-lightweight-desktop-manager/2008/12/02" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/nitrogen-a-background-setter-for-lightweight-desktop-manager/2008/12/02" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/nitrogen-a-background-setter-for-lightweight-desktop-manager/2008/12/02&amp;title=Nitrogen%3A+A+Background+Setter+For+Lightweight+Desktop+Manager&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/nitrogen-a-background-setter-for-lightweight-desktop-manager/2008/12/02" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<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>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/nitrogen-a-background-setter-for-lightweight-desktop-manager/2008/12/02/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

