diff options
Diffstat (limited to '.config/subtle/xbm/vol-hi.xbm')
-rw-r--r-- | .config/subtle/xbm/vol-hi.xbm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/subtle/xbm/vol-hi.xbm b/.config/subtle/xbm/vol-hi.xbm new file mode 100644 index 0000000..7c4a849 --- /dev/null +++ b/.config/subtle/xbm/vol-hi.xbm @@ -0,0 +1,6 @@ +#define vol_hi2_width 16 +#define vol_hi2_height 16 +static unsigned char vol_hi2_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x11, 0x80, 0x21, 0xc0, 0x49, 0xfc, 0x51, + 0xfc, 0x55, 0xfc, 0x55, 0xfc, 0x55, 0xfc, 0x55, 0xfc, 0x51, 0xc0, 0x49, + 0x80, 0x21, 0x00, 0x11, 0x00, 0x00, 0x00, 0x00 }; |