/usr/share/exmh/bitmaps/sign.xbm is in exmh 1:2.8.0-7.
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 | #define sign_width 40
#define sign_height 32
static unsigned char sign_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0xe0, 0x00, 0x00, 0x00, 0x00, 0xb8, 0x03, 0x00, 0x00, 0x00, 0xac,
0x02, 0x00, 0x00, 0x00, 0xaa, 0x02, 0x00, 0x00, 0x00, 0xba, 0x02, 0x0e,
0x00, 0x00, 0xba, 0x02, 0x91, 0x00, 0x00, 0xba, 0x02, 0x81, 0x00, 0x00,
0xaa, 0x02, 0x01, 0xf0, 0x1a, 0xfe, 0x03, 0x81, 0x88, 0x26, 0x02, 0x72,
0x8e, 0x88, 0x22, 0x02, 0x4a, 0x90, 0x88, 0x22, 0x02, 0x46, 0x90, 0x88,
0x22, 0x02, 0x22, 0x91, 0xf0, 0x22, 0x02, 0x10, 0xce, 0x81, 0x22, 0x02,
0x08, 0x00, 0x80, 0x00, 0x02, 0x04, 0x00, 0xbe, 0x3e, 0x04, 0xf2, 0xff,
0x81, 0x00, 0xf8, 0x01, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x78, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00};
|