try to copy whole design from python gameshell launcher

This commit is contained in:
cuu
2018-06-12 16:59:43 +08:00
parent 7b0b08324c
commit cd4c65ec8a
15 changed files with 629 additions and 0 deletions

10
sysgo/config.go Normal file
View File

@@ -0,0 +1,10 @@
package sysgo
var (
CurKeySet = "GameShell"
DontLeave = false
BackLight = "/proc/driver/backlight"
Battery = "/sys/class/power_supply/axp20x-battery/uevent"
SKIN="default"
)