diff options
Diffstat (limited to '')
-rw-r--r-- | .dzen/icons/bluetooth.xbm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.dzen/icons/bluetooth.xbm b/.dzen/icons/bluetooth.xbm new file mode 100644 index 0000000..3cc42d5 --- /dev/null +++ b/.dzen/icons/bluetooth.xbm @@ -0,0 +1,4 @@ +#define bluetooth_width 8 +#define bluetooth_height 8 +static unsigned char bluetooth_bits[] = { + 0x18, 0x2A, 0x6C, 0x38, 0x38, 0x6C, 0x2A, 0x18 }; |