ftp://ftp.linux.ncsu.edu/mirror/ftp.redhat.com/pub/redhat/linux/enterprise/4/en/os...
[xscreensaver] / hacks / config / boxed.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="boxed" _label="Boxed">
4
5   <command arg="-root"/>
6
7   <number id="delay" type="slider" arg="-delay %"
8           _label="Animation Speed" _low-label="Slow" _high-label="Fast"
9           low="0" high="20000" default="20000"
10           convert="invert"/>
11
12   <number id="speed" type="slider" arg="-speed %"
13           _label="Motion Speed" _low-label="Slow" _high-label="Fast"
14           low="0.001" high="4.0" default="0.5"/>
15
16   <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
17
18   <_description>
19 Draws a box full of 3D bouncing balls that explode.
20 Written by Sander van Grieken.
21   </_description>
22 </screensaver>