From df23c15707730d943029ecde7cf59ed6e95a1bb3 Mon Sep 17 00:00:00 2001 From: Morgan Aldridge Date: Sat, 8 Feb 2020 22:50:58 -0500 Subject: [PATCH] Added MacOS 8/9 Apple icon --- .mlvwm/pixmap/apple8.xpm | 55 ++++++++++++++++++++++++++++++++++++++++ .mlvwm/themes/MacOS8 | 2 +- .mlvwm/themes/MacOS9 | 2 +- 3 files changed, 57 insertions(+), 2 deletions(-) create mode 100644 .mlvwm/pixmap/apple8.xpm diff --git a/.mlvwm/pixmap/apple8.xpm b/.mlvwm/pixmap/apple8.xpm new file mode 100644 index 0000000..9371ecb --- /dev/null +++ b/.mlvwm/pixmap/apple8.xpm @@ -0,0 +1,55 @@ +/* XPM */ +static char *apple8[] = { +/* columns rows colors chars-per-pixel */ +"18 18 31 1 ", +" c #006600", +". c gray40", +"X c #870000", +"o c #A50000", +"O c #CD0000", +"+ c #E70000", +"@ c #009600", +"# c #00A500", +"$ c #00CD00", +"% c #DA8700", +"& c #FF8700", +"* c yellow", +"= c #B38754", +"- c #FFB354", +"; c #FFDA54", +": c #0000A5", +"> c #0054B3", +", c #0000C0", +"< c #FF00B3", +"1 c #875487", +"2 c #B354B3", +"3 c #DA54B3", +"4 c #5487DA", +"5 c #B3DA87", +"6 c #87FF87", +"7 c #FFDAB3", +"8 c #DAFFB3", +"9 c #FFB3DA", +"0 c #FFFFDA", +"q c white", +"w c None", +/* pixels */ +"wwwwwwwwwwwwwwwwww", +"wwwwwwwwwwwwwwwwww", +"wwwwwwwwww$#wwwwww", +"wwwwwwwww$ 5.wwwww", +"wwwwwwwww#5.wwwwww", +"wwwww$$#ww$$#wwwww", +"wwww#86$$$##@.wwww", +"www;qq**;;--=..www", +"www;q***;;-=..wwww", +"www%0&&&&%%=.wwwww", +"www%7&&&&&%==wwwww", +"wwwO9+++++OOoXwwww", +"wwww3<<<<<3321.www", +"wwww33<<<33212.www", +"wwwww,44:>44:..www", +"wwwwww::..::..wwww", +"wwwwwww..ww..wwwww", +"wwwwwwwwwwwwwwwwww" +}; diff --git a/.mlvwm/themes/MacOS8 b/.mlvwm/themes/MacOS8 index f5e074e..c7cee39 100644 --- a/.mlvwm/themes/MacOS8 +++ b/.mlvwm/themes/MacOS8 @@ -17,7 +17,7 @@ OneClickMenu # Apple Menu ################################################################################ -Menu Apple, Icon apple.xpm, Stick +Menu Apple, Icon apple8.xpm, Stick "About This Computer..." NonSelect, Gray, Action About "" NonSelect "Calculator" Action Exec "xcal" exec xcalc, Icon mini-calc.xpm diff --git a/.mlvwm/themes/MacOS9 b/.mlvwm/themes/MacOS9 index efc56b0..af2089d 100644 --- a/.mlvwm/themes/MacOS9 +++ b/.mlvwm/themes/MacOS9 @@ -14,7 +14,7 @@ OneClickMenu # Apple Menu ################################################################################ -Menu Apple, Icon apple.xpm, Stick +Menu Apple, Icon apple8.xpm, Stick "About This Computer..." NonSelect, Gray, Action About "" NonSelect "Calculator" Action Exec "xcal" exec xcalc, Icon mini-calc.xpm