/usr/share/xscreensaver/config/pedal.xml is in xscreensaver-data-extra 5.15-2ubuntu1.
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 | <?xml version="1.0" encoding="ISO-8859-1"?>
<screensaver name="pedal" _label="Pedal">
<command arg="-root"/>
<number id="delay" type="slider" arg="-delay %"
_label="Duration" _low-label="1 second" _high-label="1 minute"
low="1" high="60" default="5"/>
<number id="lines" type="slider" arg="-maxlines %"
_label="Lines" _low-label="Few" _high-label="Many"
low="100" high="5000" default="1000"/>
<!-- #### -fadedelay [200000] -->
<!-- #### -foreground [white] -->
<!-- #### -background [black] -->
<boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
<_description>
This is sort of a combination spirograph/string-art. It generates a
large, complex polygon, and renders it by filling using an even/odd
winding rule.
Written by Dale Moore; 1995.
</_description>
</screensaver>
|