Update:I make a patch that move the info-panel to the bottom corner (i can change to the upper corner), reduce the size, reduce the margin, and make background-color more transparent.
FW 3.13.1 libnickel.so.1.0.0.patch Kobo Glo.
EDIT:If your charging in sleeping mode, the text "sleeping" is cut.
Spoiler:
Code:
<Patch>
patch_name = `PowerOff-sleeping`
patch_enable = `yes`
#QWidget
replace_string = C3E6E7, `min-height: 680px;`, `min-height: 904px;`
replace_string = C3E6FB, `max-height: 680px;`, `max-height: 904px;`
#background-color
replace_string = C3E773, `background-color: rgba(255, 255, 255, 234);`, `background-color: rgba(255, 255, 255, 160);`
replace_string = C3E7C6, `background-color: rgba(0, 0, 0, 234);`, `background-color: rgba(0, 0, 0, 160);`
# infoWidget
replace_string = C3E883, `min-width: 380px;`, `min-width: 260px;`
replace_string = C3E896, `min-height: 230px;`, `min-height: 120px;`
replace_string = C3E8AA, `max-height: 230px;`, `max-height: 120px;`
# infoFrame
replace_string = C3EC2F, `qproperty-leftMargin: 40;`, `qproperty-leftMargin: 00;`
replace_string = C3EC4A, `qproperty-topMargin: 20;`, `qproperty-topMargin: 00;`
replace_string = C3EC64, `qproperty-bottomMargin: 20;`, `qproperty-bottomMargin: 00;`
</Patch>