diff options
author | Evgeny Sorokin <me@ch1p.io> | 2024-01-06 03:41:49 +0000 |
---|---|---|
committer | Evgeny Sorokin <me@ch1p.io> | 2024-01-06 03:41:49 +0000 |
commit | 6e5d672ea04fb8c89ce9e91cf4c9a53fbb8c2f81 (patch) | |
tree | d9f9200cf572385cf25f41442231675d5eeabcb8 /.icons/dzen_bitmaps/alert.xbm |
Diffstat (limited to '.icons/dzen_bitmaps/alert.xbm')
-rw-r--r-- | .icons/dzen_bitmaps/alert.xbm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.icons/dzen_bitmaps/alert.xbm b/.icons/dzen_bitmaps/alert.xbm new file mode 100644 index 0000000..8211008 --- /dev/null +++ b/.icons/dzen_bitmaps/alert.xbm @@ -0,0 +1,6 @@ +#define alert_width 16 +#define alert_height 16 +static unsigned char alert_bits[] = { + 0xff, 0xff, 0x01, 0xf8, 0xf1, 0xf9, 0xe1, 0xc1, 0xe1, 0xc1, 0xe1, 0xc1, + 0xe1, 0xc1, 0xe1, 0xc1, 0xe1, 0xc1, 0xe1, 0xc1, 0x01, 0xc0, 0xe1, 0xc1, + 0xe1, 0xc1, 0x01, 0xc0, 0xff, 0xff, 0xff, 0xff}; |