diff options
author | Ryan Kavanagh <ryanakca@kubuntu.org> | 2011-08-14 17:16:55 -0400 |
---|---|---|
committer | Ryan Kavanagh <ryanakca@kubuntu.org> | 2011-08-25 07:42:57 -0400 |
commit | 1c019761dfaf6be82de9284fa5e2b9dbfbdec27d (patch) | |
tree | 7ed6bd2f437d3a334bd7a81f62e6dfa63689272b /.dzen/icons/wifi_01.xbm |
Initial import
Diffstat (limited to '.dzen/icons/wifi_01.xbm')
-rw-r--r-- | .dzen/icons/wifi_01.xbm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.dzen/icons/wifi_01.xbm b/.dzen/icons/wifi_01.xbm new file mode 100644 index 0000000..315d0f7 --- /dev/null +++ b/.dzen/icons/wifi_01.xbm @@ -0,0 +1,4 @@ +#define wifi_01_width 8 +#define wifi_01_height 8 +static unsigned char wifi_01_bits[] = { + 0x80, 0xA0, 0xA8, 0xAB, 0xAB, 0xA8, 0xA0, 0x80 }; |