http://slackware.bholcomb.com/slackware/slackware-11.0/source/xap/xscreensaver/xscree...
[xscreensaver] / hacks / config / electricsheep.xml
index 00372fd1e6b76473bcbe79b2d54c16be602fbb3b..26bd51da1bc13da0682d1ad04a3f2ccc60a6f19a 100644 (file)
@@ -2,18 +2,53 @@
 
 <screensaver name="electricsheep" _label="ElectricSheep">
 
+  <command arg="--root 1"/>
+
+  <hgroup>
+    <string id="nick" _label="Nickname" arg="--nick %"/>
+    <string id="url" _label="URL" arg="--url %"/>
+  </hgroup>
+
+  <hgroup>
+
+    <number id="framerate" type="spinbutton" arg="--frame-rate %"
+            _label="Frame Rate" low="1" high="100" default="23"/>
+
+    <number id="nrepeats" type="spinbutton" arg="--nrepeats %"
+            _label="Repititions of each Sheep"
+            low="0" high="10" default="2"/>
+
+  </hgroup>
+
+  <hgroup>
+    <boolean id="zoom" _label="Zoom" arg-set="--zoom 1" />
+    <boolean id="hide" _label="No Animation" arg-set="--display-anim 0" />
+    <boolean id="standalone" _label="No Network" arg-set="--standalone 1" />
+  </hgroup>
+
+  <hgroup>
+  <select id="maxmegs">
+     <option id="m100" _label="100 Mbyte cache" arg-set="--max-megabytes 100"/>
+     <option id="m300" _label="300 Mbyte cache" arg-set="--max-megabytes 300"/>
+     <option id="g1" _label="1 Gbyte cache" arg-set="--max-megabytes 1000"/>
+     <option id="g3" _label="3 Gbyte cache" arg-set="--max-megabytes 3000"/>
+     <option id="u" _label="Unlimited" arg-set="--max-megabytes 0"/>
+  </select>
+  </hgroup>
+
+
   <_description>
 
-ElectricSheep is an xscreensaver module that displays mpeg video of an
-animated fractal flame.  In the background, it contributes render
-cycles to the next animation.  Periodically it uploades completed
-frames to the server, where they are compressed for distribution to all
-clients.
+Displays mpeg video of an animated fractal flame.  In the background,
+it contributes render cycles to the next animation.  Periodically it
+uploades completed frames to the server, where they are compressed for
+distribution to all clients.
+
+This program is recommended only if you have a high bandwidth,
+always-on connection to the Internet.
 
-This program is recommended only if you have a high bandwidth
-connection to the Internet.
+You can find it at &lt;http://www.electricsheep.org/&gt;.
 
-By Scott Draves.  You can find it at &lt;http://www.electricsheep.org/&gt;.
-See that web site for configuration information.
+Written by By Scott Draves.
   </_description>
 </screensaver>