
Quote:
Originally Posted by Semwize
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.