1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="galaxy" _label="Galaxy">
7 <video href="https://www.youtube.com/watch?v=xBprAm9w-Fo"/>
9 <number id="delay" type="slider" arg="-delay %"
10 _label="Frame rate" _low-label="Low" _high-label="High"
11 low="0" high="100000" default="20000"
14 <number id="count" type="spinbutton" arg="-count %"
15 _label="Count" low="-20" high="20" default="-5"/>
17 <number id="cycles" type="slider" arg="-cycles %"
18 _label="Duration" _low-label="Short" _high-label="Long"
19 low="10" high="1000" default="250"/>
21 <number id="ncolors" type="slider" arg="-ncolors %"
22 _label="Number of colors" _low-label="Two" _high-label="Many"
23 low="10" high="255" default="64"/>
25 <boolean id="spin" _label="Rotate viewpoint" arg-unset="-no-spin"/>
27 <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
29 <xscreensaver-updater />
32 Spinning galaxies collide.
34 Written by Uli Siegmund, Harald Backert, and Hubert Feyrer; 1997.