Quote:
Originally Posted by JSWolf
Patches that are known to not work will be posted here.
The following patches do not work - <snip> ...
- Custom page navigation scrubber
- Remove forgot pin button from lock screen
- Increase size of kepub/audio chapter progress chart
|
To the best of my knowledge the above nickel.yaml patches *do* work in the nickel.yaml file posted in post #3
Quote:
Originally Posted by JSWolf
jackie_w Screensaver full
|
This patch has never been included in any "official" kobopatch release but for anyone who wants it see the spoiler below. I use this on my own devices.
From the patch's Description:
Quote:
On fullscreen sleep screensaver:
Reduce size of infoWidget
Make infoWidget invisible when Sleeping, visible when Powered Off
N.B: Not suitable for Japanese/Chinese locale users
|
Custom patch
jackie_w Screensaver full
Spoiler:
Code:
jackie_w Screensaver full:
- Enabled: no
- Description: |
On fullscreen sleep screensaver reduce size of infoWidget
Make infoWidget invisible when Sleeping, visible when Powered Off
N.B: Not suitable for Japanese/Chinese locale users
- FindZlib: "*[powerOffView=true]" # qss/FullScreenDragonPowerView.qss
- ReplaceZlibGroup:
Replacements:
# #infoWidget reduce width to 3cm
- {Find: "width: 470px;", Replace: "width: 340px;"} # Dragon (inc Storm)
- {Find: "width: 611px;", Replace: "width: 390px;"} # Daylight
# #infoWidget, #infoFrame: reduce top/bottom/right margins
- {Find: "Margin: 22px;", Replace: "Margin: 5px;"} # Dragon
- {Find: "Margin: 28px;", Replace: "Margin: 7px;"} # Daylight
- {Find: "Margin: 25px;", Replace: "Margin: 6px;"} # Storm
# #infoFrame: reduce left margin
- {Find: "leftMargin: 44px;", Replace: "leftMargin: 5px;"} # Dragon
- {Find: "leftMargin: 56px;", Replace: "leftMargin: 7px;"} # Daylight
- {Find: "leftMargin: 50px;", Replace: "leftMargin: 6px;"} # Storm
# #infoWidget invisible when Sleeping, ie only visible for PowerOff
- Find: "#batteryStatus {\n font-family: DefaultSerif;\n}"
Replace: "#infoWidget[powerOffView=false] {\n qproperty-visible:false;\n}\n#batteryStatus {font-family:DefaultSerif;\n}"
# free some space
- {Find: "#batteryStatus[localeName=\"ja\"] {\n font-family: Sans-SerifJP, sans-serif;\n font-style: normal;\n}\n", Replace: "\n"}
- {Find: "#batteryStatus[localeName=\"zh\"] {\n font-family: Sans-SerifZH-Simplified, sans-serif;\n font-style: normal;\n}\n", Replace: "\n"}
- {Find: "#batteryStatus[localeName=\"zh-HK\"] {\n font-family: Sans-SerifZH-Traditional, sans-serif;\n font-style: normal;\n}\n", Replace: "\n"}
- {Find: "#batteryStatus[localeName=\"zh-TW\"] {\n font-family: Sans-SerifZH-Traditional, sans-serif;\n font-style: normal;\n}\n", Replace: "\n"}