Added Godot styles

This commit is contained in:
Morgan Aldridge 2024-02-01 21:20:46 -05:00
parent 71b9b45521
commit 57a08552d2
4 changed files with 17 additions and 1 deletions

View File

@ -5,6 +5,7 @@ Read .mlvwm/apps/chrome
Read .mlvwm/apps/clementine
Read .mlvwm/apps/cool-retro-term
Read .mlvwm/apps/firefox
Read .mlvwm/apps/godot
Read .mlvwm/apps/gxmessage
Read .mlvwm/apps/HandBrake
Read .mlvwm/apps/krita

13
.mlvwm/apps/godot Normal file
View File

@ -0,0 +1,13 @@
Menu Godot-File, Label "File", Left
"Quit" Action SendMessage C+Q
END
MenuBar Godot
Godot-File
Default-Edit
END
Style
"Godot" NoSBarH, NoSBarV
"Godot" MiniIcon godot.xpm, MenuBar Godot
END

View File

@ -29,6 +29,8 @@ pixmap:
convert $(TEMP)/firefox.png $(PIXMAP)/firefox.xpm
curl -# -L https://raw.githubusercontent.com/mpv-player/mpv.io/master/source/images/favicon.png -o $(TEMP)/mpv.png
convert $(TEMP)/mpv.png -resize 16x16\> $(PIXMAP)/mpv.xpm
curl -# -L https://raw.githubusercontent.com/godotengine/godot/master/icon.png -o $(TEMP)/godot.png
convert $(TEMP)/godot.png -resize 16x16\> $(PIXMAP)/godot.xpm
curl -# -L "https://gitlab.com/qemu-project/qemu/-/raw/master/ui/icons/qemu_16x16.png?ref_type=heads&inline=false" -o $(TEMP)/qemu.png
convert $(TEMP)/qemu.png $(PIXMAP)/qemu.xpm
curl -# -L https://raw.githubusercontent.com/scummvm/scummvm/master/icons/scummvm.ico -o $(TEMP)/scummvm.ico

View File

@ -58,12 +58,12 @@ Configurations for the following X11 applications are included:
* [0ad](https://play0ad.com/)
* [ARandR](https://christian.amsuess.com/tools/arandr/)
* [Audacity](https://www.audacityteam.org/)
* [Basilisk II](http://basilisk.cebix.net/)
* [Chromium](https://www.chromium.org/)
* [Clementine](https://www.clementine-player.org/)
* [cool-retro-term](https://github.com/Swordfish90/cool-retro-term)
* [Firefox](https://www.getfirefox.com/)
* [Godot](https://godotengine.org/)
* [Gxmessage](https://trmusson.dreamhosters.com/programs.html#gxmessage)
* [HandBrake](https://handbrake.fr/)
* [Krita](https://krita.org/)