From http://www.jwz.org/xscreensaver/xscreensaver-5.35.tar.gz
[xscreensaver] / hacks / config / rotor.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="rotor" _label="Rotor">
4
5   <command arg="-root"/>
6
7   <video href="https://www.youtube.com/watch?v=HWcEvT1keDA"/>
8
9   <number id="delay" type="slider" arg="-delay %"
10           _label="Frame rate" _low-label="Low" _high-label="High"
11           low="0" high="100000" default="10000"
12           convert="invert"/>
13
14   <number id="cycles" type="slider" arg="-cycles %"
15            _label="Length" _low-label="Short" _high-label="Long"
16           low="2" high="100" default="20"/>
17
18   <number id="ncolors" type="slider" arg="-ncolors %"
19             _label="Number of colors" _low-label="Two" _high-label="Many"
20             low="1" high="255" default="200"/>
21
22   <number id="count" type="spinbutton" arg="-count %"
23           _label="Count" low="0" high="20" default="4"/>
24
25   <number id="size" type="spinbutton" arg="-size %"
26            _label="Size" low="-50" high="50" default="-6"/>
27
28   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
29
30   <xscreensaver-updater />
31
32   <_description>
33 This screen saver was removed from the XScreenSaver distribution as of
34 version 5.08.
35
36 Draws a line segment moving along a complex spiraling curve.
37
38 Written by Tom Lawrence; 1997.
39   </_description>
40 </screensaver>