dotfiles

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

wifi.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 *wifi[] = {
/* columns rows colors chars-per-pixel */
"12 12 2 1 ",
"  c #7F9F7F",
". c None",
/* pixels */
"............",
"............",
"........ ...",
"...... .. ..",
".... .. . ..",
".. .. . . ..",
".. .. . . ..",
".... .. . ..",
"...... .. ..",
"........ ...",
"............",
"............"
};