diff options
Diffstat (limited to 'attic/muse2-oom/muse2/awl/clock.xpm')
-rw-r--r-- | attic/muse2-oom/muse2/awl/clock.xpm | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/attic/muse2-oom/muse2/awl/clock.xpm b/attic/muse2-oom/muse2/awl/clock.xpm new file mode 100644 index 00000000..3bf15e01 --- /dev/null +++ b/attic/muse2-oom/muse2/awl/clock.xpm @@ -0,0 +1,24 @@ +/* XPM */ +static char *clock_xpm[]={ +"18 18 3 1", +". c None", +"# c #000000", +"a c #0000c0", +"...####a#####.....", +"..####.aaa.###....", +".####..aaa..###...", +".###...aaa...###..", +".#.....aaa....##..", +"##.....aaa.....##.", +"##.....aaa.....##.", +"###....aaaaaaaaa#.", +"###....aaaaaaaaa#.", +"##.....aaaaaaaaa#.", +"##............#.#.", +".##...........##..", +".##..........###..", +"..##........####..", +"...####...####....", +"....#########.....", +"......######......", +".................."}; |