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



commit 3802c4a09c1b9900a5c5eeede35a3dae1df9b408
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 e0cfe79a85..54bf9aebfc 100644
--- a/js/ui/appDisplay.js
+++ b/js/ui/appDisplay.js
@@ -1577,6 +1577,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]