An application menu through a GTK+ tray status icon.
https://trizenx.blogspot.com/2012/02/menutray.html
- Perl 88.6%
- Raku 11.4%
| .gitignore | Initial commit | |
| INSTALL.md | INSTALL.md: undocument the removed "-gtk3" option. | |
| LICENSE | Changed links from HTTP to HTTPS | |
| menutray |
- Added support for the Path key.
|
|
| README.md | modified: README.md -- use relative link to INSTALL.md | |
| schema.pl | - Right-clicking on the status icon, will now display the following two items: | |
menutray
A simple GTK+ application menu tray.
usage: menutray [options]
options:
-g : generate a simple menu
-i : generate a menu with icons
-u : update the configuration file
-r : regenerate the configuration file
other:
-S <file> : path to the schema.pl file
-C <file> : path to the config.pl file
-o <file> : path to the menu.pl file
help:
-h : print this message and exit
-v : print version number and exit
* Menu : ~/.config/menutray/menu.pl
* Config : ~/.config/menutray/config.pl
* Schema : ~/.config/menutray/schema.pl
Installation: INSTALL.md