f95b6655d1
Obtained from: http://www.bluestop.org/wmclock/wmclock-1.0.14.tar.gz
52 lines
1.2 KiB
C
52 lines
1.2 KiB
C
/* XPM */
|
|
static char *jours[] = {
|
|
/* width height num_colors chars_per_pixel */
|
|
" 20 42 2 1",
|
|
/* colors */
|
|
". c #ffffff",
|
|
"# c #000000",
|
|
/* pixels */
|
|
"....................",
|
|
".#.....#....#.#...#.",
|
|
".#.....#....#.##..#.",
|
|
".#.....#....#.#.#.#.",
|
|
".#.....#....#.#..##.",
|
|
".#####..####..#...#.",
|
|
"....................",
|
|
".#...#...##...####..",
|
|
".##.##..#..#..#...#.",
|
|
".#.#.#..#..#..####..",
|
|
".#...#.######.#..#..",
|
|
".#...#.#....#.#...#.",
|
|
"....................",
|
|
".#...#.######.####..",
|
|
".##.##.#......#...#.",
|
|
".#.#.#.#####..####..",
|
|
".#...#.#......#..#..",
|
|
".#...#.######.#...#.",
|
|
"....................",
|
|
"..#####.#####.#...#.",
|
|
"....#...#.....#...#.",
|
|
"....#...####..#...#.",
|
|
".#..#...#.....#...#.",
|
|
"..##....#####..###..",
|
|
"....................",
|
|
".#...#.######.#...#.",
|
|
".#...#.#......##..#.",
|
|
"..#.#..#####..#.#.#.",
|
|
"..#.#..#......#..##.",
|
|
"...#...######.#...#.",
|
|
"....................",
|
|
"..####...##...#...#.",
|
|
".#......#..#..##.##.",
|
|
"..###...#..#..#.#.#.",
|
|
".....#.######.#...#.",
|
|
".####..#....#.#...#.",
|
|
"....................",
|
|
".#####..#####.#...#.",
|
|
".#....#...#...##.##.",
|
|
".#....#...#...#.#.#.",
|
|
".#....#...#...#...#.",
|
|
".#####..#####.#...#."
|
|
};
|