You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[BlurCinnamon@klangman] Version 1.1.0 Unique panel effects / fixes (#813)
- Add the ability to apply different effects for every panel (or disable effects for some panels) based on the panel location and the monitor it is on
- Fix the blur overlay animation for showing/hiding a panel when the panel is not set to "Always show panel"
- Simplify the settings: always show the dimming color but default to black giving a traditional dimming effect
- Add an option to prevent the extension from modifying the panel setting, so it it will only add a blur effect under the panel. This is useful when using a theme that is already transparent and you want the themes settings to remain
- Added the ability to apply different effects for every panel (or disable effects for some panels) based on the panel location and the monitor it is on
6
+
- Fixed the blur overlay animation for showing/hiding a panel when the panel is not set to "Always show panel"
7
+
- Simplify the settings: always show the dimming color but default to black giving a traditional dimming effect
8
+
- Added an option to prevent the extension from modifying the panel setting, so it it will only add a blur effect under the panel. This is useful when using a theme that is already transparent and you want the themes settings to remain
"description" : "Panel effects are currently disabled under the General tab.",
108
108
"dependency" : "!enable-panels-effects"
109
109
},
110
+
"allow-transparent-color-panels" : {
111
+
"type": "switch",
112
+
"description": "Modify the panels transparency and background color (recommended)",
113
+
"tooltip": "Allow this extension to modify the panels transparency and background color settings. If this is disabled the extension will only apply a blur overlay under the panels. This setting should only be disabled when the theme already uses transparent panels and you want the themes setting to apply",
114
+
"default": true
115
+
},
110
116
111
117
"enable-overview-override" : {
112
118
"type": "switch",
@@ -127,6 +133,34 @@
127
133
"default": false
128
134
},
129
135
136
+
"enable-panel-unique-settings" : {
137
+
"type": "switch",
138
+
"description": "Use unique effect settings for each panel",
"tooltip": "Defines the effects applied to different panels. If a panel does not meet the criteria of any enabled entry in this list, it will have no effects applied. The settings of the first entry in this list that can apply to a given panel will take effect. The color field is in the rgb(#,#,#) syntax and black will be used when a color is not provided or is in an incorrect syntax",
"tooltip": "Use a custom color as the dimming overlay color. The color intensity can be controlled using the \"Dim Background\" slider control above",
144
-
"default": false
145
-
},
146
-
147
174
"blendColor": {
148
175
"type": "colorchooser",
149
-
"description" : "Blend effect Color",
150
-
"dependency": "colorBlend=true",
151
-
"default": "rgb(0,0,0)"
176
+
"description" : "Dimming overlay color",
177
+
"default": "rgb(0,0,0)",
178
+
"tooltip": "Defines the color that is blended into the background based on the dimming control above. Use black for a normal dimming effect or some other color for a color blend effect"
152
179
},
153
180
154
181
"blurType": {
@@ -184,18 +211,11 @@
184
211
"step": 1
185
212
},
186
213
187
-
"overview-colorBlend" : {
188
-
"type": "switch",
189
-
"description": "Enable color blend effect",
190
-
"tooltip": "Use a custom color as the dimming overlay color. The color intensity can be controlled using the \"Dim Background\" slider control above",
191
-
"default": false
192
-
},
193
-
194
214
"overview-blendColor": {
195
215
"type": "colorchooser",
196
-
"description" : "Blend effect Color",
197
-
"dependency": "overview-colorBlend=true",
198
-
"default": "rgb(0,0,0)"
216
+
"description" : "Dimming overlay color",
217
+
"default": "rgb(0,0,0)",
218
+
"tooltip": "Defines the color that is blended into the background based on the dimming control above. Use black for a normal dimming effect or some other color for a color blend effect"
199
219
},
200
220
201
221
"overview-blurType": {
@@ -228,21 +248,16 @@
228
248
"min": 0,
229
249
"max": 100,
230
250
"default": 40,
231
-
"step": 1
232
-
},
233
-
234
-
"expo-colorBlend" : {
235
-
"type": "switch",
236
-
"description": "Enable color blend effect",
237
-
"tooltip": "Use a custom color as the dimming overlay color. The color intensity can be controlled using the \"Dim Background\" slider control above",
238
-
"default": false
251
+
"step": 1,
252
+
"dependency" : "enable-expo-override=1"
239
253
},
240
254
241
255
"expo-blendColor": {
242
256
"type": "colorchooser",
243
-
"description" : "Blend effect Color",
244
-
"dependency" : "expo-colorBlend=true",
245
-
"default": "rgb(0,0,0)"
257
+
"description" : "Dimming overlay color",
258
+
"default": "rgb(0,0,0)",
259
+
"dependency" : "enable-expo-override=1",
260
+
"tooltip": "Defines the color that is blended into the background based on the dimming control above. Use black for a normal dimming effect or some other color for a color blend effect"
246
261
},
247
262
248
263
"expo-blurType": {
@@ -254,7 +269,8 @@
254
269
"Gaussian": 2
255
270
},
256
271
"description": "Type of blur effect",
257
-
"tooltip": "What type of blur algorithm should be used to blur the background"
272
+
"tooltip": "What type of blur algorithm should be used to blur the background",
273
+
"dependency" : "enable-expo-override=1"
258
274
},
259
275
260
276
"expo-radius": {
@@ -263,9 +279,9 @@
263
279
"min" : 0.0,
264
280
"max" : 100,
265
281
"step" : 0.1,
266
-
"dependency" : "expo-blurType=2",
267
282
"tooltip": "Adjusts the intensity of the blur effect by changing the radius use by the effect.",
268
-
"default": 9
283
+
"default": 9,
284
+
"dependency" : "enable-expo-override=1"
269
285
},
270
286
271
287
@@ -275,21 +291,16 @@
275
291
"min": 0,
276
292
"max": 100,
277
293
"default": 30,
278
-
"step": 1
279
-
},
280
-
281
-
"panels-colorBlend" : {
282
-
"type": "switch",
283
-
"description": "Enable color blend effect",
284
-
"tooltip": "Use a custom color as the dimming overlay color. The color intensity can be controlled using the \"Dim Background\" slider control above",
285
-
"default": false
294
+
"step": 1,
295
+
"dependency" : "!enable-panel-unique-settings"
286
296
},
287
297
288
298
"panels-blendColor": {
289
299
"type": "colorchooser",
290
-
"description" : "Blend effect Color",
291
-
"dependency" : "panels-colorBlend=true",
292
-
"default": "rgb(0,0,0)"
300
+
"description" : "Dimming ovrerlay color",
301
+
"default": "rgb(0,0,0)",
302
+
"dependency" : "!enable-panel-unique-settings",
303
+
"tooltip": "Defines the color that is blended into the background based on the dimming control above. Use black for a normal dimming effect or some other color for a color blend effect"
293
304
},
294
305
295
306
"panels-blurType": {
@@ -301,17 +312,18 @@
301
312
"Gaussian": 2
302
313
},
303
314
"description": "Type of blur effect",
304
-
"tooltip": "What type of blur algorithm should be used to blur the background"
315
+
"tooltip": "What type of blur algorithm should be used to blur the background",
316
+
"dependency" : "!enable-panel-unique-settings"
305
317
},
306
318
307
319
"panels-radius": {
308
320
"type": "scale",
309
-
"description" : "Gaussian blur intensity",
321
+
"description" : "Blur intensity (Gaussian only)",
310
322
"min" : 0.0,
311
323
"max" : 100,
312
324
"step" : 0.1,
313
-
"dependency": "panels-blurType=2",
314
-
"tooltip": "Adjusts the intensity of the blur effect by changing the radius use by the effect.",
315
-
"default": 6
325
+
"tooltip": "Adjusts the intensity of the Gaussian blur effect by changing the radius use by the effect. This setting does not effect the Simple blur type",
0 commit comments