diff --git a/.mlvwm/apps/.AppsManifest b/.mlvwm/apps/.AppsManifest index bbcfeeb..c102306 100644 --- a/.mlvwm/apps/.AppsManifest +++ b/.mlvwm/apps/.AppsManifest @@ -20,4 +20,5 @@ Read .mlvwm/apps/xmessage Read .mlvwm/apps/xosview Read .mlvwm/apps/xterm Read .mlvwm/apps/xwf +Read .mlvwm/apps/zeal Read .mlvwm/apps/zutty diff --git a/.mlvwm/apps/zeal b/.mlvwm/apps/zeal new file mode 100644 index 0000000..df56e22 --- /dev/null +++ b/.mlvwm/apps/zeal @@ -0,0 +1,35 @@ +Menu Zeal-File, Label "File", Left +"New Tab" Action SendMessage C+T +"Close Tab" Action SendMessage C+W +"" NonSelect +"Quit" Action SendMessage C+Q +END + +Menu Zeal-Edit, Label "Edit", Left +"Find" Action SendMessage C+F +"" NonSelect +"Preferences" Action SendMessage C+Comma +END + +Menu Zeal-Tools, Label "Tools", Left +"Docsets..." NonSelect, Gray +END + +Menu Zeal-Help, Label "Help", Left +"Submit Feedback..." NonSelect, Gray +"Check for Updates..." NonSelect, Gray +"" NonSelect +"About Zeal" NonSelect, Gray +END + +MenuBar Zeal +Zeal-File +Zeal-Edit +Zeal-Tools +Zeal-Help +END + +Style +"*Zeal*" NoSBarH, NoSBarV +"*Zeal*" MiniIcon zeal.xpm, MenuBar Zeal +END diff --git a/Makefile b/Makefile index ab9bc9c..f11aaee 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,8 @@ pixmap: curl -# -L http://www2u.biglobe.ne.jp/~y-miyata/mlvwm/mini-icons.tar.gz -o $(TEMP)/mini-icons.tar.gz tar -C $(PIXMAP) -xzf $(TEMP)/mini-icons.tar.gz curl -# -L https://raw.githubusercontent.com/videolan/vlc/master/share/icons/16x16/vlc.xpm -o $(PIXMAP)/vlc.xpm + curl -# -L https://raw.githubusercontent.com/zealdocs/zeal/main/assets/freedesktop/16-apps-zeal.png -o $(TEMP)/zeal.png + convert $(TEMP)/zeal.png $(PIXMAP)/zeal.xpm convert https://www.chromium.org/favicon.ico $(PIXMAP)/chromium.xpm curl -# -L https://claws-mail.org/favicon.ico -o $(TEMP)/claws-mail-favicon.ico curl -# -L https://iridiumbrowser.de/favicon.ico -o $(TEMP)/iridium-favicon.ico @@ -39,4 +41,5 @@ clean-pixmap: rm $(PIXMAP)/claws-mail.xpm rm $(PIXMAP)/iridium.xpm rm $(PIXMAP)/vlc.xpm + rm $(PIXMAP)/zeal.xpm diff --git a/README.md b/README.md index 3cc70b3..9cfdda5 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,7 @@ Configurations for the following X11 applications are included: * [Xosview2](http://xosview.sourceforge.net/) * Xterm * [Xwf](https://github.com/morgant/xwf) +* [Zeal](https://zealdocs.org/) * [Zutty](https://github.com/tomszilagyi/zutty) ## MENU EXTRAS