5ef6eecd93644465c41f3decb075bffac6559ef1
[xscreensaver] / hacks / config / laser.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="laser" _label="Laser">
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="40000"
10           convert="invert"/>
11
12   <number id="count" type="spinbutton" arg="-count %"
13           _label="Count" low="0" high="20" default="10"/>
14
15   <number id="cycles" type="slider" arg="-cycles %"
16            _label="Duration" _low-label="Short" _high-label="Long"
17           low="0" high="2000" default="200"/>
18
19   <number id="ncolors" type="slider" arg="-ncolors %"
20             _label="Number of colors" _low-label="Two" _high-label="Many"
21             low="1" high="255" default="64"/>
22
23   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
24
25   <_description>
26 This screen saver was removed from the XScreenSaver distribution as of
27 version 5.08.
28
29 Moving radiating lines, that look vaguely like scanning laser beams.
30 (Frankie say relax.)
31
32 Written by Pascal Pensa; 1997.
33   </_description>
34 </screensaver>