View Single Post
Old 08-29-2020, 11:01 AM   #269
babygau
Enthusiast
babygau began at the beginning.
 
Posts: 31
Karma: 10
Join Date: Apr 2020
Device: kobo libra h20
Quote:
Originally Posted by marp68 View Post
I'm really sorry, but I don't understand how to proceed. I got the Nickemenu-icon in the reader as described. Then I've created a .txt-file and named it config.

But what shall I do with the text in the .doc-file? I don't really understand the instructions. Should I copy everything into the config file? That didn't do anything after rebooting.

Thanks in advance
you have to uncomment (remove # symbol in the beginning of each line) to have your config worked.
for example:
Code:
menu_item :main    :Show an Error      :dbg_error          :This is an error message!
menu_item :main    :Do Nothing         :cmd_spawn          :sleep 60
menu_item :main    :Dump Syslog        :cmd_spawn          :logread > /mnt/onboard/.adds/syslog.log
menu_item :main    :Kernel Version     :cmd_output         :500:uname -a
menu_item :main    :Sketch Pad         :nickel_extras      :sketch_pad
menu_item :main    :Plato              :kfmon              :plato.png
generator :main    :kfmon
menu_item :reader  :Invert Screen      :nickel_setting     :toggle :invert
menu_item :reader  :Invert Orientation :nickel_orientation :invert
pls read the doc carefully so that you understand how it works
babygau is offline   Reply With Quote