From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[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   <select id="mode">
8     <option id="random" _label="Random"/>
9     <option id="zoom"   _label="Color gradients" arg-set="-mode zoom"/>
10     <option id="blob"   _label="Pulsating blob"  arg-set="-mode blob"/>
11   </select>
12
13   <number id="delay" type="slider" arg="-delay %"
14           _label="Frame rate" _low-label="Low" _high-label="High"
15           low="0" high="100000" default="10000"
16           convert="invert"/>
17
18   <number id="duration" type="slider" arg="-duration %"
19           _label="Duration" _low-label="1 second" _high-label="30 seconds"
20           low="1" high="60" default="30"/>
21
22   <number id="thickness" type="slider" arg="-thickness %"
23           _label="Lines" _low-label="Thin" _high-label="Thick"
24           low="0" high="150" default="0"/>
25
26   <number id="ncolors" type="slider" arg="-colors %"
27             _label="Number of colors" _low-label="Two" _high-label="Many"
28             low="1" high="255" default="200"/>
29
30   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
31
32   <xscreensaver-updater />
33
34   <_description>
35 Undulating, throbbing, star-like patterns pulsate, rotate, and turn
36 inside out.  Another display mode uses these shapes to lay down a
37 field of colors, which are then cycled.  The motion is very organic.
38
39 Written by Jamie Zawinski; 1997.
40   </_description>
41 </screensaver>