1
0
  • nico released this 2026-03-17 14:06:18 +01:00 | 0 commits to master since this release

    This version adds an experimental feature that's similar to the tab bar customization that was introduced in the latest stable version of NickelMenu. This change allows you to hide certain parts of the home screen.


    Since it's now possible to hide certain unneeded features in the tab bar, I've been using kobopatch to patch each of my devices with two particular tweaks that hide the row1col2 and row3 widgets on the homescreen.

    I even did some experimentation with kobopatch to make a WASM version and an interactive patcher here to make patching easier. Unfortunately, this modification needs to be reapplied every time an update releases, so I wanted to integrate this as an experimental tweak that is a little bit more resilient.

    Since NickelMenu and its tab bar modifications persist due to the injection approach, I added configurable widget hiding for certain bits of the homescreen.

    Both options can be separately toggled:

    experimental:hide_home_row1col2_enabled:1
    experimental:hide_home_row3_enabled:1
    
    Downloads