MinUIfied Theme Generator for muOS Systems - 2024-07-21
Summary
This updated improves upon menu text replacements, and adds resizable footer (bottom visual button menu guide)
New Features
- Resize Footer: Added option to resize the visual footer of the theme, this will change the size of the button helpers at the bottom meaning you can get a theme closer to the original minUI (With footer height = 70)
- Box Art padding: Added option to pad box art from the right screen, and included option to separate the padding from folder art.
Enhancements
- Single Window Menu Renaming: @GrumpyGopher changed the menu renaming to one screen (rather than a pop up for each item)
- Improved bubble padding on horizontal menu: Changed the bubble padding to be dynamic to whatever size your text is, this makes the theme look more consistent and prettier
- Improved internal code structure
Breaking Changes
- Rename Button Helper Items: In order to change the text of the button helper items, you will need to either delete 'AlternateMenuNames.json' or add this to the existing file:
,
"power": "POWER",
"sleep": "SLEEP",
"menu": "MENU",
"help": "HELP",
"back": "BACK",
"okay": "OKAY",
"confirm": "CONFIRM",
"launch": "LAUNCH"
Contributors
Thanks to the @GrumpyGopher for their help on this release