firmware icon indicating copy to clipboard operation
firmware copied to clipboard

Main menu customization settings (hide/show items)

Open eadmaster opened this issue 1 year ago • 3 comments

Add a config option to hide/show main menu items according to user preference (saved in bruce.conf).

In my case i have these items i'd like to hide, since i don't have the modules required to use them: RFID, FM, NRF24, Connect.

This should help with the increasing number of items in the main menu making the navigation too slow.

It could also justify moving some items from the "Others" menu, like BadUSB as suggested here: https://github.com/pr3y/Bruce/issues/325 https://github.com/pr3y/Bruce/issues/123

eadmaster avatar Oct 10 '24 04:10 eadmaster

Initial implementation added in https://github.com/eadmaster/Bruce/commit/81bb8fc5f6b9695c3278cc3e07513d9833f3eaa4

Possible future enhancements:

  • add a submenu in "Config" to interactively choose the items to disable
  • move the disabled items inside "Others", instead of hiding them
  • add another array in bruce.conf to customize the menu items order (and/or implicitly disable them?)

eadmaster avatar Nov 30 '24 08:11 eadmaster

Is this now implemented?,if yes how do I hide things

mxrxtr avatar Feb 24 '25 08:02 mxrxtr

Manually edit 'bruce.conf'.

See the example in https://github.com/pr3y/Bruce/pull/500

eadmaster avatar Feb 24 '25 15:02 eadmaster

Added on Beta (18/06/25)

bmorcelli avatar Jun 19 '25 21:06 bmorcelli