1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="barcode" _label="Barcode">
7 <number id="delay" type="slider" arg="-delay %"
8 _label="Frame rate" _low-label="Low" _high-label="High"
9 low="0" high="100000" default="10000"
13 <option id="scroll" _label="Scrolling barcodes"/>
14 <option id="scroll" _label="Barcode grid" arg-set="-mode grid"/>
15 <option id="clock12" _label="Barcode clock (AM/PM)" arg-set="-mode clock12"/>
16 <option id="clock24" _label="Barcode clock (24 hour)" arg-set="-mode clock24"/>
19 <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
22 Draws a random sequence of colorful barcodes scrolling across your
25 The barcodes follow the UPC-A, UPC-E, EAN-8 or EAN-13 standards.
27 http://en.wikipedia.org/wiki/Universal_Product_Code
28 http://en.wikipedia.org/wiki/European_Article_Number
30 Written by Dan Bornstein; 2003.