1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="starfish" _label="Starfish">
7 <video href="https://www.youtube.com/watch?v=atwc7IJHuLo"/>
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"/>
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"
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"/>
24 <number id="thickness" type="slider" arg="-thickness %"
25 _label="Lines" _low-label="Thin" _high-label="Thick"
26 low="0" high="150" default="0"/>
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"/>
32 <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
34 <xscreensaver-updater />
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.
41 Written by Jamie Zawinski; 1997.