ftp://ftp.krokus.ru/pub/OpenBSD/distfiles/xscreensaver-4.21.tar.gz
[xscreensaver] / hacks / config / boxfit.xml
index db07f568f9f1332c9ae67b2625efbce0a75f0c28..6ce81c20493b0f11ee12598584958e933c845bec 100644 (file)
 
   <select id="mode">
     <option id="random"  _label="Boxes or Circles"/>
-    <option id="boxes"   _label="Boxes Only" arg-set="-boxes"/>
+    <option id="boxes"   _label="Boxes Only"   arg-set="-squares"/>
     <option id="circles" _label="Circles Only" arg-set="-circles"/>
   </select>
 
+  <select id="mode2">
+    <option id="gradient" _label="Color Gradient"/>
+    <option id="image"    _label="Grab Images" arg-set="-grab"/>
+  </select>
+
   <_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
 restarts.  Written by Jamie Zawinski.
   </_description>