mirror of
https://github.com/morgant/mlvwmrc.git
synced 2024-12-27 22:30:49 +00:00
Added Zeal styling
This commit is contained in:
parent
45de5e10fa
commit
ddd8e88294
@ -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
|
||||
|
35
.mlvwm/apps/zeal
Normal file
35
.mlvwm/apps/zeal
Normal file
@ -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
|
3
Makefile
3
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user