1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="starfish" _label="Starfish">
7 <number id="delay" type="slider" arg="-delay %"
8 _label="Speed" _low-label="Slow" _high-label="Fast"
9 low="0" high="20000" default="10000"
12 <number id="duration" type="spinbutton" arg="-duration %"
13 _label="Duration" low="1" high="60" default="30"/>
15 <number id="thickness" type="slider" arg="-thickness %"
16 _label="Lines" _low-label="Thin" _high-label="Thick"
17 low="0" high="150" default="0"/>
20 <option id="field" _label="Color Gradients"/>
21 <option id="blob" _label="Pulsating Blob" arg-set="-blob"/>
24 <number id="ncolors" type="slider" arg="-colors %"
25 _label="Number of Colors" _low-label="Two" _high-label="Many"
26 low="1" high="255" default="200"/>
28 <!-- #### -delay2 [5] -->
29 <!-- #### -cycle-delay [100000] -->
30 <!-- #### -no-cycle -->
33 This generates a sequence of undulating, throbbing, star-like
34 patterns which pulsate, rotate, and turn inside out. Another display
35 mode uses these shapes to lay down a field of colors, which are then
36 cycled. The motion is very organic. Written by Jamie Zawinski.