herbstluftwm: add icon assets for hlwm-bar

This commit is contained in:
Thomas Preisner 2016-12-08 20:43:03 +01:00
parent 161b191d3f
commit b3174e23e4
304 changed files with 1978 additions and 0 deletions

View file

@ -0,0 +1,8 @@
#define box_out_width 18
#define box_out_height 18
static char box_out_bits[] = {
0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xC0, 0x00, 0x00, 0xC0, 0x00, 0x00,
0xC0, 0x30, 0x00, 0xC0, 0x30, 0x00, 0x00, 0xC0, 0x00, 0x00, 0xC0, 0x00,
0xFF, 0xFF, 0x03, 0xFF, 0xFF, 0x03, 0x00, 0xC0, 0x00, 0x00, 0xC0, 0x00,
0xC0, 0x30, 0x00, 0xC0, 0x30, 0x00, 0xC0, 0x00, 0x00, 0xC0, 0x00, 0x00,
0xFF, 0x00, 0x00, 0xFF, 0x00, 0x00, };