diff options
Diffstat (limited to '.i3/icons/fan2.xbm')
-rw-r--r-- | .i3/icons/fan2.xbm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.i3/icons/fan2.xbm b/.i3/icons/fan2.xbm new file mode 100644 index 0000000..5159e74 --- /dev/null +++ b/.i3/icons/fan2.xbm @@ -0,0 +1,5 @@ +#define fan_width 9 +#define fan_height 9 +static unsigned char fan_bits[] = { + 0x86, 0x00, 0x39, 0x01, 0x7c, 0x01, 0xc6, 0x00, 0xc6, 0x00, 0xc6, 0x00, + 0x7d, 0x00, 0x39, 0x01, 0xc2, 0x00 }; |