Quote:
Originally Posted by RobertJSawyer
@Pjama, this is my Nickel Menu file; it works flawlessly on my Clara HD, although you have to do a shutdown (hold power button until the screen goes dark) and power up to have the toggling of Invert Mode take effect:
Code:
# Sunday, August 22, 2021, at 3:32 p.m.
# -------------------------------------------------------------------------
menu_item :main :Dark Mode :nickel_setting :toggle :dark_mode
menu_item :main :Invert Screen :nickel_setting :toggle: invert
menu_item :main :Portrait :nickel_orientation :portrait
menu_item :main :Landscape Right :nickel_orientation :landscape
menu_item :main :Landscape Left :nickel_orientation :inverted_landscape
menu_item :main :My Articles :nickel_open: library: pocket
menu_item :main :Screenshots :nickel_setting :toggle :screenshots
# -------------------------------------------------------------------------
menu_item :reader :Dark Mode :nickel_setting :toggle :dark_mode
menu_item :reader :Invert Screen :nickel_setting :toggle: invert
menu_item :reader :Portrait :nickel_orientation :portrait
menu_item :reader :Landscape Right :nickel_orientation :landscape
menu_item :reader :Landscape Left :nickel_orientation :inverted_landscape
menu_item :reader :My Articles :nickel_open: library: pocket
# -------------------------------------------------------------------------
menu_item :library :Dark Mode :nickel_setting :toggle :dark_mode
menu_item :library :Invert Screen :nickel_setting :toggle: invert
menu_item :library :Portrait :nickel_orientation :portrait
menu_item :library :Landscape Right :nickel_orientation :landscape
menu_item :library :Landscape Left :nickel_orientation :inverted_landscape
menu_item :library :My Articles :nickel_open: library: pocket
# ----------------------------------------------------------------------------
|
Thank you - I copied this all across to my config file (as when I just copied the first two lines, it had no effect for some reason). I am still having the toggle error with the src code 356.
But at least for now, I have the dark screen mode activated after restarting. But I cannot switch it off.
I will see what happens when I do a shutdown and wake it up in the morning, because I am going to enjoy reading in the dark just now.
I really think something is messed up inside my kobo, because, logically, this should work. What I mean is, why would it work on your Clara but not on my Libra?