![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Ubuntu 9.10 is out!!!
When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu. The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely. |
|
Tutorials & Tips The place to find Ubuntu related Tips & Tricks. |
|
|
Thread Tools | Display Modes |
|
|
#1 | |||
|
SADFL's Commando
![]() |
An Aquatic Desktop - Neat Eye Candy
I have sat on this into for too long. Its time to tell the tale about some pretty neat eye candy.
I will let the author explain it: " xdesktopwaves is a cellular automata setting the background of your X Windows desktop under water. Windows and mouse are like ships on the sea. Each movement of these ends up in moving water waves. You can even have rain and/or storm stirring up the water." Sounds cool huh? Here is some screenshots: http://ubuntuforums.org/gallery/show...original=1&c=2 http://ubuntuforums.org/gallery/show...original=1&c=2 http://ubuntuforums.org/gallery/show...original=1&c=2 Bonus is that its REALLY stable for me. Downside is that is uses CPU power (you determine how much though). If you want to try it, pull out the terminal and type in: Code:
sudo apt-get install xdesktopwaves Code:
xdesktopwaves Code:
xdesktopwaves -quality 8 Next we will play with the color. Here is an example command: Code:
xdesktopwaves -colortheme 3 Now for the fun stuff. To add rain use this example command: Code:
xdesktopwaves -rain 2 Now is the worst effect- the storm. It adds wind as an element. To try use this example command: Code:
xdesktopwaves -storm 2 Now if you REALLY like this trick and you are willing to give up your desktop for it (it does not get deleted, it is just hidden) then try this command: Code:
xdesktopwaves -opaque Now figure out what commands you like and try stacking them. Here is an example and good default: Code:
xdesktopwaves -quality 7 -opaque -rain 1 -colortheme 7 Here is the command I use: Code:
xdesktopwaves -quality 8 -rain 1 -colortheme 3 Put this command in the terminal: gedit toggle_xdesktopwaves.bash Fill the empty file by copying and pasting this: Code:
#!/bin/bash
a=`ps -aef | grep -i xdesktopwaves | awk ' {if ($8 == "xdesktopwaves"){printf "2"}} '`
if [[ $a = "" ]]
then
yourcommand
else
kill -9 `ps -aef | grep -i xdesk | awk ' {if ($8 == "xdesktopwaves"){printf $2}} '`
fi
Code:
#!/bin/bash
a=`ps -aef | grep -i xdesktopwaves | awk ' {if ($8 == "xdesktopwaves"){printf "2"}} '`
if [[ $a = "" ]]
then
xdesktopwaves -quality 8 -rain 1 -colortheme 3
else
kill -9 `ps -aef | grep -i xdesk | awk ' {if ($8 == "xdesktopwaves"){printf $2}} '`
fi
Quote:
Quote:
For name put "xdesktopwaves" In the "command" blank put: Code:
/usr/bin/toggle_xdesktopwaves.bash Code:
tar -zxvf xdesktopwaves.xpm.tar.gz Code:
sudo mv xdesktopwaves.xpm /usr/share/pixmaps/xdesktopwaves.xpm There you go. You now have a on off button for these neat effect. I hope you enjoy, and spread the love to your friends and family.
__________________
Quote:
Last edited by poofyhairguy; January 4th, 2006 at 09:18 AM.. |
|||
|
|
|
|
|
#2 |
|
Ubuntu French Roast
![]() Join Date: Jun 2005
Location: France
Beans: 6,250
Ubuntu 9.04 Jaunty Jackalope
|
Re: An Aquatic Desktop - Neat Eye Candy
I love this trick, thanks poofy
|
|
|
|
|
|
#3 |
|
Way Too Much Ubuntu
![]() |
Re: An Aquatic Desktop - Neat Eye Candy
some screen?
__________________
iAc alias Lizardking - Ubuntu Artwork Team web: www.iacopomasi.net mail: iacopo.masi@gmail.com |
|
|
|
|
|
#4 |
|
A Carafe of Ubuntu
![]() Join Date: Mar 2005
Location: Greece!
Beans: 123
Ubuntu 7.04 Feisty Fawn
|
Re: An Aquatic Desktop - Neat Eye Candy
I love it, but it doesn't work without Nautilus drawing the desktop, meaning, no Water with E17...I'm sad.
__________________
"Ubuntu" is an ancient African word, meaning: "I can't configure Debian." |
|
|
|
|
|
#5 |
|
5 Cups of Ubuntu
![]() Join Date: Dec 2005
Location: Lithuania
Beans: 12
Dapper Drake Testing/
|
Re: An Aquatic Desktop - Neat Eye Candy
wow nice stuff
thanks poofyhairguy |
|
|
|
|
|
#6 | ||
|
SADFL's Commando
![]() |
Re: An Aquatic Desktop - Neat Eye Candy
Quote:
__________________
Quote:
|
||
|
|
|
|
|
#7 | ||
|
SADFL's Commando
![]() |
Re: An Aquatic Desktop - Neat Eye Candy
Quote:
Hmmm...thanks for telling me. I will make this a Gnome guide then.
__________________
Quote:
|
||
|
|
|
|
|
#8 | ||
|
SADFL's Commando
![]() |
Re: An Aquatic Desktop - Neat Eye Candy
Quote:
__________________
Quote:
|
||
|
|
|
|
|
#9 |
|
A Carafe of Ubuntu
![]() |
Re: An Aquatic Desktop - Neat Eye Candy
I'm pretty sure i followed everything you said. but i still get permission denied on using the launcher.
I should change the location of the .bash file to my home folder? Anyway... I love the effects! |
|
|
|
|
|
#10 |
|
Big cup of plunger coffee
![]() Join Date: Apr 2005
Location: Finland
Beans: 6,475
Ubuntu 9.10 Karmic Koala
|
Re: An Aquatic Desktop - Neat Eye Candy
That's a nice one. Thanks.
Have you tried xpenguins too? It's also available in repositories. I also tried xsnow, but that doesn't seem to work, I suppose it doesn't like nautilus. It's a bit sad as some snow would have looked great on my January desktop
__________________
42 |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|