From b8cf35a7e536dd40b394abe2832479a339669370 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 14 Dec 2009 02:55:34 +0000 Subject: [PATCH] where-vessels: icons for lock state: how to concat for filters --- yarrg/icons/rune | 1 + yarrg/icons/t.xbm | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 yarrg/icons/rune create mode 100644 yarrg/icons/t.xbm diff --git a/yarrg/icons/rune b/yarrg/icons/rune new file mode 100644 index 0000000..ae4c827 --- /dev/null +++ b/yarrg/icons/rune @@ -0,0 +1 @@ +pnmcat -lr <(xbmtopbm t.xbm diff --git a/yarrg/icons/t.xbm b/yarrg/icons/t.xbm new file mode 100644 index 0000000..78329ef --- /dev/null +++ b/yarrg/icons/t.xbm @@ -0,0 +1,5 @@ +#define noname_width 11 +#define noname_height 9 +static char noname_bits[] = { + 0x00,0x00,0x0e,0x00,0xd1,0x03,0x51,0x02,0x5f,0x02,0x5f,0x02,0xdb,0x03,0x1f, + 0x01,0x1f,0x00}; -- 2.30.2