dotfiles

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

music.xpm (385B)


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