diff options
Diffstat (limited to '.dzen/icons/layout-full-black.xbm')
-rw-r--r-- | .dzen/icons/layout-full-black.xbm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.dzen/icons/layout-full-black.xbm b/.dzen/icons/layout-full-black.xbm new file mode 100644 index 0000000..1c97fde --- /dev/null +++ b/.dzen/icons/layout-full-black.xbm @@ -0,0 +1,5 @@ +#define full_width 12 +#define full_height 12 +static unsigned char full_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0xfc, 0x03, 0xfc, 0x03, 0x04, 0x02, 0x04, 0x02, + 0x04, 0x02, 0x04, 0x02, 0x04, 0x02, 0x04, 0x02, 0xfc, 0x03, 0x00, 0x00}; |