http://slackware.bholcomb.com/slackware/slackware-11.0/source/xap/xscreensaver/xscree...
[xscreensaver] / hacks / config / starfish.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="starfish" _label="Starfish">
4
5   <command arg="-root"/>
6
7   <number id="delay" type="slider" arg="-delay %"
8           _label="Speed" _low-label="Slow" _high-label="Fast"
9           low="0" high="20000" default="10000"
10           convert="invert"/>
11
12   <number id="duration" type="spinbutton" arg="-duration %"
13           _label="Duration" low="1" high="60" default="30"/>
14
15   <number id="thickness" type="slider" arg="-thickness %"
16           _label="Lines" _low-label="Thin" _high-label="Thick"
17           low="0" high="150" default="0"/>
18
19   <select id="mode">
20     <option id="random" _label="Random"/>
21     <option id="zoom"   _label="Color Gradients" arg-set="-mode zoom"/>
22     <option id="blob"   _label="Pulsating Blob"  arg-set="-mode blob"/>
23   </select>
24
25   <number id="ncolors" type="slider" arg="-colors %"
26             _label="Number of Colors" _low-label="Two" _high-label="Many"
27             low="1" high="255" default="200"/>
28
29   <_description>
30 This generates a sequence of undulating, throbbing, star-like
31 patterns which pulsate, rotate, and turn inside out.  Another display
32 mode uses these shapes to lay down a field of colors, which are then
33 cycled.  The motion is very organic.
34
35 Written by Jamie Zawinski; 1997.
36   </_description>
37 </screensaver>