Added RetroArch styling

This commit is contained in:
Morgan Aldridge 2022-07-10 11:03:32 -04:00
parent 75933f8e2f
commit d383e708ea
4 changed files with 41 additions and 0 deletions

View File

@ -8,6 +8,7 @@ Read .mlvwm/apps/krita
Read .mlvwm/apps/meld
Read .mlvwm/apps/pcmanfm
Read .mlvwm/apps/remmina
Read .mlvwm/apps/retroarch
Read .mlvwm/apps/vlc
Read .mlvwm/apps/xcalc
Read .mlvwm/apps/xclock

14
.mlvwm/apps/retroarch Normal file
View File

@ -0,0 +1,14 @@
Menu RetroArch-File, Label "File", Left
"Quit" Action SendMessage N+Escape
END
MenuBar RetroArch
RetroArch-File
def-Edit
END
Style
"*RetroArch*" NoSBarH, NoSBarV
"*RetroArch*" MiniIcon retroarch.xpm, MenuBar RetroArch
END

View File

@ -0,0 +1,25 @@
/* XPM */
static const char *retroarch[] = {
/* columns rows colors chars-per-pixel */
"16 16 3 1 ",
" c gray20",
". c gray95",
"X c None",
/* pixels */
"XXXXXXXXXXXXXXXX",
"XX XXX",
"X XX",
"X XX",
"X . . XX",
"X . . . . XX",
"X . ....... . XX",
"X ... ... ... XX",
"X ........... XX",
"X ......... XX",
"X . . XX",
"X . . XX",
"X XX",
"X XX",
"XX XXX",
"XXXXXXXXXXXXXXXX"
};

View File

@ -60,6 +60,7 @@ Configurations for the following X11 applications are included:
* [Krita](https://krita.org/)
* [Meld](http://meldmerge.org/)
* [PCManFM](https://en.wikipedia.org/wiki/PCMan_File_Manager)
* [RetroArch](https://www.retroarch.com/)
* [Remmina](https://remmina.org/)
* [VLC](https://www.videolan.org/vlc/)
* Xcalc