herbstluftwm: icons: replace wrong icon
This commit is contained in:
parent
c5c738e3cb
commit
dc18815467
1 changed files with 5 additions and 8 deletions
|
|
@ -1,8 +1,5 @@
|
|||
#define temp_width 18
|
||||
#define temp_height 18
|
||||
static char temp_bits[] = {
|
||||
0x00, 0xC0, 0x03, 0x00, 0xC0, 0x03, 0xC0, 0xF0, 0x03, 0xC0, 0xF0, 0x03,
|
||||
0x00, 0xFC, 0x00, 0x00, 0xFC, 0x00, 0x0C, 0x33, 0x00, 0x0C, 0x33, 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, };
|
||||
#define temp_width 9
|
||||
#define temp_height 9
|
||||
static unsigned char temp_bits[] = {
|
||||
0x80, 0x01, 0xc8, 0x01, 0xe0, 0x00, 0x52, 0x00, 0x28, 0x00, 0x16, 0x00,
|
||||
0x09, 0x00, 0x09, 0x00, 0x06, 0x00 };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue