/usr/share/xscreensaver/config/lockward.xml is in xscreensaver-gl 5.15-3+deb7u1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | <?xml version="1.0" encoding="ISO-8859-1"?>
<screensaver name="lockward" _label="Lockward">
<command arg="-root" />
<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>
<_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>
|