-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathflypiesetup.json
113 lines (113 loc) · 2.59 KB
/
flypiesetup.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
[
{
"name": "Custom Menu",
"icon": "flypie-symbolic-#46a",
"type": "CustomMenu",
"children": [
{
"name": "Folders",
"icon": "folder-open",
"type": "CustomMenu",
"children": [
{
"name": "Bottles Dir",
"icon": "folder",
"type": "Command",
"data": {
"command": "nemo .var/app/com.usebottles.bottles/data/bottles/bottles"
},
"angle": -1
},
{
"name": "Downloads",
"icon": "folder-download",
"type": "Command",
"data": {
"command": "nemo Downloads"
},
"angle": -1
},
{
"name": "Themes",
"icon": "applications-graphics",
"type": "Command",
"data": {
"command": "nemo .themes"
},
"angle": -1
},
{
"name": "Pictures",
"icon": "camera-photo",
"type": "Command",
"data": {
"command": "nemo Pictures"
},
"angle": -1
},
{
"name": "FlatpakDirs",
"icon": "folder-open",
"type": "Command",
"data": {
"command": "nemo .var/app"
},
"angle": -1
},
{
"name": "Extensions",
"icon": "applications-other",
"type": "Command",
"data": {
"command": "nemo .local/share/gnome-shell/extensions"
},
"angle": -1
}
],
"angle": -1,
"data": {}
},
{
"name": "Retro Term",
"icon": "gnome-term",
"type": "Command",
"data": {
"command": "cool-retro-term"
},
"angle": -1
},
{
"name": "Favorites",
"icon": "emblem-favourite",
"type": "Favorites",
"angle": -1,
"data": {}
},
{
"name": "Text Input",
"icon": "_accessories-text-editor",
"type": "CustomMenu",
"children": [
{
"name": "Ani-Cli",
"icon": "accessories-text-editor",
"type": "InsertText",
"data": {
"text": "ani-cli"
},
"angle": -1
}
],
"angle": -1,
"data": {}
}
],
"id": 1,
"shortcut": "",
"angle": -1,
"superRMB": true,
"data": {},
"centered": false,
"touchButton": false
}
]