Here are a few settings I really like.
This is great, saves wear and tear on the usb connection when I'm trying out tweaks - turns on and off.
Code:
menu_item :main :USB Connect :nickel_misc :force_usb_connection
I iike these because it's sometimes easier than pushing the button.
Code:
menu_item :main :Sleep :power :sleep
menu_item :main :Reboot :power :reboot
menu_item :main :Shutdown :power :shutdown
I also put sleep in the book menu for quick access.
Code:
menu_item :reader :Sleep :power :sleep
And to change the icon name:
Code:
experimental:menu_main_15505_label: whateveryouwanthere
And if you want to change the icon:
Code:
experimental :menu_main_15505_icon: /mnt/onboard/.adds/nm/icon/youricon.png
I have so many little tweaks I've picked up in the oddest places, it would be nice to have a 'newbie' thread to share them.