http://www.tienza.es/crux/src/www.jwz.org/xscreensaver/xscreensaver-5.04.tar.gz
[xscreensaver] / hacks / config / moebiusgears.xml
diff --git a/hacks/config/moebiusgears.xml b/hacks/config/moebiusgears.xml
new file mode 100644 (file)
index 0000000..35008a9
--- /dev/null
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<screensaver name="moebiusgears" _label="MoebiusGears">
+
+  <command arg="-root"/>
+
+  <number id="delay" type="slider" arg="-delay %"
+          _label="Animation Speed" _low-label="Slow" _high-label="Fast"
+          low="0" high="50000" default="30000"
+          convert="invert"/>
+
+  <number id="speed" type="slider" arg="-speed %"
+          _label="Motion Speed" _low-label="Slow" _high-label="Fast"
+          low="0.01" high="5.0" default="1.0"/>
+
+  <number id="count" type="spinbutton" arg="-count %"
+          _label="Gear Count" low="13" high="99" default="15"/>
+
+  <number id="teeth" type="spinbutton" arg="-teeth %"
+          _label="Tooth Count" low="7" high="49" default="15"/>
+
+  <hgroup>
+   <boolean id="wander" _label="Wander"    arg-unset="-no-wander"/>
+   <boolean id="spin"   _label="Spin"      arg-unset="-no-spin"/>
+   <boolean id="roll"   _label="Roll"      arg-unset="-no-roll"/>
+   <boolean id="wire"   _label="Wireframe" arg-set="-wireframe"/>
+  </hgroup>
+
+  <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
+
+  <_description>
+Draws a closed, interlinked chain of rotating gears.  The layout of
+the gears follows the path of a moebius strip.
+
+Written by Jamie Zawinski; 2007.
+  </_description>
+</screensaver>