View Single Post
Old 12-30-2025, 02:01 PM   #18
jackie_w
Grand Sorcerer
jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.
 
Posts: 6,310
Karma: 16800000
Join Date: Sep 2009
Location: UK
Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3
Quote:
Originally Posted by Phil_C View Post
For "Remove Line From Bottom Tab Bar" in libnickel line 980, the offset needs to be 866. This allows the patch to be created, but it has no effect on the Clara BW. The line remains on the home screen.

Not a big deal. Just FYI.

(Earlier Claras HD an 2E still use offset 326 -- and the patch works. The line is removed.)
It's not a patch I've ever used but I think you may be able to achieve this via a nickel.yaml CSS patch instead of the original patch from libnickel.so.1.0.0.yaml.

If you want to try it, add the following patch to nickel.yaml (or your customised version of it) and enable it. To avoid confusion you should probably also disable the one in libnickel.so.1.0.0.yaml.

Code:
Remove line from bottom tab bar via CSS:
  - Enabled: no
  - Description: Removes the line from the top of the bottom tab bar
  - FindZlib: "#activeTabLine" # qss/MainNavButton.qss
  - ReplaceZlibGroup:
      Replacements:
        - {Find: "border-top: 1px solid #666666;", Replace: "border-top: none"}
jackie_w is offline   Reply With Quote