55ff54c78e032d0e200a586134fd74c59043fe89
[xscreensaver] / hacks / config / lockward.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="lockward" _label="Lockward" gl="yes">
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   <hgroup>
13    <vgroup>
14     <number id="rotateidle-min" type="slider"
15             _label="Miniumum rotator idle time"
16             _low-label="Low" _high-label="High"
17             low="500" high="10000" default="1000" arg="-rotateidle-min %" />
18
19     <number id="blinkidle-min" type="slider"
20             _label="Minimum blink idle time"
21             _low-label="Low" _high-label="High"
22             low="500" high="20000" default="1000" arg="-blinkidle-min %" />
23
24     <number id="blinkdwell-min" type="slider"
25             _label="Minimum blink dwell time"
26             _low-label="Low" _high-label="High"
27             low="50" high="1500" default="100" arg="-blinkdwell-min %" />
28
29    <hgroup>
30    <boolean id="blink"
31             _label="Blinking effects"
32             arg-unset="-no-blink" />
33    <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
34    </hgroup>
35
36    </vgroup>
37    <vgroup>
38
39     <number id="rotateidle-max" type="slider"
40             _label="Maximum rotator idle time"
41             _low-label="Low" _high-label="High"
42             low="500" high="10000" default="6000" arg="-rotateidle-max %" />
43
44     <number id="blinkidle-max" type="slider"
45             _label="Maximum blink idle time"
46             _low-label="Low" _high-label="High"
47             low="500" high="20000" default="9000" arg="-blinkidle-max %" />
48
49     <number id="blinkdwell-max" type="slider"
50             _label="Maximum blink dwell time"
51             _low-label="Low" _high-label="High"
52             low="50" high="1500" default="600" arg="-blinkdwell-max %" />
53    </vgroup>
54   </hgroup>
55
56   <_description> 
57 A translucent spinning, blinking thing.  Sort of a cross between the wards
58 in an old combination lock and those old backlit information displays that
59 animated and changed color via polarized light.
60
61 Written by Leo L. Schwab; 2007.
62   </_description>
63 </screensaver>