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