mirror of
https://github.com/clockworkpi/launcher.git
synced 2025-12-12 17:58:50 +01:00
17 lines
299 B
Python
17 lines
299 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
CurKeySet = "GameShell" ## >>> PC or GameShell <<<
|
|
|
|
DontLeave = False
|
|
|
|
BackLight = "/proc/driver/backlight"
|
|
Battery = "/sys/class/power_supply/axp20x-battery/uevent"
|
|
|
|
|
|
MPD_socket = "/tmp/mpd.socket"
|
|
|
|
UPDATE_URL="http://192.168.31.236:81/version.php"
|
|
|
|
|
|
VERSION="1.0"
|