ftp://ftp.krokus.ru/pub/OpenBSD/distfiles/xscreensaver-4.21.tar.gz
[xscreensaver] / hacks / config / electricsheep.xml
index 00372fd1e6b76473bcbe79b2d54c16be602fbb3b..3aef8857c04a97d83ed072eea91e2a1442ad9908 100644 (file)
@@ -2,6 +2,41 @@
 
 <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
@@ -10,10 +45,9 @@ 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
-connection to the Internet.
+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;.
-See that web site for configuration information.
   </_description>
 </screensaver>