dotfiles

config files for my linux setup
git clone git://edryd.org/dotfiles
Log | Files | Refs | README

shade.xbm (130B)


      1 #define shade_width 7
      2 #define shade_height 7
      3 static unsigned char shade_bits[] = {
      4    0x00, 0x3e, 0x00, 0x00, 0x00, 0x00, 0x00 };