mirror of
https://github.com/morgant/mlvwmrc.git
synced 2024-12-27 07:30:35 +00:00
Added RetroArch styling
This commit is contained in:
parent
75933f8e2f
commit
d383e708ea
@ -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
14
.mlvwm/apps/retroarch
Normal 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
|
||||
|
25
.mlvwm/pixmap/retroarch.xpm
Normal file
25
.mlvwm/pixmap/retroarch.xpm
Normal 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"
|
||||
};
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user