From http://www.jwz.org/xscreensaver/xscreensaver-5.31.tar.gz
[xscreensaver] / hacks / config / binaryring.xml
diff --git a/hacks/config/binaryring.xml b/hacks/config/binaryring.xml
new file mode 100644 (file)
index 0000000..1389173
--- /dev/null
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<screensaver name="binaryring" _label="BinaryRing">
+
+  <command arg="-root"/>
+
+  <video href="http://www.youtube.com/watch?v=KPiJb0Qm1SE"/>
+
+  <number id="growth-delay" type="slider" arg="-growth-delay %"
+          _label="Growth delay" _low-label="Low" _high-label="High"
+          low="0" high="100000" default="10000" />
+
+  <number id="ring-radius" type="slider" arg="-ring-radius %"
+          _label="Ring Radius"  _low-label="Short" _high-label="Long"
+          low="0" high="400" default="40" />
+
+  <number id="particles-number" type="slider" arg="-particles-number %"
+          _label="Number of particles" _low-label="Few" _high-label="Lots"
+          low="500" high="20000" default="5000" />
+
+  <boolean id="color" _label="Fade with colors" arg-unset="-no-color"/>
+
+  <xscreensaver-updater />
+
+  <_description>
+A system of path tracing particles evolves continuously from an
+initial creation, alternating dark and light colors.
+
+Written by J. Tarbell and Emilio Del Tessandoro; 2014.
+  </_description>
+</screensaver>