This commit is contained in:
cuu
2018-12-03 23:19:39 +08:00
parent 7f62c85c9d
commit 92417db7ad
8 changed files with 310 additions and 4 deletions

View File

@@ -3,4 +3,5 @@ package UI
const (
RUNEVT=1
RESTARTUI=2
)

View File

@@ -5,6 +5,12 @@ var (
DontLeave = false
BackLight = "/proc/driver/backlight"
Battery = "/sys/class/power_supply/axp20x-battery/uevent"
MPD_socket = "/tmp/mpd.socket"
UPDATE_URL="https://raw.githubusercontent.com/cuu/CPI/master/launchergo_ver.json"
VERSION="stable 1.22"
SKIN="default"
)