http://slackware.bholcomb.com/slackware/slackware-11.0/source/xap/xscreensaver/xscree...
[xscreensaver] / hacks / config / boxfit.xml
index db07f568f9f1332c9ae67b2625efbce0a75f0c28..52560a2137c233baef4f449ff695d8cadfefcb40 100644 (file)
 
   <select id="mode">
     <option id="random"  _label="Boxes or Circles"/>
 
   <select id="mode">
     <option id="random"  _label="Boxes or Circles"/>
-    <option id="boxes"   _label="Boxes Only" arg-set="-boxes"/>
-    <option id="circles" _label="Circles Only" arg-set="-circles"/>
+    <option id="boxes"   _label="Boxes Only"   arg-set="-mode squares"/>
+    <option id="circles" _label="Circles Only" arg-set="-mode circles"/>
   </select>
 
   </select>
 
+  <select id="mode2">
+    <option id="gradient" _label="Color Gradient"/>
+    <option id="image"    _label="Grab Images" arg-set="-grab"/>
+  </select>
+
+  <xscreensaver-image />
+
+  <boolean id="peek" _label="Peek at underlying images" arg-set="-peek"/>
+
   <_description>
   <_description>
-Packs the screen with growing boxes or circles, colored according to a
-horizontal or vertical gradient.  The objects grow until they touch,
+Packs the screen with growing squares or circles, colored according to a
+horizontal or vertical gradient, or according to the colors of the
+desktop or a loaded image file.  The objects grow until they touch,
 then stop.  When the screen is full, they shrink away and the process
 then stop.  When the screen is full, they shrink away and the process
-restarts.  Written by Jamie Zawinski.
+restarts.
+
+Written by Jamie Zawinski; 2005.
   </_description>
 </screensaver>
   </_description>
 </screensaver>