https://github.com/trizen/obmenu-generator
A fast menu generator for the Openbox Window Manager.
https://github.com/trizen/obmenu-generator
menu menu-generator obmenu-generator openbox perl
Last synced: 2 months ago
JSON representation
A fast menu generator for the Openbox Window Manager.
- Host: GitHub
- URL: https://github.com/trizen/obmenu-generator
- Owner: trizen
- License: gpl-3.0
- Created: 2013-12-16T15:16:01.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-10-03T10:46:26.000Z (8 months ago)
- Last Synced: 2025-03-28T22:11:26.553Z (2 months ago)
- Topics: menu, menu-generator, obmenu-generator, openbox, perl
- Language: Perl
- Homepage: https://trizenx.blogspot.com/2012/02/obmenu-generator.html
- Size: 226 KB
- Stars: 184
- Watchers: 11
- Forks: 15
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
obmenu-generator
================A fast pipe/static menu generator for the Openbox Window Manager, with support for icons.

---
```
usage: obmenu-generator [options]menu:
-p : generate a dynamic menu (pipe)
-s : generate a static menu
-i : include icons
-m : menu id (default: 'root-menu')
-t : menu label text (default: 'Applications')misc:
-u : update the config file
-d : regenerate the cache file
-c : reconfigure openbox automatically
-R : reconfigure openbox and exit
-S : absolute path to the schema.pl file
-C : absolute path to the config.pl file
-o : absolute path to the menu.xml fileinfo:
-h : print this message and exit
-v : print version and exitexamples:
obmenu-generator -p -i # dynamic menu with icons
obmenu-generator -s -c # static menu without icons
```* Config file: `~/.config/obmenu-generator/config.pl`
* Schema file: `~/.config/obmenu-generator/schema.pl`---
Installation: [INSTALL.md](INSTALL.md)