New features
- Dark mode - automatic follows the system by default, but can be manually defined with
theme=dark
ortheme=light
clickbutton=X
- to click a button automatically after opening the menu- Kiosk mode with
kiosk=1
- to prevent moving and/or closing the menu singleclick=1
- to prevent clicking already clicked buttons (they become clickable again only when they finish running)textcolor=color-name
ortextcolor=0x123456
- to override the default text in the menu and buttons- Made all dual global/individual options also as command line parameters (shown in the menu's help)
Fixes
- When manual colors are defined, got them respected even when they use names and not 0x123456 hex codes
- Various small fixes