1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="barcode" _label="Barcode">
7 <video href="https://www.youtube.com/watch?v=gmtAySJdsfg"/>
9 <number id="delay" type="slider" arg="-delay %"
10 _label="Frame rate" _low-label="Low" _high-label="High"
11 low="0" high="100000" default="10000"
15 <option id="scroll" _label="Scrolling barcodes"/>
16 <option id="scroll" _label="Barcode grid" arg-set="-mode grid"/>
17 <option id="clock12" _label="Barcode clock (AM/PM)" arg-set="-mode clock12"/>
18 <option id="clock24" _label="Barcode clock (24 hour)" arg-set="-mode clock24"/>
21 <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
23 <xscreensaver-updater />
26 Colorful scrolling barcodes. CONSUME!
28 The barcodes follow the UPC-A, UPC-E, EAN-8 or EAN-13 standards.
30 https://en.wikipedia.org/wiki/Universal_Product_Code
31 https://en.wikipedia.org/wiki/European_Article_Number
33 Written by Dan Bornstein and Jamie Zawinski; 2003.