http://slackware.bholcomb.com/slackware/slackware-11.0/source/xap/xscreensaver/xscree...
[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   </hgroup>
11
12   <number id="duration" type="slider" arg="-duration %"
13           _label="Time until loading a new image:"
14           _low-label="5 Seconds" _high-label="1 Minute"
15           low="5" high="60" default="20"/>
16
17   <number id="speed" type="slider" arg="-speed %"
18           _label="Animation Speed" _low-label="Slow" _high-label="Fast"
19           low="0.1" high="8.0" default="1.0"/>
20
21   <number id="delay" type="slider" arg="-delay %"
22           _label="Frame Rate" _low-label="Low" _high-label="High"
23           low="0" high="100000" default="20000"
24           convert="invert"/>
25
26   <select id="mode">
27     <option id="tiltxy"  _label="Tilt In/Out and Left/Right"/>
28     <option id="tiltx"   _label="Tilt In/Out Only"     arg-set="-tilt x"/>
29     <option id="tilty"   _label="Tilt Left/Right Only" arg-set="-tilt y"/>
30     <option id="notilt"  _label="No Tilting"           arg-set="-tilt 0"/>
31   </select>
32
33   <xscreensaver-image />
34
35   <boolean id="zoom" _label="Zoom In/Out" arg-unset="-no-zoom"/>
36   <boolean id="titles" _label="Show Image Titles" arg-unset="-no-titles"/>
37
38   <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
39
40   <_description>
41 Loads several random images, and displays them flying in a circular
42 formation.  The formation changes speed and direction randomly, and
43 images periodically drop out to be replaced by new ones.
44
45 Written by Jamie Zawinski; 2005.
46   </_description>
47 </screensaver>