/usr/lib/timidity/bitmaps/random.xbm is in timidity 2.13.2-40.2.
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 | #define random_width 22
#define random_height 22
static unsigned char random_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3e, 0x00, 0x00, 0x63, 0x00,
0x00, 0x63, 0x00, 0x00, 0x60, 0x00, 0x00, 0x30, 0x00, 0x00, 0x18, 0x00,
0x00, 0x0c, 0x00, 0xf8, 0xcc, 0x07, 0x8c, 0x61, 0x0c, 0x8c, 0x6d, 0x0c,
0x80, 0x0d, 0x0c, 0xc0, 0x00, 0x06, 0x60, 0x00, 0x03, 0x30, 0x80, 0x01,
0x30, 0x80, 0x01, 0x00, 0x00, 0x00, 0x30, 0x80, 0x01, 0x30, 0x80, 0x01,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, };
|