dotfiles

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

cal.xpm (323B)


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