dockapps/wmclock/lang.french2/weekday.xpm

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 */
"....................",
".#.....#....#.#...#.",
".#.....#....#.##..#.",
".#.....#....#.#.#.#.",
".#.....#....#.#..##.",
".#####..####..#...#.",
"....................",
".#...#...##...####..",
".##.##..#..#..#...#.",
".#.#.#..#..#..####..",
".#...#.######.#..#..",
".#...#.#....#.#...#.",
"....................",
".#...#.######.####..",
".##.##.#......#...#.",
".#.#.#.#####..####..",
".#...#.#......#..#..",
".#...#.######.#...#.",
"....................",
"..#####.#####.#...#.",
"....#...#.....#...#.",
"....#...####..#...#.",
".#..#...#.....#...#.",
"..##....#####..###..",
"....................",
".#...#.######.#...#.",
".#...#.#......##..#.",
"..#.#..#####..#.#.#.",
"..#.#..#......#..##.",
"...#...######.#...#.",
"....................",
"..####...##...#...#.",
".#......#..#..##.##.",
"..###...#..#..#.#.#.",
".....#.######.#...#.",
".####..#....#.#...#.",
"....................",
".#####..#####.#...#.",
".#....#...#...##.##.",
".#....#...#...#.#.#.",
".#....#...#...#...#.",
".#####..#####.#...#."
};