[gnome] Update extensions

This commit is contained in:
2026-04-09 09:51:44 -04:00
parent dadc78f2f4
commit 505c67d292
61 changed files with 1729 additions and 365 deletions

View File

@ -476,6 +476,18 @@ export default class BlurMyShell extends Extension {
this._applications_blur.disable();
});
// static blur toggled on/off
this._settings.applications.STATIC_BLUR_changed(() => {
if (this._settings.applications.BLUR)
this._applications_blur.change_blur_type();
});
// pipeline changed
this._settings.applications.PIPELINE_changed(() => {
if (this._settings.applications.BLUR)
this._applications_blur.change_pipeline();
});
// application opacity changed
this._settings.applications.OPACITY_changed(() => {
if (this._settings.applications.BLUR)