View Single Post
Old 02-23-2017, 08:26 AM   #14
GeoffR
Wizard
GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.
 
GeoffR's Avatar
 
Posts: 3,821
Karma: 19162882
Join Date: Nov 2012
Location: Te Riu-a-Māui
Device: Kobo Glo
Quote:
Originally Posted by JSWolf View Post
I would like to change the 10 to 20. I found that to be optimal for me. 10 was too short. Thanks.
How about changing the 30 to 20? So you have 5,10,15,20,45,60:
Spoiler:
Code:
<Patch>
patch_name = `Custom Sleep/Power-off timeouts for JSWolf`
patch_enable = `yes`
#
# Value displayed on both menus
replace_string = 9D2C3E, `30 mins`, `20 mins`
# Actual value used for sleep menu
replace_int = 80A8F6, 30, 20
# Actual value used for power menu
replace_int = 80AA62, 30, 20
</Patch>
GeoffR is offline   Reply With Quote