diff options
Diffstat (limited to '')
-rw-r--r-- | .dzen/icons/rwd.xbm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.dzen/icons/rwd.xbm b/.dzen/icons/rwd.xbm new file mode 100644 index 0000000..5170b21 --- /dev/null +++ b/.dzen/icons/rwd.xbm @@ -0,0 +1,4 @@ +#define rwd_width 8 +#define rwd_height 8 +static unsigned char rwd_bits[] = { + 0x00, 0x48, 0x6C, 0x7E, 0x7E, 0x6C, 0x48, 0x00 }; |