http://packetstormsecurity.org/UNIX/admin/xscreensaver-4.16.tar.gz
[xscreensaver] / hacks / config / xfishtank.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="xfishtank" _label="XFishTank">
4
5   <command arg="-d"/>
6   <command arg="-s"/>
7
8   <number id="aspeed" type="slider" arg="-i %"
9             _label="Animation Speed" _low-label="Slow" _high-label="Fast"
10             low="0.0" high="1.0" default="0.2"/>
11
12   <number id="fspeed" type="slider" arg="-r %"
13             _label="Fish Speed" _low-label="Slow" _high-label="Fast"
14             low="0.0" high="1.0" default="0.2"/>
15
16   <number id="bubbles" type="slider" arg="-b %"
17             _label="Bubbles" _low-label="Few" _high-label="Many"
18             low="0" high="200" default="32"/>
19
20   <number id="fish" type="slider" arg="-f %"
21             _label="Fish" _low-label="Few" _high-label="Many"
22             low="0" high="50" default="10"/>
23
24   <number id="ncolors" type="slider" arg="-C %"
25             _label="Number of Colors" _low-label="Two" _high-label="Many"
26             low="2" high="255" default="64"/>
27
28   <_description>
29 Fish!  This is not included with the XScreenSaver package, but if you
30 don't have it already, you can find it at
31 &lt;http://metalab.unc.edu/pub/Linux/X11/demos/&gt;.
32   </_description>
33 </screensaver>