http://www.jwz.org/xscreensaver/xscreensaver-5.07.tar.gz
[xscreensaver] / hacks / config / barcode.xml
index 6973946daeeed0a2970bad309c6a673be91c790a..13564ce61dc7d1f0e2ef4623fc7d32320bf15d79 100644 (file)
@@ -4,21 +4,28 @@
 
   <command arg="-root"/>
 
+  <number id="delay" type="slider" arg="-delay %"
+          _label="Frame rate" _low-label="Low" _high-label="High"
+          low="0" high="100000" default="10000"
+          convert="invert"/>
+
   <select id="mode">
-    <option id="scroll"  _label="Scrolling Barcodes"/>
-    <option id="scroll"  _label="Barcode Grid"            arg-set="-mode grid"/>
-    <option id="clock12" _label="Barcode Clock (AM/PM)"   arg-set="-mode clock12"/>
-    <option id="clock24" _label="Barcode Clock (24 Hour)" arg-set="-mode clock24"/>
+    <option id="scroll"  _label="Scrolling barcodes"/>
+    <option id="scroll"  _label="Barcode grid"            arg-set="-mode grid"/>
+    <option id="clock12" _label="Barcode clock (AM/PM)"   arg-set="-mode clock12"/>
+    <option id="clock24" _label="Barcode clock (24 hour)" arg-set="-mode clock24"/>
   </select>
 
-  <number id="delay" type="slider" arg="-delay %"
-          _label="Speed" _low-label="Slow" _high-label="Fast"
-          low="0" high="20000" default="10000"
-          convert="invert"/>
+  <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
 
   <_description>
 Draws a random sequence of colorful barcodes scrolling across your
-screen.  CONSUME!  
+screen.  CONSUME!
+
+The barcodes follow the UPC-A, UPC-E, EAN-8 or EAN-13 standards.
+
+http://en.wikipedia.org/wiki/Universal_Product_Code
+http://en.wikipedia.org/wiki/European_Article_Number
 
 Written by Dan Bornstein; 2003.
   </_description>