mirror of
https://github.com/clockworkpi/launcher.git
synced 2025-12-12 17:58:50 +01:00
18 lines
352 B
Python
18 lines
352 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
CurKeySet = "PC" ## >>> PC or GameShell <<<
|
|
|
|
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/clockworkpi/CPI/master/launcher_ver.json"
|
|
|
|
VERSION="stable 1.0"
|
|
|
|
SKIN="default"
|