dotfiles

dot files in ~
git clone git://git.unixkoans.com/dotfiles.git
Log | Files | Refs

down.xpm (324B)


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* XPM */
static char *down[] = {
/* columns rows colors chars-per-pixel */
"12 12 2 1 ",
"  c #CC9393",
". c None",
/* pixels */
"............",
"............",
".....    ...",
"....    ....",
"....    ....",
"....    ....",
"..        ..",
"...      ...",
"....    ....",
".....  .....",
"............",
"............"
};