http://www.tienza.es/crux/src/www.jwz.org/xscreensaver/xscreensaver-5.05.tar.gz
[xscreensaver] / hacks / config / hypnowheel.xml
diff --git a/hacks/config/hypnowheel.xml b/hacks/config/hypnowheel.xml
new file mode 100644 (file)
index 0000000..af4a708
--- /dev/null
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<screensaver name="hypnowheel" _label="Hypnowheel">
+
+  <command arg="-root"/>
+
+  <number id="delay" type="slider" arg="-delay %"
+          _label="Frame Rate" _low-label="Slow" _high-label="Fast"
+          low="0" high="100000" default="20000"
+          convert="invert"/>
+
+  <number id="speed" type="slider" arg="-speed %"
+          _label="Speed" _low-label="Slow" _high-label="Fast"
+          low="0.1" high="20.0" default="1.0"/>
+
+  <number id="layers" type="slider" arg="-layers %"
+          _label="Layers" _low-label="1" _high-label="50"
+          low="1" high="50" default="4"/>
+
+  <number id="count" type="slider" arg="-count %"
+          _label="Arms" _low-label="2" _high-label="50"
+          low="2" high="50" default="13"/>
+
+  <number id="twistiness" type="slider" arg="-twistiness %"
+          _label="Twistiness" _low-label="Low" _high-label="High"
+          low="0.2" high="10" default="4"/>
+
+  <hgroup>
+  <boolean id="wander"    _label="Wander"             arg-set="-wander"/>
+  <boolean id="symmetric" _label="Symmetric Twisting" arg-set="-symmetric"/>
+  </hgroup>
+
+  <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
+
+  <_description>
+Draws a series of overlapping, translucent spiral patterns.
+The tightness of their spirals fluctuates in and out.
+
+Written by Jamie Zawinski; 2008.
+  </_description>
+</screensaver>