http://packetstormsecurity.org/UNIX/admin/xscreensaver-4.01.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   <number id="speed" type="slider" arg="-delay %"
8           _label="Speed" _low-label="Slow" _high-label="Fast"
9           low="0" high="50000" default="10000"
10           convert="invert"/>
11
12   <number id="event-chance" type="slider" arg="-event-chance %"
13           _label="Randomness" _low-label="Slow" _high-label="Jumpy"
14           low="0.0" high="0.1" default="0.01"/>
15
16   <number id="friction" type="slider" arg="-friction %"
17           _label="Friction" _low-label="Low" _high-label="High"
18           low="0.0" high="0.2" default="0.05"/>
19
20   <number id="springiness" type="slider" arg="-springiness %"
21           _label="Springiness" _low-label="Low" _high-label="High"
22           low="0.0" high="1.0" default="0.1"/>
23
24   <number id="transference" type="slider" arg="-transference %"
25           _label="Transference" _low-label="Low" _high-label="High"
26           low="0.0" high="0.1" default="0.025"/>
27
28   <number id="border-width" type="spinbutton" arg="-border-width %"
29          _label="Border Width" low="0" high="20" default="3"/>
30
31   <number id="tile-size" type="spinbutton" arg="-tile-size %"
32          _label="Tile Size" low="10" high="512" default="120"/>
33
34   <boolean id="shm" _label="Use Shared Memory" arg-unset="-no-shm"/>
35
36   <_description>
37   Divides the screen into a grid, and plucks them.
38   Written by Dan Bornstein.
39   </_description>
40 </screensaver>