summaryrefslogtreecommitdiffstats
path: root/hacks/config/lockward.xml
blob: 1a44ddde610c13be1227cf5c3d26b9728dba677f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<?xml version="1.0" encoding="ISO-8859-1"?>

<screensaver name="lockward" _label="Lockward" gl="yes">

  <command arg="-root" />

  <video href="https://www.youtube.com/watch?v=MGwySGVQZ2M"/>

    <number id="delay" type="slider" arg="-delay %"
          _label="Frame rate" _low-label="Low" _high-label="High"
          low="0" high="100000" default="20000"
          convert="invert"/>

  <hgroup>
   <vgroup>
    <number id="rotateidle-min" type="slider"
            _label="Miniumum rotator idle time"
            _low-label="Low" _high-label="High"
            low="500" high="10000" default="1000" arg="-rotateidle-min %" />

    <number id="blinkidle-min" type="slider"
            _label="Minimum blink idle time"
            _low-label="Low" _high-label="High"
            low="500" high="20000" default="1000" arg="-blinkidle-min %" />

    <number id="blinkdwell-min" type="slider"
            _label="Minimum blink dwell time"
            _low-label="Low" _high-label="High"
            low="50" high="1500" default="100" arg="-blinkdwell-min %" />

   <hgroup>
   <boolean id="blink"
            _label="Blinking effects"
            arg-unset="-no-blink" />
   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
   </hgroup>

   </vgroup>
   <vgroup>

    <number id="rotateidle-max" type="slider"
            _label="Maximum rotator idle time"
            _low-label="Low" _high-label="High"
            low="500" high="10000" default="6000" arg="-rotateidle-max %" />

    <number id="blinkidle-max" type="slider"
            _label="Maximum blink idle time"
            _low-label="Low" _high-label="High"
            low="500" high="20000" default="9000" arg="-blinkidle-max %" />

    <number id="blinkdwell-max" type="slider"
            _label="Maximum blink dwell time"
            _low-label="Low" _high-label="High"
            low="50" high="1500" default="600" arg="-blinkdwell-max %" />
   </vgroup>
  </hgroup>

  <xscreensaver-updater />

  <_description>
A translucent spinning, blinking thing.  Sort of a cross between the wards
in an old combination lock and those old backlit information displays that
animated and changed color via polarized light.

Written by Leo L. Schwab; 2007.
  </_description>
</screensaver>