1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="carousel" _label="Carousel">
8 <number id="count" type="spinbutton" arg="-count %"
9 _label="Number of Images:" low="1" high="20" default="7"/>
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"/>
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"/>
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"
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"/>
33 <xscreensaver-image />
35 <boolean id="zoom" _label="Zoom In/Out" arg-unset="-no-zoom"/>
36 <boolean id="titles" _label="Show Image Titles" arg-unset="-no-titles"/>
38 <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
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.
45 Written by Jamie Zawinski; 2005.