From http://www.jwz.org/xscreensaver/xscreensaver-5.35.tar.gz
[xscreensaver] / hacks / config / xspirograph.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="xspirograph" _label="XSpirograph">
4
5   <command arg="-root"/>
6
7   <video href="https://www.youtube.com/watch?v=XWCeQqzNavY"/>
8
9   <number id="delay" type="slider" arg="-subdelay %"
10           _label="Frame rate" _low-label="Low" _high-label="High"
11           low="0" high="100000" default="20000"
12           convert="invert"/>
13
14   <number id="delay" type="slider" arg="-delay %"
15           _label="Linger" _low-label="1 second" _high-label="1 minute"
16           low="1" high="60" default="5"/>
17
18   <number id="layers" type="spinbutton" arg="-layers %"
19           _label="Layers" low="1" high="10" default="2"/>
20
21   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
22
23   <xscreensaver-updater />
24
25   <_description>
26 Simulates that pen-in-nested-plastic-gears toy from your childhood.
27
28 https://en.wikipedia.org/wiki/Spirograph
29
30 Written by Rohit Singh; 2000.
31   </_description>
32 </screensaver>