mirror of
https://github.com/nicoverbruggen/kobo-config.git
synced 2026-02-04 13:50:08 +01:00
Added menu button customization
- The notes tab button is hidden
- The activity tab button is now displayed
- Notebook toggle is now disabled (no longer needed)
I've also bundled the latest version of NickelMenu as per this commit:
2f7b78f26a
You may want to get a more up-to-date version for your device if
possible, but I'm including a working copy for the current version
of the firmware that supports navigation customization.
Note that I've also added the documentation to the repo, since the
latest documentation includes instructions on how to tweak the tab
navigation at the bottom of the device.
This commit is contained in:
@@ -1,3 +1,16 @@
|
||||
# Menu button customization
|
||||
experimental :menu_main_15505_0_enabled: 1
|
||||
experimental :menu_main_15505_1_label: Books
|
||||
experimental :menu_main_15505_2_enabled: 1
|
||||
experimental :menu_main_15505_2_label: Stats
|
||||
experimental :menu_main_15505_3_enabled: 0
|
||||
experimental :menu_main_15505_3_label: Notes
|
||||
experimental :menu_main_15505_4_enabled: 1
|
||||
experimental :menu_main_15505_5_enabled: 1
|
||||
experimental :menu_main_15505_default: 1
|
||||
experimental :menu_main_15505_enabled: 1
|
||||
|
||||
# The main NickelMenu item is now called Tweak
|
||||
experimental :menu_main_15505_label :Tweak
|
||||
experimental :menu_main_15505_icon :/mnt/onboard/.adds/nm/.cog.png
|
||||
|
||||
@@ -12,7 +25,8 @@ menu_item :main :Screensaver :cmd_output :500 :quiet :test -e /mnt/onboard/.kobo
|
||||
menu_item :main :Screenshots :nickel_setting :toggle :screenshots
|
||||
menu_item :main :Auto USB :nickel_setting :toggle :auto_usb_gadget
|
||||
|
||||
menu_item :main :Hide Notebook :cmd_output :500 :/mnt/onboard/.adds/scripts/disable_notebook.sh
|
||||
# With the notebook feature disabled, this toggle is no longer required
|
||||
# menu_item :main :Hide Notebook :cmd_output :500 :/mnt/onboard/.adds/scripts/disable_notebook.sh
|
||||
chain_success :power :reboot
|
||||
|
||||
menu_item :main :Toggle Legibility :cmd_output :500 :/mnt/onboard/.adds/scripts/toggle_wk_rendering.sh
|
||||
|
||||
Reference in New Issue
Block a user