1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="sphere" _label="Sphere">
7 <video href="https://www.youtube.com/watch?v=FswhxIVXdt8"/>
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="ncolors" type="slider" arg="-ncolors %"
15 _label="Number of colors" _low-label="Two" _high-label="Many"
16 low="1" high="255" default="64"/>
18 <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
20 <xscreensaver-updater />
23 This screen saver was removed from the XScreenSaver distribution as of
26 Draws shaded spheres in multiple colors.
28 Written by Tom Duff and Jamie Zawinski; 1982, 1997.