An application menu through a GTK+ tray status icon. https://trizenx.blogspot.com/2012/02/menutray.html

trizen f509b8fce9 modified: README.md -- use relative link to INSTALL.md 2 年 前
.gitignore fa03fc74b8 Initial commit 10 年 前
INSTALL.md c72539fdef INSTALL.md: undocument the removed "-gtk3" option. 2 年 前
LICENSE a6e2622d84 Changed links from HTTP to HTTPS 3 年 前
README.md f509b8fce9 modified: README.md -- use relative link to INSTALL.md 2 年 前
menutray f509b8fce9 modified: README.md -- use relative link to INSTALL.md 2 年 前
schema.pl dbb96d81d8 - Right-clicking on the status icon, will now display the following two items: 7 年 前

README.md

menutray

A simple GTK+ application menu tray.

menutray


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