View Single Post
Old 12-12-2020, 02:49 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,254
Karma: 16544692
Join Date: Sep 2009
Location: UK
Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3
Quote:
Originally Posted by mxbndr View Post
Anyone have any ideas? Could I, for instance, add something to nickel.yaml that looks something like the following?

Code:
Remove My Books (row2) on home screen:
  - Enabled: yes
  - PatchGroup: Home screen visibility tweaks
  - FindZlib: "#row1col2"
  - ReplaceZlib:
      Find:    "#row1col2 {\n  qproperty-visible: false;\n}"
      Replace: "#row1col2 {\n  qproperty-visible: false;\n}\n#row2 {\n  qproperty-visible: false;\n}"
I don't see any reason why that shouldn't work. Why not just try it and see.

One thing I would add is that if you wanted to remove both #row2 and #row3 then I wouldn't use 2 separate patches. I'd customise your personal patch above to remove both #row2 and #row3 in one hit.
jackie_w is offline   Reply With Quote