Added MenuExtra for Gromit-MPX, 'pencil' pixmap (18x18), and linked to in README

This commit is contained in:
Morgan Aldridge 2024-08-22 14:25:11 -04:00
parent cb5f46e3fb
commit 8c7059467b
3 changed files with 42 additions and 1 deletions

View File

@ -0,0 +1,16 @@
################################################################################
# Gromit-MPX Menu Extra
################################################################################
Menu MenuExtra-Gromit-MPX, Icon pencil.xpm, Right, Stick
"Activate" Action Exec "gromit-mpx" exec gromit-mpx -a
"" NonSelect
"Toggle Drawing" Action Exec "gromit-mpx" exec gromit-mpx -t
"Toggle Visibilty" Action Exec "gromit-mpx" exec gromit-mpx -v
"" NonSelect
"Undo Stroke" Action Exec "gromit-mpx" exec gromit-mpx -z
"Redo Stroke" Action Exec "gromit-mpx" exec gromit-mpx -y
"Clear Drawing" Action Exec "gromit-mpx" exec gromit-mpx -c
"" NonSelect
"Quit" Action Exec "gromit-mpx" exec gromit-mpx -q
END

24
.mlvwm/pixmap/pencil.xpm Normal file
View File

@ -0,0 +1,24 @@
/* XPM */
static char * pencil_xpm[] = {
"18 18 3 1",
" c None",
". c #000000",
"+ c #FFFFFF",
" ",
" .... ",
" .+++. ",
" .++++. ",
" ..++. ",
" .++... ",
" .+++. ",
" .++++. ",
" .+++. ",
" .++++. ",
" .+++. ",
" .++++. ",
" .+++. ",
" .... ",
" ... ",
" .. ",
" . ",
" "};

View File

@ -96,8 +96,9 @@ Configurations for the following X11 applications are included:
Configurations for the following X11 applications are included for use in the menu bar:
* X11
* [Gromit-MPX](https://github.com/bk138/gromit-mpx)
* [mlclock](https://github.com/morgant/mlclock)
* X11
* Xclock
* Xload
* [Xmem](https://git.sdf.org/bch/xmem)