View Single Post
Old 12-08-2015, 07:41 AM   #2
oren64
I need a chapter break
oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.
 
oren64's Avatar
 
Posts: 4,042
Karma: 56058267
Join Date: Mar 2015
Location: Israel
Device: Kobo Glo
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>
Attached Thumbnails
Click image for larger version

Name:	IMG_20151208_140227.jpg
Views:	1809
Size:	596.1 KB
ID:	144415   Click image for larger version

Name:	IMG_20151208_140409.jpg
Views:	1690
Size:	615.6 KB
ID:	144416  

Last edited by oren64; 12-08-2015 at 04:14 PM.
oren64 is offline   Reply With Quote