ftp://ftp.krokus.ru/pub/OpenBSD/distfiles/xscreensaver-5.01.tar.gz
[xscreensaver] / hacks / config / rocks.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="rocks" _label="Rocks">
4
5   <command arg="-root"/>
6
7   <number id="count" type="spinbutton" arg="-count %"
8           _label="Count" low="0" high="200" default="100"/>
9
10   <number id="delay" type="slider" arg="-delay %"
11           _label="Animation Speed" _low-label="Slow" _high-label="Fast"
12           low="0" high="80000" default="50000"
13           convert="invert"/>
14
15   <number id="speed" type="slider" arg="-speed %"
16           _label="Velocity" _low-label="Slow" _high-label="Fast"
17           low="1" high="100" default="100"/>
18
19   <hgroup>
20     <boolean id="rotate" _label="Rotation" arg-unset="-no-rotate"/>
21     <boolean id="rotate" _label="Steering" arg-unset="-no-move"/>
22   </hgroup>
23   <boolean id="3d" _label="Do Red/Blue 3D separation" arg-set="-3d"/>
24
25   <number id="ncolors" type="slider" arg="-colors %"
26             _label="Number of Colors" _low-label="Two" _high-label="Many"
27             low="1" high="255" default="5"/>
28
29   <!-- #### -delta3d [1.5] -->
30   <!-- #### -left3d [Blue] -->
31   <!-- #### -right3d [Red] -->
32
33   <_description>
34 This draws an animation of flight through an asteroid field, with
35 changes in rotation and direction.
36
37 Written by Jamie Zawinski; 1992.
38   </_description>
39 </screensaver>