This file is indexed.

/usr/share/xscreensaver/config/intermomentary.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
29
30
31
<?xml version="1.0" encoding="ISO-8859-1"?>

<screensaver name="intermomentary" _label="Intermomentary">

  <command arg="-root"/>

  <number id="speed" type="slider" arg="-draw-delay %"
          _label="Frame rate" _low-label="Low" _high-label="High"
          low="0" high="100000" default="30000" convert="invert"/>

  <number id="init" type="slider" arg="-num-discs %"
          _label="Number of discs" _low-label="50" _high-label="400"
          low="50" high="400" default="85"/>

  <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>

  <_description>
A surface is filled with a hundred medium to small sized circles.
Each circle has a different size and direction, but moves at the same
slow rate.  Displays the instantaneous intersections of the circles as
well as the aggregate intersections of the circles.

The circles begin with a radius of 1 pixel and slowly increase to some
arbitrary size.  Circles are drawn with small moving points along the
perimeter. The intersections are rendered as glowing orbs.  Glowing
orbs are rendered only when a perimeter point moves past the
intersection point.

Written by Casey Reas, William Ngan, Robert Hodgin, and Jamie Zawinski; 2004.
  </_description>
</screensaver>