ab297adc194376da0c6e353873c698d85dcc75cc
[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   <number id="delay" type="slider" arg="-subdelay %"
8           _label="Frame rate" _low-label="Low" _high-label="High"
9           low="0" high="100000" default="20000"
10           convert="invert"/>
11
12   <number id="delay" type="slider" arg="-delay %"
13           _label="Linger" _low-label="1 second" _high-label="1 minute"
14           low="1" high="60" default="5"/>
15
16   <number id="layers" type="spinbutton" arg="-layers %"
17           _label="Layers" low="1" high="10" default="2"/>
18
19   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
20
21   <_description>
22 Simulates that pen-in-nested-plastic-gears toy from your childhood.
23
24 http://en.wikipedia.org/wiki/Spirograph
25
26 Written by Rohit Singh; 2000.
27   </_description>
28 </screensaver>