bc116cd5627c358c8c96816b92bfb7f03b42cc6c
[xscreensaver] / hacks / config / galaxy.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="galaxy" _label="Galaxy">
4
5   <command arg="-root"/>
6
7   <number id="delay" type="slider" arg="-delay %"
8           _label="Frame rate" _low-label="Low" _high-label="High"
9           low="0" high="100000" default="20000"
10           convert="invert"/>
11
12   <number id="count" type="spinbutton" arg="-count %"
13           _label="Count" low="-20" high="20" default="-5"/>
14
15   <number id="cycles" type="slider" arg="-cycles %"
16            _label="Duration" _low-label="Short" _high-label="Long"
17           low="10" high="1000" default="250"/>
18
19   <number id="ncolors" type="slider" arg="-ncolors %"
20             _label="Number of colors" _low-label="Two" _high-label="Many"
21             low="10" high="255" default="64"/>
22
23   <boolean id="spin" _label="Rotate viewpoint" arg-unset="-no-spin"/>
24
25   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
26
27   <_description>
28 This draws spinning galaxies, which then collide and scatter their
29 stars to the, uh, four winds or something.
30
31 Written by Uli Siegmund, Harald Backert, and Hubert Feyrer; 1997.
32   </_description>
33 </screensaver>