mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2026-03-19 02:12:46 +01:00
...
This commit is contained in:
@@ -3,4 +3,5 @@ package UI
|
||||
|
||||
const (
|
||||
RUNEVT=1
|
||||
RESTARTUI=2
|
||||
)
|
||||
|
||||
@@ -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"
|
||||
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user