diff --git a/data/platform/nanonote/gmenu2x.conf b/data/platform/nanonote/gmenu2x.conf index 2279cff..9e064f9 100644 --- a/data/platform/nanonote/gmenu2x.conf +++ b/data/platform/nanonote/gmenu2x.conf @@ -1,16 +1,17 @@ -lang="English" -tvoutEncoding="PAL" -wallpaper="skins/Default/wallpapers/default.png" skin="Default" +wallpaper="skins/Default/wallpapers/default.png" +lang="English" +tvoutEncoding="NTSC" resolutionX=320 -section=0 backlight=25 -menuClock=100 +backlightTimeout=60 +videoBpp=32 +globalVolume=50 +gamma=10 +link=0 resolutionY=240 +saveSelection=1 +menuClock=200 +section=0 outputLogs=0 maxClock=336 -link=0 -saveSelection=1 -gamma=10 -globalVolume=50 -videoBpp=32 diff --git a/data/platform/nanonote/sections/utilities/poweroff b/data/platform/nanonote/sections/utilities/poweroff new file mode 100644 index 0000000..24de1d9 --- /dev/null +++ b/data/platform/nanonote/sections/utilities/poweroff @@ -0,0 +1,3 @@ +title= poweroff +icon=skin:icons/poweroff.png +exec=/sbin/poweroff diff --git a/data/platform/nanonote/sections/utilities/reboot b/data/platform/nanonote/sections/utilities/reboot new file mode 100644 index 0000000..76e025d --- /dev/null +++ b/data/platform/nanonote/sections/utilities/reboot @@ -0,0 +1,3 @@ +title=reboot +icon=skin:icons/reboot.png +exec=/sbin/reboot diff --git a/data/skins/320x240/Default/icons/reboot.png b/data/skins/320x240/Default/icons/reboot.png new file mode 100644 index 0000000..b17ae7f Binary files /dev/null and b/data/skins/320x240/Default/icons/reboot.png differ