http://slackware.bholcomb.com/slackware/slackware-11.0/source/xap/xscreensaver/xscree...
[xscreensaver] / hacks / config / flag.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="flag" _label="Flag">
4
5   <command arg="-root"/>
6
7   <string id="text" _label="Text for Flag" arg="-text %"/>
8
9   <file id="bitmap" _label="Bitmap for Flag" arg="-bitmap %"/>
10
11   <number id="delay" type="slider" arg="-delay %"
12           _label="Speed" _low-label="Slow" _high-label="Fast"
13           low="0" high="60000" default="50000"
14           convert="invert"/>
15
16   <number id="cycles" type="slider" arg="-cycles %"
17            _label="Timeout" _low-label="Small" _high-label="Large"
18           low="0" high="800000" default="1000"/>
19
20   <number id="ncolors" type="slider" arg="-ncolors %"
21             _label="Number of Colors" _low-label="Two" _high-label="Many"
22             low="1" high="255" default="200"/>
23
24   <!-- #### -size [-7] -->
25
26   <_description>
27 This draws a waving colored flag, that undulates its way around the
28 screen.  The trick is the flag can contain arbitrary text and images.
29 By default, it displays either the current system name and OS
30 type, or a picture of "Bob".
31
32 Written by Charles Vidal and Jamie Zawinski; 1997.
33   </_description>
34 </screensaver>