https://github.com/trizen/fbmenugen
Fluxbox menu generator (with support for icons)
https://github.com/trizen/fbmenugen
fluxbox menu-generator perl
Last synced: 10 months ago
JSON representation
Fluxbox menu generator (with support for icons)
- Host: GitHub
- URL: https://github.com/trizen/fbmenugen
- Owner: trizen
- License: gpl-3.0
- Created: 2015-06-17T11:02:02.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-10-17T11:36:39.000Z (over 2 years ago)
- Last Synced: 2025-04-10T00:08:53.857Z (about 1 year ago)
- Topics: fluxbox, menu-generator, perl
- Language: Perl
- Homepage: https://trizenx.blogspot.com/2012/02/fbmenugen.html
- Size: 81.1 KB
- Stars: 18
- Watchers: 5
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
fbmenugen
================
Fluxbox menu generator (with support for icons)

----
```
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 : absolute path to the schema.pl file
-C : absolute path to the config.pl file
-o : 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](INSTALL.md)