summaryrefslogtreecommitdiffstats
path: root/hacks/config/twang.xml
blob: 3eefdeda4106f9988660ac0b3f012a4e135d9d86 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<?xml version="1.0" encoding="ISO-8859-1"?>

<screensaver name="twang" _label="Twang">

  <command arg="-root"/>

  <video href="https://www.youtube.com/watch?v=7pxDMSduQoU"/>

  <hgroup>
   <vgroup>

  <number id="delay" type="slider" arg="-delay %"
          _label="Frame rate" _low-label="Low" _high-label="High"
          low="0" high="100000" default="10000"
          convert="invert"/>

  <number id="duration" type="slider" arg="-duration %"
          _label="Duration" _low-label="10 seconds" _high-label="10 minutes"
          low="10" high="600" default="120"/>

  <number id="event-chance" type="slider" arg="-event-chance %"
          _label="Randomness" _low-label="Slow" _high-label="Jumpy"
          low="0.0" high="0.1" default="0.01"/>

  <number id="friction" type="slider" arg="-friction %"
          _label="Friction" _low-label="Low" _high-label="High"
          low="0.0" high="0.2" default="0.05"/>

  </vgroup>
  <vgroup>

  <number id="springiness" type="slider" arg="-springiness %"
          _label="Springiness" _low-label="Low" _high-label="High"
          low="0.0" high="1.0" default="0.1"/>

  <number id="transference" type="slider" arg="-transference %"
          _label="Transference" _low-label="Low" _high-label="High"
          low="0.0" high="0.1" default="0.025"/>

  <number id="tile-size" type="slider" arg="-tile-size %"
         _label="Tile size" _low-label="Small" _high-label="Large"
         low="10" high="512" default="120"/>

  <number id="border-width" type="spinbutton" arg="-border-width %"
         _label="Border width" low="0" high="20" default="3"/>

  <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>

  </vgroup>
  </hgroup>

  <xscreensaver-image />

  <xscreensaver-updater />

  <_description>
Divides the screen into a grid, and plucks them.

Written by Dan Bornstein; 2002.
  </_description>
</screensaver>