ftp://ftp.linux.ncsu.edu/mirror/ftp.redhat.com/pub/redhat/linux/enterprise/4/en/os...
[xscreensaver] / hacks / config / blinkbox.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="blinkbox" _label="BlinkBox">
4
5   <command arg="-root"/>
6
7   <number id="delay" type="slider" arg="-delay %"
8           _label="Speed" _low-label="Fast" _high-label="Slow"
9           low="0" high="50000" default="30000"/>
10
11   <number id="boxsize" type="spinbutton" arg="-boxsize %"
12           _label="Box Size" low="1" high="8" default="1"/>
13
14   <hgroup>
15    <boolean id="fade"      _label="Fade"       arg-unset="-no-fade"/>
16    <boolean id="dissolve"  _label="Dissolve"   arg-set="-dissolve"/>
17    <boolean id="wire"      _label="Wireframe"  arg-set="-wireframe"/>
18   </hgroup>
19
20   <_description>
21 Shows a ball contained inside of a bounding box.
22 Colored blocks blink in when the ball hits the edges.
23 Written by Jeremy English.
24   </_description>
25 </screensaver>