diff options
Diffstat (limited to '')
-rw-r--r-- | .dzen/icons/arrow_up.xbm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.dzen/icons/arrow_up.xbm b/.dzen/icons/arrow_up.xbm new file mode 100644 index 0000000..b21c007 --- /dev/null +++ b/.dzen/icons/arrow_up.xbm @@ -0,0 +1,4 @@ +#define net_up_03_width 8 +#define net_up_03_height 8 +static unsigned char net_up_03_bits[] = { + 0x10, 0x38, 0x7C, 0xFE, 0x38, 0x38, 0x38, 0x38 }; |