View Single Post
Old 12-09-2015, 05:28 AM   #9
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
I made a patch 'Changing the info panel in full size screensaver' for firmware 3.19.5613 that I post here.
It's for device with res 1440x1080 and 1024x768 (glo, aura, aura hd\h2o) i don't know if it work on glo hd.
the info panel is in the top corner, if you want it to be in the bottom corner, change the number.
If your charging in sleeping mode, the text "sleeping" be cut.


libnickel.so.1.0.0.patch
Spoiler:

Code:
<Patch>
patch_name = `Changing the info panel in full size screensaver`
patch_enable = `yes`
# version patch: 3.19.5613
#
#Warning if you charge in sleep mode the text "sleeping" is cut
#
#background-color transparent
replace_string = C05A3B, `background-color: rgba(255, 255, 255, 234);`, `background-color: rgba(255, 255, 255, 120);`
replace_string = C05A8E, `background-color: rgba(0, 0, 0, 234);`, `background-color: rgba(0, 0, 0, 120);`
#
#
#<<<Kobo glo+Kobo Aura>>>
#QWidget-height from the top
#To move the info pannel to the botten corner change 000px to 904px 
replace_string = C059AF, `min-height: 680px;`, `min-height: 000px;`
replace_string = C059C3, `max-height: 680px;`, `max-height: 000px;`
# infoWidget-box width height  
replace_string = C05B4B, `min-width: 380px;`, `min-width: 260px;`
replace_string = C05B5E, `min-height: 230px;`, `min-height: 120px;`
replace_string = C05B72, `max-height: 230px;`, `max-height: 120px;`
# infoFrame-Margin
replace_string = C05EF7, `qproperty-leftMargin: 40;`, `qproperty-leftMargin: 02;`
replace_string = C05F12, `qproperty-topMargin: 20;`, `qproperty-topMargin: 02;`
replace_string = C05F2C, `qproperty-bottomMargin: 20;`, `qproperty-bottomMargin: 02;`
#
#
#<<<Kobo Aura HD\H2O>>>
#QWidget-height from the top
#To move the info pannel to the botten corner change 0000px to 1290px 
replace_string = C0595B, `min-height: 1000px;`, `min-height: 0000px;`
replace_string = C05970, `max-height: 1000px;`, `max-height: 0000px;`
# infoWidget-box width height 
replace_string = C05AE2, `min-width: 470px;`, `min-width: 350px;`
replace_string = C05AF5, `min-height: 260px;`, `min-height: 150px;`
replace_string = C05B09, `max-height: 260px;`, `max-height: 150px;`
# infoFrame-Margin
replace_string = C05E78, `qproperty-leftMargin: 60;`, `qproperty-leftMargin: 02;`
replace_string = C05E93, `qproperty-topMargin: 25;`, `qproperty-topMargin: 02;`
replace_string = C05EAD, `qproperty-bottomMargin: 25;`, `qproperty-bottomMargin: 02;`
</Patch>


EDIT:Multi-version 3.13.1-3.19.5613,+Mini here.

Last edited by oren64; 12-12-2015 at 10:16 AM. Reason: Multi-version 3.13.1-3.19.5613,+Mini here.
oren64 is offline   Reply With Quote