systemSetup

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

unselect.xpm (705B)


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