http://www.tienza.es/crux/src/www.jwz.org/xscreensaver/xscreensaver-5.06.tar.gz
[xscreensaver] / hacks / config / carousel.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="carousel" _label="Carousel">
4
5   <command arg="-root"/>
6
7   <hgroup>
8     <number id="count" type="spinbutton" arg="-count %"
9             _label="Number of Images:" low="1" high="20" default="7"/>
10     <select id="mode">
11       <option id="tiltxy"  _label="Tilt In/Out and Left/Right"/>
12       <option id="tiltx"   _label="Tilt In/Out Only"     arg-set="-tilt x"/>
13       <option id="tilty"   _label="Tilt Left/Right Only" arg-set="-tilt y"/>
14       <option id="notilt"  _label="No Tilting"           arg-set="-tilt 0"/>
15     </select>
16   </hgroup>
17
18   <number id="duration" type="slider" arg="-duration %"
19           _label="Time until loading a new image:"
20           _low-label="5 Seconds" _high-label="1 Minute"
21           low="5" high="60" default="20"/>
22
23   <number id="speed" type="slider" arg="-speed %"
24           _label="Animation Speed" _low-label="Slow" _high-label="Fast"
25           low="0.1" high="8.0" default="1.0"/>
26
27   <number id="delay" type="slider" arg="-delay %"
28           _label="Frame Rate" _low-label="Low" _high-label="High"
29           low="0" high="100000" default="20000"
30           convert="invert"/>
31
32   <xscreensaver-image />
33
34   <boolean id="zoom" _label="Zoom In/Out" arg-unset="-no-zoom"/>
35   <boolean id="titles" _label="Show Image Titles" arg-unset="-no-titles"/>
36
37   <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
38
39   <_description>
40 Loads several random images, and displays them flying in a circular
41 formation.  The formation changes speed and direction randomly, and
42 images periodically drop out to be replaced by new ones.
43
44 Written by Jamie Zawinski; 2005.
45   </_description>
46 </screensaver>