/usr/share/afterstep/desktop/buttons/qnx-switchwindow 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 20 21 22 23 24 25 26 27 | <rotate id="arrow_short_small_icon" angle="240">
<img src="dots/arrow_short_small"/>
</rotate>
<rotate id="arrow_short_medium_icon_rotated" angle="240">
<img src="dots/arrow_short_medium"/>
</rotate>
<tile id="arrow_short_small_icon_black" tint="#487f7f7f">
<tile tint="InactiveText1">
<scale width="11" height="11">
<recall srcid="arrow_short_medium_icon_rotated"/>
</scale>
</tile>
</tile>
<pad color="#00000000" left="4" top="3">
<composite>
<recall x="2" y="0" srcid="arrow_short_small_icon_black"/>
<solid x="1" y="3" width="13" height="1" color="#7Fbbbbbb"/>
<tile y="-2" clip_height="13" tint="BaseDark">
<recall srcid="arrow_short_small_icon"/>
</tile>
</composite>
</pad>
|