View Single Post
Old 06-10-2022, 03:04 AM   #8
Deobulakenyo
Guru
Deobulakenyo ought to be getting tired of karma fortunes by now.Deobulakenyo ought to be getting tired of karma fortunes by now.Deobulakenyo ought to be getting tired of karma fortunes by now.Deobulakenyo ought to be getting tired of karma fortunes by now.Deobulakenyo ought to be getting tired of karma fortunes by now.Deobulakenyo ought to be getting tired of karma fortunes by now.Deobulakenyo ought to be getting tired of karma fortunes by now.Deobulakenyo ought to be getting tired of karma fortunes by now.Deobulakenyo ought to be getting tired of karma fortunes by now.Deobulakenyo ought to be getting tired of karma fortunes by now.Deobulakenyo ought to be getting tired of karma fortunes by now.
 
Posts: 706
Karma: 2153490
Join Date: Aug 2021
Location: Stupid Philippines
Device: Kobo Libra 2, Boyue Likebook P78
Quote:
Originally Posted by jamalau View Post
@Deobulakenyo Can you tell me where can i find the Resize Patch?
Resize for the info panel on the screensaver?

I can't find it in the forum (too lazy of me) hahahaha

here is what i use, just copy and paste to your nickel.yaml

Code:
jackie_w Screensaver full:
  - Enabled: yes
  - Description: |
      FullScreenDragonPowerView.qss
      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: "#infoFrame"
  - ReplaceZlibGroup:
      Replacements:
        # 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"}
        # #infoWidget reduce width
        - {Find: "width: 470px;", Replace: "width: 320px;"} #Dragon
        - {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: remove Sleeping borders
        - {Find: "#infoFrame {\n  border-top: 1px solid black;\n  border-bottom: 1px solid black;\n  border-right: 1px solid black;\n}\n", Replace: "\n"}
        # #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
Deobulakenyo is offline   Reply With Quote