http://slackware.bholcomb.com/slackware/slackware-11.0/source/xap/xscreensaver/xscree...
[xscreensaver] / hacks / config / boxfit.xml
index 6ce81c20493b0f11ee12598584958e933c845bec..52560a2137c233baef4f449ff695d8cadfefcb40 100644 (file)
@@ -27,8 +27,8 @@
 
   <select id="mode">
     <option id="random"  _label="Boxes or Circles"/>
-    <option id="boxes"   _label="Boxes Only"   arg-set="-squares"/>
-    <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 id="mode2">
     <option id="image"    _label="Grab Images" arg-set="-grab"/>
   </select>
 
+  <xscreensaver-image />
+
+  <boolean id="peek" _label="Peek at underlying images" arg-set="-peek"/>
+
   <_description>
 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
-restarts.  Written by Jamie Zawinski.
+restarts.
+
+Written by Jamie Zawinski; 2005.
   </_description>
 </screensaver>