From f04bf1840acc57cbbb4f880a2314acff3cb2e122 Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Mon, 8 Sep 2025 21:35:05 -0400 Subject: [PATCH] fix for 12.x branch --- config.json | 11 ++++++++--- style.css | 1 - 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/config.json b/config.json index 11a1523..e811d27 100644 --- a/config.json +++ b/config.json @@ -3,9 +3,9 @@ "positionX": "right", "positionY": "bottom", "layer": "overlay", - "control-center-layer": "top", + "control-center-layer": "overlay", "layer-shell": true, - "cssPriority": "application", + "cssPriority": "user", "control-center-margin-top": 5, "control-center-margin-bottom": 20, "control-center-margin-right": 0, @@ -17,7 +17,7 @@ "notification-body-image-width": 200, "timeout": 10, "timeout-low": 5, - "timeout-critical": 0, + "timeout-critical": 10, "fit-to-screen": true, "relative-timestamps": true, "control-center-width": 500, @@ -36,6 +36,11 @@ "state": "ignored", "urgency": "Low", "desktop-entry": "com.spotify.Client" + }, + "fractal": { + "state": "transient", + "override-urgency": "Normal", + "desktop-entry": "org.gnome.Fractal" } }, "widgets": [ diff --git a/style.css b/style.css index 20c428e..bc6da07 100644 --- a/style.css +++ b/style.css @@ -274,7 +274,6 @@ .control-center .control-center-list { /* List of notifications */ background: transparent; - margin-bottom: 50px; } .control-center .control-center-list .notification {