diff options
Diffstat (limited to 'hacks/config/lockward.xml')
| -rw-r--r-- | hacks/config/lockward.xml | 67 |
1 files changed, 0 insertions, 67 deletions
diff --git a/hacks/config/lockward.xml b/hacks/config/lockward.xml deleted file mode 100644 index 1a44ddd..0000000 --- a/hacks/config/lockward.xml +++ /dev/null @@ -1,67 +0,0 @@ -<?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> |
