Thread: Clara HD Display time when reading
View Single Post
Old 11-07-2018, 03:41 AM   #103
LucyOne
Librocubicularist
LucyOne ought to be getting tired of karma fortunes by now.LucyOne ought to be getting tired of karma fortunes by now.LucyOne ought to be getting tired of karma fortunes by now.LucyOne ought to be getting tired of karma fortunes by now.LucyOne ought to be getting tired of karma fortunes by now.LucyOne ought to be getting tired of karma fortunes by now.LucyOne ought to be getting tired of karma fortunes by now.LucyOne ought to be getting tired of karma fortunes by now.LucyOne ought to be getting tired of karma fortunes by now.LucyOne ought to be getting tired of karma fortunes by now.LucyOne ought to be getting tired of karma fortunes by now.
 
LucyOne's Avatar
 
Posts: 617
Karma: 11908623
Join Date: Dec 2013
Location: Germany
Device: PocketBook InkPad 3 & Touch HD 3, Kobo Clara HD, Kindle Paperwhite 5
I've turned on nightmode on my Clara HD, unfortunately, the miniclock does not invert colours. It stays black on white background.

This is my nightmode.ini:
Spoiler:

# config file for kobo-nightmode

[state]
invertActive = no # yes / no
retainStateOverRestart = no # yes / no

[control]
longPressDurationMS = 800 # time in milliseconds to toggle (1000 = 1 second)
debug=no # yes/no to enable/disable debug logging

[nightmode]
refreshScreenPages = 3 #force refresh every X pages
#forceSWInvert = true #force SW invert mode (default: false)

[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 it was set to 0% (for instance: stand-by) then changed again to "what Nickel says is 2%"
# - it was set to 3%, then it was set to 1% then changed again to "what Nickel says is 2%"
timeout = 5 # time in seconds, after brightness is set (and maintained) to a given level, to toggle the action set to that level
# switch device off
7 = echo -ne "\xfe\x0f\xc5\x54\xff\x6a\x0d\x00\x01\x00\x74\x00\ x01\x00\x00" > /dev/input/event0
# put device in standby
8 = echo -ne "\xf0\x0f\xc5\x54\x3c\xe0\x0d\x00\x01\x00\x74\x00\ x01\x00\x00\x00\xf1\x0f\xc5\x54\x8e\xe3\x02\x00\x0 1\x00\x74\x00\x00\x00\x00\x00" > /dev/input/event0
# when brightness is set to 11% : special action, toggle night toggleNightMode
100 = toggleNightMode
99 = enableNightMode
98 = disableNightMode
#20 = dmesg > /mnt/onboard/.kobo/dmesg_$(date +%s).log &
#30 = mv -f /mnt/onboard/.kobo/screenInv.so /root/screenInv.so >/dev/null 2>&1
#50 = hwclock -w -u
#98 = touch /mnt/onboard/.kobo/switchoff/test0.log &
#99 = /mnt/onboard/.kobo/switchoff/test.sh &
#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 &
LucyOne is offline   Reply With Quote