mirror of
https://github.com/morgant/mlvwmrc.git
synced 2025-01-17 23:31:47 +00:00
Added MenuExtra for Gromit-MPX, 'pencil' pixmap (18x18), and linked to in README
This commit is contained in:
parent
cb5f46e3fb
commit
8c7059467b
16
.mlvwm/MenuExtras/Gromit-MPX
Normal file
16
.mlvwm/MenuExtras/Gromit-MPX
Normal 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
24
.mlvwm/pixmap/pencil.xpm
Normal file
@ -0,0 +1,24 @@
|
||||
/* XPM */
|
||||
static char * pencil_xpm[] = {
|
||||
"18 18 3 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
"+ c #FFFFFF",
|
||||
" ",
|
||||
" .... ",
|
||||
" .+++. ",
|
||||
" .++++. ",
|
||||
" ..++. ",
|
||||
" .++... ",
|
||||
" .+++. ",
|
||||
" .++++. ",
|
||||
" .+++. ",
|
||||
" .++++. ",
|
||||
" .+++. ",
|
||||
" .++++. ",
|
||||
" .+++. ",
|
||||
" .... ",
|
||||
" ... ",
|
||||
" .. ",
|
||||
" . ",
|
||||
" "};
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user