View Single Post
Old 09-16-2018, 04:12 PM   #66
scionmessenger
Enthusiast
scionmessenger ought to be getting tired of karma fortunes by now.scionmessenger ought to be getting tired of karma fortunes by now.scionmessenger ought to be getting tired of karma fortunes by now.scionmessenger ought to be getting tired of karma fortunes by now.scionmessenger ought to be getting tired of karma fortunes by now.scionmessenger ought to be getting tired of karma fortunes by now.scionmessenger ought to be getting tired of karma fortunes by now.scionmessenger ought to be getting tired of karma fortunes by now.scionmessenger ought to be getting tired of karma fortunes by now.scionmessenger ought to be getting tired of karma fortunes by now.scionmessenger ought to be getting tired of karma fortunes by now.
 
scionmessenger's Avatar
 
Posts: 27
Karma: 2768996
Join Date: Sep 2018
Device: Pocketbook Color PB633
Quote:
Originally Posted by jcn363 View Post
nickel.yaml
Only Reading and My Books
Do NOT use with Remove footer (row3) on new home screen
Spoiler:
Code:
Only Reading and My Books:
  - Enabled: no
  - PatchGroup: Home screen tweaks
  - FindZlib: "[qApp_isFontScaleLarge=true] #row1col2"
# To see Current Collection remove #row2col2 into Repalace clause
  - ReplaceZlib:
      Find:    "[qApp_isFontScaleLarge=true] #row1col2 {\n  qproperty-visible: false;\n}"
      Replace: "#row1col2,#row2col2,#row3{qproperty-visible:false;}"

Only Reading
Do NOT use with Remove footer (row3) on new home screen

Spoiler:
Code:
Only Reading:
  - Enabled: no
  - PatchGroup: Home screen tweaks
  - FindZlib: "[qApp_isFontScaleLarge=true] #row1col2"
  - ReplaceZlib:
      Find:    "[qApp_isFontScaleLarge=true] #row1col2 {\n  qproperty-visible: false;\n}"
      Replace: "#row1col2,#row2,#row3{qproperty-visible:false;}"


Good luck.
@JCN363, tried both again with fresh downloads of firmware and patch with your changes. They both work! One note you might want to add is that with the code the way you have it, if you also have

Remove recommendations (row1col2) from home screen:On

It does not work. It thows

Fatal: Could not apply patch file src/nickel.yaml: FindZlib: could not find string

Thanks again! Im happy! You guys are the best!
scionmessenger is offline   Reply With Quote