This file is indexed.

/usr/share/afterstep/desktop/buttons/glass-iconize is in afterstep-data 2.2.12-6.

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
<hsv id="btn_back_inactive" hue_offset="$ascs.Inactive1.hue"
saturation_offset="$ascs.Inactive1.saturation-30"
value_offset="$ascs.Inactive1.value-60">
  <img src="bars/btn_back_glass_red"/>
</hsv>

<composite merge="clip">
  <recall srcid="btn_back_inactive"/>

  <tile x="2" y="2" tint="#FFFFFF">
    <img src="dots/windows_small"/>
  </tile>

  <tile tint="#6f7f7f7f" x="0" y="0">
    <recall srcid="btn_back_inactive"/>
  </tile>
</composite>