Quote:
Originally Posted by MGlitch
You can use the mod in this thread https://www.mobileread.com/forums/sho...&postcount=512 to enable night mode without any other mods installed. Once installed you can plug your Kobo back in and find the settings file to tweak them to your preference, personally I have mine set to 4 seconds on 100% brightness, after night mode turns on you'll need to adjust the brightness away from whatever you have it set to.
|
so where sould is input what data? and how do i activate it on my device?
[brightness]
1percentPatch = yes
# yes / no : Nickel set brightness to 2% even when on UI it is set to 1%
# this patch will force brightenss to 1% when:
# - it was set to 1%, then set to 0% (for instance: stand-by) then changed again to "what Nickel says is 2%"
# - it was set to 3%, then set to 1% then changed again to "what Nickel says is 2%"
timeout = 7
# time in seconds, after brightness is set (and maintained) to a given level, to toggle the action set to that level
#
# syntax for associating the trigger of an action when brightness is set to X%:
## X=<command/script>
## special actions:
#
# - toggleNightMode: toggle Nightmode on / off
#
# - enableNightMode: force enabling Nightmode
#
# - disableNightMode: force disabling Nightmode
3 = toggleNightMode
# when brightness is set to 3% : toggle Nightmode
# some examples of invoking any script when brightness is set to X% for at least TIMEOUT seconds
#4 = touch /mnt/onboard/hello.world
#5 = touch /mnt/onboard/hello.world.async &