diff options
Diffstat (limited to '.config/subtle/xbm/volume_on.xbm')
-rw-r--r-- | .config/subtle/xbm/volume_on.xbm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/subtle/xbm/volume_on.xbm b/.config/subtle/xbm/volume_on.xbm new file mode 100644 index 0000000..47176c2 --- /dev/null +++ b/.config/subtle/xbm/volume_on.xbm @@ -0,0 +1,5 @@ +#define volume_on_width 9 +#define volume_on_height 9 +static unsigned char volume_on_bits[] = { + 0x10, 0x00, 0x98, 0x00, 0x14, 0x01, 0x53, 0x01, 0x51, 0x01, 0x53, 0x01, + 0x14, 0x01, 0x98, 0x00, 0x10, 0x00 }; |