diff options
Diffstat (limited to 'dot_dzen/icons/pause.xbm')
-rw-r--r-- | dot_dzen/icons/pause.xbm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dot_dzen/icons/pause.xbm b/dot_dzen/icons/pause.xbm new file mode 100644 index 0000000..6bb2251 --- /dev/null +++ b/dot_dzen/icons/pause.xbm @@ -0,0 +1,4 @@ +#define pause_width 8 +#define pause_height 8 +static unsigned char pause_bits[] = { + 0x00, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x00 }; |