[gnome-shell/gbsneto/folders-as-dialogs: 53/56] appDisplay: Blur overview when showing folders



commit a180b9598ad19d4357ab79ebb933b698792eaed9
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Thu Dec 12 17:50:20 2019 -0300

    appDisplay: Blur overview when showing folders
    
    Just to show off how amazing GNOME Shell is.
    
    https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/896

 js/ui/appDisplay.js | 5 +++++
 1 file changed, 5 insertions(+)
---
diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js
index 67ec9fe432..31d8c16496 100644
--- a/js/ui/appDisplay.js
+++ b/js/ui/appDisplay.js
@@ -1837,6 +1837,11 @@ var AppFolderDialog = GObject.registerClass({
         this.add_child(this._viewBox);
         this._viewBox.add_child(this._view);
 
+        this._viewBox.add_effect(new Shell.BlurEffect({
+            mode: Shell.BlurMode.BACKGROUND,
+            blur_radius: 50,
+        }));
+
         global.focus_manager.add_group(this);
 
         this._grabHelper = new GrabHelper.GrabHelper(this, {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]