forked from Koutch/Cinnamon-sound-with-apps-volume
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings-schema.json
222 lines (221 loc) · 5.11 KB
/
settings-schema.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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
{
"head1" : {
"type" : "header",
"description" : "You'll need to restart players supported by applet's player"
},
"show-player" : {
"type" : "checkbox",
"default" : true,
"description": "Show Player",
"tooltip": "Show/hide Player "
},
"album-art-size": {
"type": "spinbutton",
"default": 210,
"min": 0,
"max": 210,
"units": "px",
"step": 10,
"description": "Album art size",
"dependency": "show-player",
"indent": true,
"tooltip": "from 0 to 210 (0 to disable)"
},
"showtrack": {
"type": "checkbox",
"default": false,
"indent": true,
"dependency" : "show-player",
"description": "Show song information on the panel"
},
"truncatetext": {
"type": "spinbutton",
"default": 30,
"min": 5,
"max": 512,
"units": "characters",
"step": 1,
"description": "- Limit song information to",
"dependency": "showtrack",
"indent": true
},
"showalbum": {
"type": "checkbox",
"default": false,
"indent": true,
"dependency" : "show-player",
"description": "Show album art as icon"
},
"hideSystray" : {
"type" : "checkbox",
"description" : "Hide system tray icons for compatible players",
"default": true
},
"div1" : {
"type" : "separator"
},
"show-launch-player" : {
"type" : "checkbox",
"default" : true,
"description": "Show Launch player",
"tooltip": "show/hide Launch Player (automatically hide if applet's player is displayed)"
},
"show-launch-player-list" : {
"type" : "checkbox",
"default" : false,
"indent": true,
"dependency" : "show-launch-player",
"description": "Launch player list always shown",
"tooltip": ""
},
"div2" : {
"type" : "separator"
},
"show-app" : {
"type" : "checkbox",
"default" : true,
"description": "Show Applications' volume",
"tooltip": "show/hide Applications' volume (automatically hide if no program is playing sound)"
},
"show-app-list" : {
"type" : "checkbox",
"default" : false,
"indent": true,
"dependency" : "show-app",
"description": "Applications list always shown",
"tooltip": ""
},
"show-app-mutebutton" : {
"type" : "checkbox",
"default" : true,
"indent": true,
"dependency" : "show-app",
"description": "Mute button",
"tooltip": "enable/disable mute button"
},
"show-output-device" : {
"type" : "checkbox",
"default" : true,
"description": "Show Output device",
"tooltip": "show/hide Output device"
},
"div3" : {
"type" : "separator"
},
"head2" : {
"type" : "header",
"description" : "Sliders settings"
},
"volume-max" : {
"type" : "checkbox",
"default" : false,
"description": "Volume : 150%"
},
"mute-middle-click" : {
"type" : "checkbox",
"default" : true,
"description": "Mute with middle click on applet and slider"
},
"theme-option" : {
"type" : "checkbox",
"default" : false,
"description": "Override the slider's theme",
"tooltip": "Keep mark on the 150% slider & may fix right margin too short"
},
"volume-vertical-step": {
"type": "spinbutton",
"default": 5,
"min": 0,
"max": 100,
"units": "%",
"step": 1,
"description": "Volume up/down scroll step : ",
"tooltip": "from 0 to 100 (0 to disable)"
},
"volume-horizontal-step": {
"type": "spinbutton",
"default": 1,
"min": 0,
"max": 100,
"units": "%",
"step": 1,
"description": "Volume left/right scroll step : ",
"tooltip": "from 0 to 100 (0 to disable)"
},
"volume-arrow-step": {
"type": "spinbutton",
"default": 10,
"min": 0,
"max": 100,
"units": "%",
"step": 1,
"description": "Volume arrow key step : ",
"tooltip": "from 0 to 100 (0 to disable)"
},
"time-vertical-step": {
"type": "spinbutton",
"default": 1,
"min": 0,
"max": 3600,
"units": "sec",
"step": 1,
"description": "Time up/down scroll step : ",
"tooltip": "from 0 to 3600 (0 to disable)"
},
"time-horizontal-step": {
"type": "spinbutton",
"default": 5,
"min": 0,
"max": 3600,
"units": "sec",
"step": 1,
"description": "Time left/right scroll step : ",
"tooltip": "from 0 to 3600 (0 to disable)"
},
"time-arrow-step": {
"type": "spinbutton",
"default": 10,
"min": 0,
"max": 3600,
"units": "sec",
"step": 1,
"description": "Volume arrow key step : ",
"tooltip": "from 0 to 3600 (0 to disable)"
},
"div4" : {
"type" : "separator"
},
"show-custom-launcher" : {
"type" : "checkbox",
"default" : false,
"description": "Show Custom Launcher"
},
"launch-icon": {
"type": "iconfilechooser",
"description": "Icon :",
"default": "emblem-system-symbolic",
"indent": true,
"dependency" : "show-custom-launcher"
},
"launch-name": {
"type": "entry",
"description": "Name :",
"default": "",
"indent": true,
"dependency" : "show-custom-launcher"
},
"launch-command": {
"type": "entry",
"description": "Command :",
"default": "",
"indent": true,
"dependency" : "show-custom-launcher"
},
"launch-in-terminal" : {
"type" : "checkbox",
"default" : false,
"description": "Launch in Terminal",
"indent": true,
"dependency" : "show-custom-launcher"
}
}