From http://www.jwz.org/xscreensaver/xscreensaver-5.35.tar.gz
[xscreensaver] / hacks / config / lisa.xml
index 8d3d35f1c7578d05af9cb118b8407fc0d90f12be..d142fad631e10322d6d256edac10efa166092189 100644 (file)
@@ -4,28 +4,38 @@
 
   <command arg="-root"/>
 
-  <number id="delay" type="slider" arg="-delay %"
-          _label="Frame rate" _low-label="Low" _high-label="High"
-          low="0" high="50000" default="17000"
-          convert="invert"/>
+  <video href="https://www.youtube.com/watch?v=AUbAuARmlnE"/>
 
-  <number id="cycles" type="slider" arg="-cycles %"
-           _label="Steps" _low-label="Few" _high-label="Many"
-          low="1" high="1000" default="768"/>
+  <hgroup>
+   <vgroup>
+    <number id="delay" type="slider" arg="-delay %"
+            _label="Frame rate" _low-label="Low" _high-label="High"
+            low="0" high="50000" default="17000"
+            convert="invert"/>
 
-  <number id="ncolors" type="slider" arg="-ncolors %"
-            _label="Number of colors" _low-label="Two" _high-label="Many"
-            low="1" high="255" default="64"/>
+    <number id="cycles" type="slider" arg="-cycles %"
+             _label="Steps" _low-label="Few" _high-label="Many"
+            low="1" high="1000" default="768"/>
 
-  <number id="size" type="slider" arg="-size %"
-            _label="Size" _low-label="Small" _high-label="Large"
-            low="10" high="500" default="500"/>
+    <number id="ncolors" type="slider" arg="-ncolors %"
+              _label="Number of colors" _low-label="Two" _high-label="Many"
+              low="1" high="255" default="64"/>
+   </vgroup>
 
-  <number id="count" type="slider" arg="-count %"
-          _label="Count" _low-label="1" _high-label="20"
-           low="0" high="20" default="1"/>
+   <vgroup>
+    <number id="size" type="slider" arg="-size %"
+              _label="Size" _low-label="Small" _high-label="Large"
+              low="10" high="500" default="500"/>
 
-  <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+    <number id="count" type="slider" arg="-count %"
+            _label="Count" _low-label="1" _high-label="20"
+             low="0" high="20" default="1"/>
+
+    <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+   </vgroup>
+  </hgroup>
+
+  <xscreensaver-updater />
 
   <_description>
 This screen saver was removed from the XScreenSaver distribution as of
@@ -33,7 +43,7 @@ version 5.08.
 
 Lissajous loops.
 
-http://en.wikipedia.org/wiki/Lissajous_curve
+https://en.wikipedia.org/wiki/Lissajous_curve
 
 Written by Caleb Cullen; 1997.
   </_description>