View Single Post
Old 09-12-2026, 05:09 PM   #5
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 84,980
Karma: 153791427
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by PeterT View Post
Installation and basic usage on 5.18.270971 seems fine. I'm just using a fairly basic configuration
Spoiler:
Code:
experimental:menu_main_15505_label:Custom

menu_item :main   :Dark Mode       :nickel_setting :toggle :dark_mode
menu_item :library :Dark Mode       :nickel_setting :toggle :dark_mode
menu_item :reader :Dark Mode       :nickel_setting :toggle :dark_mode

menu_item :main   :Screen Shots    :nickel_setting :toggle :screenshots
menu_item :library :Screen Shots    :nickel_setting :toggle :screenshots
menu_item :reader :Screen Shots    :nickel_setting :toggle :screenshots

menu_item :main   :USB Connection  :nickel_misc :force_usb_connection
menu_item :library :USB Connection  :nickel_misc :force_usb_connection
menu_item :reader :USB Connection  :nickel_misc :force_usb_connection

menu_item :main   :WiFi Toggle     :nickel_wifi :toggle
menu_item :library :WiFi Toggle     :nickel_wifi :toggle
menu_item :reader :WiFi Toggle     :nickel_wifi :toggle
Can you test if this code works? Thanks.
Code:
menu_item : main : Frontlight On : cmd_spawn : quiet :ioctl /dev/ntx_io 241 -v 3
menu_item : main : Frontlight Off : cmd_spawn : quiet : ioctl /dev/ntx_io 241 -v 0

menu_item : reader : Frontlight On : cmd_spawn : quiet :ioctl /dev/ntx_io 241 -v 3
menu_item : reader : Frontlight Off : cmd_spawn : quiet : ioctl /dev/ntx_io 241 -v 0
JSWolf is offline   Reply With Quote