/usr/share/xscreensaver/config/ripples.xml is in xscreensaver-data 5.36-1ubuntu1.
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 | <?xml version="1.0" encoding="ISO-8859-1"?>
<screensaver name="ripples" _label="Ripples">
<command arg="-root"/>
<video href="https://www.youtube.com/watch?v=w8YXAalnRzc"/>
<hgroup>
<vgroup>
<number id="delay" type="slider" arg="-delay %"
_label="Frame rate" _low-label="Low" _high-label="High"
low="0" high="100000" default="50000"
convert="invert"/>
<number id="duration" type="slider" arg="-duration %"
_label="Duration" _low-label="10 seconds" _high-label="10 minutes"
low="10" high="600" default="120"/>
<number id="rate" type="slider" arg="-rate %"
_label="Drippiness" _low-label="Drizzle" _high-label="Storm"
low="1" high="100" default="5"
convert="invert"/>
<number id="fluidity" type="slider" arg="-fluidity %"
_label="Fluidity" _low-label="Small drops" _high-label="Big drops"
low="0" high="16" default="6"
convert="invert"/>
</vgroup>
<vgroup>
<hgroup>
<boolean id="stir" _label="Moving splashes" arg-set="-stir"/>
<boolean id="oily" _label="Psychedelic colors" arg-set="-oily"/>
<boolean id="gray" _label="Grayscale" arg-set="-grayscale"/>
</hgroup>
<xscreensaver-image />
<number id="light" type="spinbutton" arg="-light %"
_label="Magic lighting effect" low="0" high="8" default="4"/>
<boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
<xscreensaver-updater />
</vgroup>
</hgroup>
<_description>
Rippling interference patterns reminiscent of splashing water
distort a loaded image.
Written by Tom Hammersley; 1999.
</_description>
</screensaver>
|