systemSetup

system setup, configuration and dotfiles
git clone https://noulin.net/git/systemSetup.git
Log | Files | Refs | README | LICENSE

bullet.xpm (718B)


      1 /* XPM */
      2 static char * bullet_xpm[] = {
      3 "23 23 3 1",
      4 " 	c None",
      5 ".	c #BCBCBC",
      6 "+	c #A2A2A2",
      7 "                       ",
      8 "                       ",
      9 "                       ",
     10 "                       ",
     11 "                       ",
     12 "                       ",
     13 "                       ",
     14 "                       ",
     15 "              .        ",
     16 "              +.       ",
     17 "               +.      ",
     18 "                +.     ",
     19 "               +.      ",
     20 "              +.       ",
     21 "              .        ",
     22 "                       ",
     23 "                       ",
     24 "                       ",
     25 "                       ",
     26 "                       ",
     27 "                       ",
     28 "                       ",
     29 "                       "};