From http://www.jwz.org/xscreensaver/xscreensaver-5.35.tar.gz
[xscreensaver] / hacks / config / twang.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="twang" _label="Twang">
4
5   <command arg="-root"/>
6
7   <video href="https://www.youtube.com/watch?v=7pxDMSduQoU"/>
8
9   <hgroup>
10    <vgroup>
11
12   <number id="delay" type="slider" arg="-delay %"
13           _label="Frame rate" _low-label="Low" _high-label="High"
14           low="0" high="100000" default="10000"
15           convert="invert"/>
16
17   <number id="duration" type="slider" arg="-duration %"
18           _label="Duration" _low-label="10 seconds" _high-label="10 minutes"
19           low="10" high="600" default="120"/>
20
21   <number id="event-chance" type="slider" arg="-event-chance %"
22           _label="Randomness" _low-label="Slow" _high-label="Jumpy"
23           low="0.0" high="0.1" default="0.01"/>
24
25   <number id="friction" type="slider" arg="-friction %"
26           _label="Friction" _low-label="Low" _high-label="High"
27           low="0.0" high="0.2" default="0.05"/>
28
29   </vgroup>
30   <vgroup>
31
32   <number id="springiness" type="slider" arg="-springiness %"
33           _label="Springiness" _low-label="Low" _high-label="High"
34           low="0.0" high="1.0" default="0.1"/>
35
36   <number id="transference" type="slider" arg="-transference %"
37           _label="Transference" _low-label="Low" _high-label="High"
38           low="0.0" high="0.1" default="0.025"/>
39
40   <number id="tile-size" type="slider" arg="-tile-size %"
41          _label="Tile size" _low-label="Small" _high-label="Large"
42          low="10" high="512" default="120"/>
43
44   <number id="border-width" type="spinbutton" arg="-border-width %"
45          _label="Border width" low="0" high="20" default="3"/>
46
47   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
48
49   </vgroup>
50   </hgroup>
51
52   <xscreensaver-image />
53
54   <xscreensaver-updater />
55
56   <_description>
57 Divides the screen into a grid, and plucks them.
58
59 Written by Dan Bornstein; 2002.
60   </_description>
61 </screensaver>