/usr/share/afterstep/backgrounds/DefaultTexture 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 18 19 | <tile id="text_fgimage" tint="BaseLight">
<img src="tiles/SimpleTexture"/>
</tile>
<composite>
<composite op="add">
<gradient width="$xroot.width" height="$xroot.height"
colors="BaseDark BaseLight" angle="45"/>
<scale width="32" height="32" tile="1">
<img src="tiles/SimpleTexture"/>
</scale>
</composite>
<text align="center" valign="middle" font="DefaultFancy.ttf"
point="60" fgimage="text_fgimage" type="3">AfterStep 2.2</text>
</composite>
<release srcid="text_fgimage"/>
|