http://www.jwz.org/xscreensaver/xscreensaver-5.07.tar.gz
[xscreensaver] / hacks / config / lcdscrub.xml
index ce8f203eb89d294dbe2dcea1d0f335359a3004b9..09206b6c9082edb8fccfeefadb296b8a1bb346f8 100644 (file)
@@ -5,16 +5,30 @@
   <command arg="-root"/>
 
   <number id="delay" type="slider" arg="-delay %"
-          _label="Speed" _low-label="Slow" _high-label="Fast"
-          low="0" high="1500000" default="1000000"
+          _label="Frame rate" _low-label="Low" _high-label="High"
+          low="0" high="5000000" default="100000"
           convert="invert"/>
 
   <hgroup>
-  <number id="spread" type="spinbutton" arg="-spread %"
-          _label="Spread" low="2" high="64" default="8"/>
-
-  <number id="cycles" type="spinbutton" arg="-cycles %"
-          _label="Cycles" low="1" high="600" default="60"/>
+   <vgroup>
+    <number id="spread" type="spinbutton" arg="-spread %"
+            _label="Line spread" low="2" high="64" default="8"/>
+    <number id="cycles" type="spinbutton" arg="-cycles %"
+            _label="Cycles" low="1" high="600" default="60"/>
+    <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+   </vgroup>
+   <vgroup>
+    <boolean id="hw" _label="Horizontal white" arg-unset="-no-hw"/>
+    <boolean id="vw" _label="Vertical white"   arg-unset="-no-vw"/>
+    <boolean id="dw" _label="Diagonal white"   arg-unset="-no-dw"/>
+    <boolean id="w"  _label="Solid white"      arg-unset="-no-w"/>
+   </vgroup>
+   <vgroup>
+    <boolean id="hb" _label="Horizontal black" arg-unset="-no-hb"/>
+    <boolean id="vb" _label="Vertical black"   arg-unset="-no-vb"/>
+    <boolean id="db" _label="Diagonal black"   arg-unset="-no-db"/>
+    <boolean id="b"  _label="Solid black"      arg-unset="-no-b"/>
+   </vgroup>
   </hgroup>
 
   <_description>
@@ -27,10 +41,8 @@ However, leaving the screen on and displaying high contrast images
 can often repair the damage.  That's what this screen saver does.
 
 See also:
-
-       http://docs.info.apple.com/article.html?artnum=88343
-
-       http://toastycode.com/blog/2008/02/05/lcd-scrub/
+http://docs.info.apple.com/article.html?artnum=88343
+http://toastycode.com/blog/2008/02/05/lcd-scrub/
 
 Inspired by the like-named program by Daniel Sandler.