-
Notifications
You must be signed in to change notification settings - Fork 0
/
thinlauncher.cfg
59 lines (59 loc) · 1.73 KB
/
thinlauncher.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"backgroundColor": "(100,100,100)",
"backgroundImage": "blue-circuit-board.png",
"leftMenuColor": "(100,100,100,200)",
"font": "Digital_tech.otf",
"menus": [
{
"name": "Multimedia",
"colorU": "(255,255,176,150)",
"colorS": "(255,255,176,255)",
"fontcolorU": "(50,50,50)",
"fontcolorS": "(0,0,0)",
"entries": [
{
"name": "Kodi",
"colorU": "(255,255,176,150)",
"colorS": "(255,255,176,255)",
"fontcolorU": "(50,50,50)",
"fontcolorS": "(0,0,0)",
"textureU": "button_inactive.png",
"textureS": "button_active.png",
"logo": "kodi_logo.png",
"command": "/usr/bin/kodi-standalone"
},
{
"name": "EmuStation",
"colorU": "(204,236,239,150)",
"colorS": "(204,236,239,255)",
"fontcolorU": "(50,50,50)",
"fontcolorS": "(0,0,0)",
"textureU": "button_inactive.png",
"textureS": "button_active.png",
"logo": "es_logo.png",
"command": "/usr/bin/emulationstation --windowed"
}
]
},
{
"name": "Config",
"colorU": "(204,236,239,150)",
"colorS": "(204,236,239,255)",
"fontcolorU": "(50,50,50)",
"fontcolorS": "(0,0,0)",
"entries": [
{
"name": "Network",
"colorU": "(204,236,239,150)",
"colorS": "(204,236,239,255)",
"fontcolorU": "(50,50,50)",
"fontcolorS": "(0,0,0)",
"textureU": "button_inactive.png",
"textureS": "button_active.png",
"mainAreaGUI": "NetworkDisplay",
"command": "$terminator --geometry 1400x940+510+90 -x sudo wifi-menu 2>/dev/null"
}
]
}
]
}