From http://www.jwz.org/xscreensaver/xscreensaver-5.35.tar.gz
[xscreensaver] / hacks / config / barcode.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="barcode" _label="Barcode">
4
5   <command arg="-root"/>
6
7   <video href="https://www.youtube.com/watch?v=gmtAySJdsfg"/>
8
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"
12           convert="invert"/>
13
14   <select id="mode">
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"/>
19   </select>
20
21   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
22
23   <xscreensaver-updater />
24
25   <_description>
26 Colorful scrolling barcodes.  CONSUME!
27
28 The barcodes follow the UPC-A, UPC-E, EAN-8 or EAN-13 standards.
29
30 https://en.wikipedia.org/wiki/Universal_Product_Code
31 https://en.wikipedia.org/wiki/European_Article_Number
32
33 Written by Dan Bornstein and Jamie Zawinski; 2003.
34   </_description>
35 </screensaver>