mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2024-11-22 11:19:41 +02:00
nanonote: add timeout, add poweroff and reboot buttons
This commit is contained in:
parent
7426afb871
commit
93c58bfc47
@ -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
|
||||
|
3
data/platform/nanonote/sections/utilities/poweroff
Normal file
3
data/platform/nanonote/sections/utilities/poweroff
Normal file
@ -0,0 +1,3 @@
|
||||
title= poweroff
|
||||
icon=skin:icons/poweroff.png
|
||||
exec=/sbin/poweroff
|
3
data/platform/nanonote/sections/utilities/reboot
Normal file
3
data/platform/nanonote/sections/utilities/reboot
Normal file
@ -0,0 +1,3 @@
|
||||
title=reboot
|
||||
icon=skin:icons/reboot.png
|
||||
exec=/sbin/reboot
|
BIN
data/skins/320x240/Default/icons/reboot.png
Normal file
BIN
data/skins/320x240/Default/icons/reboot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
Loading…
Reference in New Issue
Block a user