mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-04-03 18:14:15 +00:00
6 lines
285 B
Text
6 lines
285 B
Text
#define iconify_width 16
|
|
#define iconify_height 16
|
|
static char iconify_bits[] = {
|
|
0xf0, 0xff, 0xf0, 0xff, 0xf0, 0xff, 0xf0, 0xff, 0xf0, 0xff, 0xf0, 0xff,
|
|
0xf0, 0xff, 0xf0, 0xff, 0xf0, 0xff, 0xf0, 0xff, 0xf0, 0xff, 0x0e, 0x00,
|
|
0x0e, 0x00, 0x0e, 0x00, 0x00, 0x00, 0x00, 0x00 };
|