summaryrefslogtreecommitdiffstats
path: root/hacks/config/lockward.xml
diff options
context:
space:
mode:
authorSimon Rettberg2018-10-16 10:08:48 +0200
committerSimon Rettberg2018-10-16 10:08:48 +0200
commitd3a98cf6cbc3bd0b9efc570f58e8812c03931c18 (patch)
treecbddf8e50f35a9c6e878a5bfe3c6d625d99e12ba /hacks/config/lockward.xml
downloadxscreensaver-d3a98cf6cbc3bd0b9efc570f58e8812c03931c18.tar.gz
xscreensaver-d3a98cf6cbc3bd0b9efc570f58e8812c03931c18.tar.xz
xscreensaver-d3a98cf6cbc3bd0b9efc570f58e8812c03931c18.zip
Original 5.40
Diffstat (limited to 'hacks/config/lockward.xml')
-rw-r--r--hacks/config/lockward.xml67
1 files changed, 67 insertions, 0 deletions
diff --git a/hacks/config/lockward.xml b/hacks/config/lockward.xml
new file mode 100644
index 0000000..1a44ddd
--- /dev/null
+++ b/hacks/config/lockward.xml
@@ -0,0 +1,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>