http://slackware.bholcomb.com/slackware/slackware-11.0/source/xap/xscreensaver/xscree...
[xscreensaver] / hacks / config / electricsheep.xml
index 14403c0bdda0f927b9280957db06d68d5f755864..26bd51da1bc13da0682d1ad04a3f2ccc60a6f19a 100644 (file)
@@ -1,4 +1,8 @@
-command arg="--root 1"/>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<screensaver name="electricsheep" _label="ElectricSheep">
+
+  <command arg="--root 1"/>
 
   <hgroup>
     <string id="nick" _label="Nickname" arg="--nick %"/>
@@ -17,25 +21,34 @@ command arg="--root 1"/>
   </hgroup>
 
   <hgroup>
-    <boolean id="hide" _label="Hide Sheep" arg-set="--display-anim 0" />
-    <boolean id="standalone" _label="Standalone" arg-set="--standalone 1" />
+    <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>
 
-  <number id="maxmegs" type="spinbutton" arg="--max-megabytes %"
-          _label="Megabytes of Local Sheep Storage"
-          low="10" high="1000" default="200"/>
 
   <_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.
 
-By Scott Draves.  You can find it at &lt;http://www.electricsheep.org/&gt;.
+You can find it at &lt;http://www.electricsheep.org/&gt;.
+
+Written by By Scott Draves.
   </_description>
 </screensaver>