diff options
Diffstat (limited to '.dzen/icons/net-wired2.xbm')
-rw-r--r-- | .dzen/icons/net-wired2.xbm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.dzen/icons/net-wired2.xbm b/.dzen/icons/net-wired2.xbm new file mode 100644 index 0000000..fb7276a --- /dev/null +++ b/.dzen/icons/net-wired2.xbm @@ -0,0 +1,6 @@ +#define network_eth1_width 16 +#define network_eth1_height 16 +static unsigned char network_eth1_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0x60, 0x03, 0x70, 0x07, + 0x78, 0x0f, 0x7f, 0x7f, 0x7f, 0x7f, 0x78, 0x0f, 0x70, 0x07, 0x60, 0x03, + 0x40, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; |