View Single Post
Old 01-31-2025, 11:22 AM   #1225
AsherMaximum
Member
AsherMaximum began at the beginning.
 
Posts: 18
Karma: 10
Join Date: Jan 2025
Device: Kobo Libra 2
Quote:
Originally Posted by naidje View Post
I wonder, would it be possible to hide text that shows the time remaining for kepub files on the My Books screen? I've never been much for reading stats personally, and thankfully it's easy to not really engage with those features, but the My Books screen is the only place that I can't turn them off or hide them.
You can do this by changing this patch in nickel.yaml to have it update the color to white (#fffff) instead of black (#000000). Comment out the rest of the patch that you don't want to use

Code:
New home screen subtitle custom font:
  - Enabled: no
  - Description: |
      On the Home screen:
        Change upper label font-size
        Change subtitle (lower label) font size and/or font colour.
      Upper label example is the black text caption
      - 'x% Read' - top row
      - 'My Books' - middle row
      Subtitle (lower label) examples are the grey text captions containing:
      - 'x HOURS TO GO' for kepubs (not shown for epubs) - top row
      - 'x BOOKS' under 'My Books' - middle row
      Works best when used with with patch `Increase home screen cover size`
  - FindZlib: "#homeWidgetTopContainer" # qss/GenericHomeWidget.qss
  - ReplaceZlibGroup:
      Replacements:
        # Change subtitle (lower label) font colour from mid-grey to black
        - {Find: "MetaDataLabel {\n  color: #666666;\n  qproperty-indent: 0;\n}", Replace: "MetaDataLabel {\n  color: #000000;\n  qproperty-indent: 0;\n}"}
AsherMaximum is offline   Reply With Quote