mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-04-03 18:14:15 +00:00
8 lines
334 B
C
8 lines
334 B
C
#define iconify_width 16
|
|
#define iconify_height 16
|
|
#define iconify_x_hot 1
|
|
#define iconify_y_hot 13
|
|
static char iconify_bits[] = {
|
|
0x0f, 0x00, 0xef, 0x7f, 0x0f, 0x00, 0xef, 0x7f, 0xef, 0x7f, 0xef, 0x7f,
|
|
0xef, 0x7f, 0xef, 0x7f, 0xef, 0x7f, 0xef, 0x7f, 0x0f, 0x00, 0xf1, 0xff,
|
|
0xf5, 0xff, 0xf1, 0xff, 0xff, 0xff, 0xff, 0xff };
|