summaryrefslogtreecommitdiffstats
path: root/hacks/config/twang.xml
diff options
context:
space:
mode:
authorSimon Rettberg2018-10-16 10:08:48 +0200
committerSimon Rettberg2018-10-16 10:08:48 +0200
commitd3a98cf6cbc3bd0b9efc570f58e8812c03931c18 (patch)
treecbddf8e50f35a9c6e878a5bfe3c6d625d99e12ba /hacks/config/twang.xml
downloadxscreensaver-d3a98cf6cbc3bd0b9efc570f58e8812c03931c18.tar.gz
xscreensaver-d3a98cf6cbc3bd0b9efc570f58e8812c03931c18.tar.xz
xscreensaver-d3a98cf6cbc3bd0b9efc570f58e8812c03931c18.zip
Original 5.40
Diffstat (limited to 'hacks/config/twang.xml')
-rw-r--r--hacks/config/twang.xml61
1 files changed, 61 insertions, 0 deletions
diff --git a/hacks/config/twang.xml b/hacks/config/twang.xml
new file mode 100644
index 0000000..3eefded
--- /dev/null
+++ b/hacks/config/twang.xml
@@ -0,0 +1,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>