diff options
Diffstat (limited to 'dot_dzen/icons/square.xbm')
-rw-r--r-- | dot_dzen/icons/square.xbm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dot_dzen/icons/square.xbm b/dot_dzen/icons/square.xbm new file mode 100644 index 0000000..4bc66cd --- /dev/null +++ b/dot_dzen/icons/square.xbm @@ -0,0 +1,5 @@ +#define square_width 8 +#define square_height 16 +static unsigned char square_bits[] = { + 0x00, 0x00, 0x1e, 0x1e, 0x1e, 0x1e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00 }; |