diff options
author | Ryan Kavanagh <ryanakca@kubuntu.org> | 2011-08-14 17:16:55 -0400 |
---|---|---|
committer | Ryan Kavanagh <ryanakca@kubuntu.org> | 2011-08-25 07:42:57 -0400 |
commit | 1c019761dfaf6be82de9284fa5e2b9dbfbdec27d (patch) | |
tree | 7ed6bd2f437d3a334bd7a81f62e6dfa63689272b /.dzen/icons/layout-full-black.xbm |
Initial import
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}; |