1
0
Fork
You've already forked menutray
0
An application menu through a GTK+ tray status icon. https://trizenx.blogspot.com/2012/02/menutray.html
  • Perl 88.6%
  • Raku 11.4%
Find a file
2023年11月16日 20:40:46 +02:00
.gitignore Initial commit 2014年04月26日 14:33:23 -07:00
INSTALL.md INSTALL.md: undocument the removed "-gtk3" option. 2021年11月16日 14:14:38 +02:00
LICENSE Changed links from HTTP to HTTPS 2021年08月23日 01:13:48 +03:00
menutray - Added support for the Path key. 2023年11月16日 20:40:46 +02:00
README.md modified: README.md -- use relative link to INSTALL.md 2022年04月08日 15:34:30 +03:00
schema.pl - Right-clicking on the status icon, will now display the following two items: 2017年09月12日 15:12:24 +03:00

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