1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="whirlygig" _label="Whirlygig">
7 <video href="https://www.youtube.com/watch?v=Y2JTY7bssPM"/>
10 <number id="whirlies" type="spinbutton" arg="-whirlies %"
11 _label="Whirlies" low="-1" high="50" default="-1"/>
13 <number id="lines" type="spinbutton" arg="-nlines %"
14 _label="Lines" low="-1" high="50" default="-1"/>
19 <number id="xspeed" type="slider" arg="-xspeed %"
20 _label="X speed" _low-label="Low" _high-label="High"
21 low="0.0" high="10.0" default="1.0"/>
22 <number id="yspeed" type="slider" arg="-yspeed %"
23 _label="Y speed" _low-label="Low" _high-label="High"
24 low="0.0" high="10.0" default="1.0"/>
28 <number id="xamplitude" type="slider" arg="-xamplitude %"
29 _label="X amplitude" _low-label="Low" _high-label="High"
30 low="0.0" high="10.0" default="1.0"/>
31 <number id="yamplitude" type="slider" arg="-yamplitude %"
32 _label="Y amplitude" _low-label="Low" _high-label="High"
33 low="0.0" high="10.0" default="1.0"/>
38 <!-- #### -xmode [change] -->
42 <option id="randomx" _label="X random" />
43 <option id="spinx" _label="X spin" arg-set="-xmode spin"/>
44 <option id="funkyx" _label="X funky" arg-set="-xmode funky"/>
45 <option id="circlex" _label="X circle" arg-set="-xmode circle"/>
46 <option id="linearx" _label="X linear" arg-set="-xmode linear"/>
47 <option id="testx" _label="X test" arg-set="-xmode test"/>
48 <option id="funx" _label="X fun" arg-set="-xmode fun"/>
49 <option id="inniex" _label="X innie" arg-set="-xmode innie"/>
50 <option id="lissajousx" _label="X lissajous" arg-set="-xmode lissajous"/>
54 <option id="randomy" _label="Y random" />
55 <option id="spiny" _label="Y spin" arg-set="-ymode spin"/>
56 <option id="funkyy" _label="Y funky" arg-set="-ymode funky"/>
57 <option id="circley" _label="Y circle" arg-set="-ymode circle"/>
58 <option id="lineary" _label="Y linear" arg-set="-ymode linear"/>
59 <option id="testy" _label="Y test" arg-set="-ymode test"/>
60 <option id="funy" _label="Y fun" arg-set="-ymode fun"/>
61 <option id="inniey" _label="Y innie" arg-set="-ymode innie"/>
62 <option id="lissajousy" _label="Y lissajous" arg-set="-ymode lissajous"/>
66 <!-- #### -speed [1] -->
67 <!-- #### -color_modifier [-1] -->
68 <!-- #### -start_time [-1] -->
69 <!-- #### -xoffset [1.0] -->
70 <!-- #### -yoffset [1.0] -->
71 <!-- #### -offset_period [1] -->
74 <boolean id="trail" _label="Leave a trail" arg-set="-trail"/>
75 <boolean id="explain" _label="Explain modes" arg-set="-explain"/>
76 <boolean id="wrap" _label="Wrap the screen" arg-set="-wrap"/>
77 <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
80 <xscreensaver-updater />
83 This screen saver was removed from the XScreenSaver distribution as of
86 Zooming chains of sinusoidal spots.
88 Written by Ashton Trey Belew; 2001.