forked from ChenghaoMou/touchbar-lyric
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlyric.json
44 lines (44 loc) · 1.73 KB
/
lyric.json
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
[
{
"BTTWidgetName": "Lyric",
"BTTTriggerType": 642,
"BTTTriggerTypeDescription": "Shell Script / Task Widget",
"BTTTriggerClass": "BTTTriggerTypeTouchBar",
"BTTPredefinedActionType": -1,
"BTTPredefinedActionName": "No Action",
"BTTShellScriptWidgetGestureConfig": "/bin/sh:::-c:::-:::",
"BTTEnabled2": 1,
"BTTUUID": "",
"BTTNotesInsteadOfDescription": 0,
"BTTEnabled": 1,
"BTTModifierMode": 0,
"BTTOrder": 1,
"BTTDisplayOrder": 0,
"BTTMergeIntoTouchBarGroups": 0,
"BTTTriggerConfig": {
"BTTTouchBarFreeSpaceAfterButton": 0,
"BTTTouchBarButtonColor": "0.000000, 0.000000, 0.000000, 255.000000",
"BTTTouchBarApplyCornerRadiusTo": 0,
"BTTTouchBarItemPlacement": 0,
"BTTTouchBarAppleScriptStringRunOnInit": true,
"BTTTouchBarFontColorAlternate": "0.000000, 0.000000, 0.000000, 255.000000",
"BTTTouchBarAlwaysShowButton": false,
"BTTScriptType": 0,
"BTTTouchBarScriptUpdateInterval": 1,
"BTTTouchBarButtonWidth": 550,
"BTTTouchBarItemIconHeight": 22,
"BTTTouchBarButtonTextAlignment": 1,
"BTTTouchBarButtonUseFixedWidth": 0,
"BTTTouchBarAlternateBackgroundColor": "0.000000, 0.000000, 0.000000, 255.000000",
"BTTTBWidgetWidth": 400,
"BTTTouchBarItemIconWidth": 22,
"BTTTouchBarShellScriptString": "/Users/chenghaomou/Anaconda/bin/python -m touchbar_lyric --app Music --minimal --bg 51,204,153 --fs 13 --fc 255,255,255",
"BTTTouchBarButtonFontSize": 12,
"BTTTouchBarFontColor": "156.000006, 226.000002, 90.000002, 255.000000",
"BTTTouchBarButtonName": "Lyric",
"BTTTouchBarOnlyShowIcon": false,
"BTTTouchBarButtonCornerRadius": 6,
"BTTTouchBarItemPadding": 20
}
}
]