From dc1881546773ae75afb945c754b60d41119d4d53 Mon Sep 17 00:00:00 2001 From: Thomas Preisner Date: Thu, 8 Dec 2016 23:44:01 +0100 Subject: [PATCH] herbstluftwm: icons: replace wrong icon --- config/herbstluftwm/icons/temp.xbm | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/config/herbstluftwm/icons/temp.xbm b/config/herbstluftwm/icons/temp.xbm index c6dc584..9d83a5f 100644 --- a/config/herbstluftwm/icons/temp.xbm +++ b/config/herbstluftwm/icons/temp.xbm @@ -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 };