/* XPM */ static char *weekday_xpm[] = { /* width height num_colors chars_per_pixel */ " 20 42 2 1", /* colors */ ". c #000000", "# c #ffffff", /* pixels */ "####################", "####.#####.##...####", "####..###..#.###.###", "####.#.#.#.#.###.###", "####.##.##.#.###.###", "####.#####.##...####", "####################", "#######....##.######", "#######.###.#.######", "#######.###.#.######", "#######.###.#.######", "#######....##.######", "####################", "######.#####.#.#####", "######..###..#.#####", "######.#.#.#.#.#####", "######.##.##.#.#####", "######.#####.#.#####", "####################", "#####....###...#####", "#####.###.#.###.####", "#####.###.#.###.####", "#####.###.#.###.####", "#####....###...#####", "####################", "#####.....#....#####", "#####.#####.###.####", "#####....##....#####", "#####.#####.##.#####", "#####.#####.###.####", "####################", "######....###.######", "#####.######.#.#####", "######...###.#.#####", "#########.#.....####", "#####....##.###.####", "####################", "######....##...#####", "#####.#####.###.####", "######...##.###.####", "#########.#.###.####", "#####....###...#####" };