From http://www.jwz.org/xscreensaver/xscreensaver-5.35.tar.gz
[xscreensaver] / hacks / config / binaryring.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="binaryring" _label="BinaryRing">
4
5   <command arg="-root"/>
6
7   <video href="https://www.youtube.com/watch?v=KPiJb0Qm1SE"/>
8
9   <number id="growth-delay" type="slider" arg="-growth-delay %"
10           _label="Growth delay" _low-label="Low" _high-label="High"
11           low="0" high="100000" default="10000" />
12
13   <number id="ring-radius" type="slider" arg="-ring-radius %"
14           _label="Ring Radius"  _low-label="Short" _high-label="Long"
15           low="0" high="400" default="40" />
16
17   <number id="particles-number" type="slider" arg="-particles-number %"
18           _label="Number of particles" _low-label="Few" _high-label="Lots"
19           low="500" high="20000" default="5000" />
20
21   <boolean id="color" _label="Fade with colors" arg-unset="-no-color"/>
22
23   <xscreensaver-updater />
24
25   <_description>
26 A system of path tracing particles evolves continuously from an
27 initial creation, alternating dark and light colors.
28
29 Written by J. Tarbell and Emilio Del Tessandoro; 2014.
30   </_description>
31 </screensaver>