herbstluftwm: icons: replace wrong icon

This commit is contained in:
Thomas Preisner 2016-12-08 23:44:01 +01:00
parent c5c738e3cb
commit dc18815467

View file

@ -1,8 +1,5 @@
#define temp_width 18 #define temp_width 9
#define temp_height 18 #define temp_height 9
static char temp_bits[] = { static unsigned char temp_bits[] = {
0x00, 0xC0, 0x03, 0x00, 0xC0, 0x03, 0xC0, 0xF0, 0x03, 0xC0, 0xF0, 0x03, 0x80, 0x01, 0xc8, 0x01, 0xe0, 0x00, 0x52, 0x00, 0x28, 0x00, 0x16, 0x00,
0x00, 0xFC, 0x00, 0x00, 0xFC, 0x00, 0x0C, 0x33, 0x00, 0x0C, 0x33, 0x00, 0x09, 0x00, 0x09, 0x00, 0x06, 0x00 };
0xC0, 0x0C, 0x00, 0xC0, 0x0C, 0x00, 0x3C, 0x03, 0x00, 0x3C, 0x03, 0x00,
0xC3, 0x00, 0x00, 0xC3, 0x00, 0x00, 0xC3, 0x00, 0x00, 0xC3, 0x00, 0x00,
0x3C, 0x00, 0x00, 0x3C, 0x00, 0x00, };