Added Xosview styling & icon

This commit is contained in:
Morgan Aldridge 2019-08-02 20:51:04 -04:00
parent 965ef0e33e
commit 5574ff68ba
3 changed files with 38 additions and 0 deletions

View File

@ -5,4 +5,5 @@ Read .mlvwm/apps/xcalc
Read .mlvwm/apps/xclock
Read .mlvwm/apps/xload
Read .mlvwm/apps/xmag
Read .mlvwm/apps/xosview
Read .mlvwm/apps/xterm

4
.mlvwm/apps/xosview Normal file
View File

@ -0,0 +1,4 @@
Style
"xosview" NoSBarH, NoSBarV
"xosview" MiniIcon xosview.xpm
END

33
.mlvwm/pixmap/xosview.xpm Normal file
View File

@ -0,0 +1,33 @@
/* XPM */
static char *xosview[] = {
/* columns rows colors chars-per-pixel */
"16 16 11 1 ",
" c black",
". c red",
"X c green",
"o c #FF8000",
"O c yellow",
"+ c navy",
"@ c blue",
"# c cyan",
"$ c #C3C3C3",
"% c white",
"& c None",
/* pixels */
"& &",
" %%%%%%%%%%%%%$ ",
" %++++++++++++$ ",
" %o+XXXXXXXXX+$ ",
" %+++O++++++++$ ",
" %++++++++++++$ ",
" %+++#OO.+++++$ ",
" %++++++++++++$ ",
" %o+@@@XXXXXX+$ ",
" %++++++++++++$ ",
" %o+@@@@@XXXX+$ ",
" %++++++++++++$ ",
" %++XXXXXXXXX+$ ",
" %++++++++++++$ ",
" $$$$$$$$$$$$$$ ",
"& &"
};