a5e79c84d0d52efa07b11446f7b5d88d33cf1883
[xscreensaver] / hacks / config / lockward.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="lockward" _label="Lockward">
4
5   <command arg="-root" />
6
7   <boolean id="blink"
8            _label="Blinking effects"
9            arg-unset="-no-blink" />
10
11   <number id="rotateidle-min"
12           type="slider"
13           _label="Rotator idle time, minimum (ms)"
14           _low-label="500"
15           _high-label="10000"
16           low="500"
17           high="10000"
18           default="1000"
19           arg="-rotateidle-min %" />
20
21   <number id="rotateidle-max"
22           type="slider"
23           _label="Rotator idle time, maximum (ms)"
24           _low-label="500"
25           _high-label="10000"
26           low="500"
27           high="10000"
28           default="6000"
29           arg="-rotateidle-max %" />
30
31   <number id="blinkidle-min"
32           type="slider"
33           _label="Blink idle time, minimum (ms)"
34           _low-label="500"
35           _high-label="20000"
36           low="500"
37           high="20000"
38           default="1000"
39           arg="-blinkidle-min %" />
40
41   <number id="blinkidle-max"
42           type="slider"
43           _label="Blink idle time, maximum (ms)"
44           _low-label="500"
45           _high-label="20000"
46           low="500"
47           high="20000"
48           default="9000"
49           arg="-blinkidle-max %" />
50
51   <number id="blinkdwell-min"
52           type="slider"
53           _label="Blink dwell time, minimum (ms)"
54           _low-label="50"
55           _high-label="1500"
56           low="50"
57           high="1500"
58           default="100"
59           arg="-blinkdwell-min %" />
60
61   <number id="blinkdwell-max"
62           type="slider"
63           _label="Blink dwell time, maximum (ms)"
64           _low-label="50"
65           _high-label="1500"
66           low="50"
67           high="1500"
68           default="600"
69           arg="-blinkdwell-max %" />
70
71   <_description> 
72 A translucent spinning, blinking thing.  Sort of a cross between the wards
73 in an old combination lock and those old backlit information displays that
74 animated and changed color via polarized light.
75
76 Written by Leo L. Schwab; August, 2007.
77   </_description>
78 </screensaver>