View Single Post
Old 01-26-2022, 12:31 AM   #13
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 Semwize View Post
Enable it in the settings
It is enabled: "Show info panel on full screen cover" is ticked/enabled.


maybe this line of code removes it:

Code:
# #infoWidget size reduced to zero when Sleeping
        - Find:    "#batteryStatus {\n  font-family: Georgia;\n}"
          Replace: "#infoWidget[powerOffView=false] {\n  min-width:0px; max-width:0px;\n  min-height:0px; max-height:0px;\n  qproperty-topMargin:0px; qproperty-bottomMargin:0px;\n  qproperty-leftMargin:0px; qproperty-rightMargin:0px;\n}\n#batteryStatus {font-family:Georgia;}"
I will remove it and see if it shows


Edit: removing the above codes did it.

Thank you, Semwise, DNSB and of course, jackie_w.

I am happy now.

THOUGH: I am thinking if the background of the SLEEPING panel can be as transluscent as the powered off panel.
Attached Thumbnails
Click image for larger version

Name:	IMG_20220126_133549.jpg
Views:	406
Size:	481.8 KB
ID:	191894   Click image for larger version

Name:	IMG_20220126_133610.jpg
Views:	141
Size:	479.3 KB
ID:	191895  

Last edited by Deobulakenyo; 01-26-2022 at 12:39 AM.
Deobulakenyo is offline   Reply With Quote