diff options
Diffstat (limited to '.config/subtle/xbm/power-bat2.xbm')
-rw-r--r-- | .config/subtle/xbm/power-bat2.xbm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/subtle/xbm/power-bat2.xbm b/.config/subtle/xbm/power-bat2.xbm new file mode 100644 index 0000000..e7be632 --- /dev/null +++ b/.config/subtle/xbm/power-bat2.xbm @@ -0,0 +1,6 @@ +#define power_bat2_width 16 +#define power_bat2_height 16 +static unsigned char power_bat2_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfe, 0x1f, 0x7e, 0x18, + 0x7e, 0x78, 0x7e, 0x78, 0x7e, 0x78, 0x7e, 0x78, 0x7e, 0x18, 0xfe, 0x1f, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; |