Fluxbox menu generator (with support for icons) https://trizenx.blogspot.com/2012/02/fbmenugen.html

trizen 5424331e74 Ported several improvements from `obmenu-generator`. 8 months ago
.gitignore ec29c9dce0 Initial commit 9 years ago
INSTALL.md 2b9ece52db INSTALL.md: changed Gtk2 to Gtk3 2 years ago
LICENSE b68b78d78b - Switched to Gtk3 by default. 2 years ago
README.md e4b155995f modified: INSTALL.md 4 years ago
fbmenugen 5424331e74 Ported several improvements from `obmenu-generator`. 8 months ago
schema.pl 136590dde9 modified: schema.pl 6 years ago

README.md

fbmenugen

Fluxbox menu generator (with support for icons)

fbmenugen


usage: fbmenugen [options]

menu:
    -g  : generate a new menu
    -i  : include icons
    -p  : pipe menu (prints to STDOUT)

misc:
    -u         : update the config file
    -d         : regenerate the cache file
    -S <file>  : absolute path to the schema.pl file
    -C <file>  : absolute path to the config.pl file
    -o <file>  : menu file (default: ~/.fluxbox/menu)

info:
    -h         : print this message and exit
    -v         : print version and exit

example:
    fbmenugen -g -i      # generates a menu with icons

=> Config file: ~/.config/fbmenugen/config.pl
=> Schema file: ~/.config/fbmenugen/schema.pl

Installation: INSTALL.md