Openbox menu generator with support for icons tailored according to the specifics of the GNU/Linux distribution BunsenLabs.

martix 82a9da88aa INSTALL.md updated and command for Papirus icon theme added 5 years ago
ChangeLog cd8cea88f5 Fork ChangeLog 5 years ago
INSTALL.md 82a9da88aa INSTALL.md updated and command for Papirus icon theme added 5 years ago
LICENSE 57d855c6d1 LICENSE added 5 years ago
README.md 05f7b93dc5 Update README.md 5 years ago
bl-obmenu-generator 2be2c8acee bl-obmenu-generator file added 5 years ago
schema.pl 6179cee138 bl-menu-switch entry updated 5 years ago

README.md

bl-obmenu-generator

Openbox menu generator with support for icons and dynamic menu structure; tailored according to the specifics of the GNU/Linux distribution BunsenLabs with (Bunsen-)Paper and Papirus icon theme.

bl-obmenu-generator-with-paper-bunsen-icon-theme

Usage: bl-obmenu-generator [options]

Menu:

-p         : generate a dynamic menu (pipe)
-s         : generate a static menu
-i         : include icons
-m <id>    : menu id (default: 'root-menu')
-t <label> : menu label text (default: 'Applications')

Other:

-S <file>  : path to the schema.pl file
-C <file>  : path to the config.pl file
-o <file>  : path to the menu.xml file
-u         : update the config file
-r         : regenerate the config file
-d         : regenerate icons.db
-c         : reconfigure openbox automatically
-R         : reconfigure openbox and exit
-h         : print this message and exit
-v         : print version and exit

Examples:

    bl-obmenu-generator -p -i     # dynamic menu with icons
    bl-obmenu-generator -s -c     # static menu without icons
    bl-obmenu-generator -i -d     # regenerate icons.db
  • Config file: ~/.config/bl-obmenu-generator/config.pl
  • Schema file: ~/.config/bl-obmenu-generator/schema.pl

Installation: INSTALL.md