diff options
Diffstat (limited to '.config/subtle/xbm/fwd.xbm')
-rwxr-xr-x | .config/subtle/xbm/fwd.xbm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/subtle/xbm/fwd.xbm b/.config/subtle/xbm/fwd.xbm new file mode 100755 index 0000000..3f52ea9 --- /dev/null +++ b/.config/subtle/xbm/fwd.xbm @@ -0,0 +1,4 @@ +#define fwd_width 8 +#define fwd_height 8 +static unsigned char fwd_bits[] = { + 0x00, 0x12, 0x36, 0x7E, 0x7E, 0x36, 0x12, 0x00 }; |