From 9b7b24ace158c5ee9c15effc48a4d771838ec44d Mon Sep 17 00:00:00 2001 From: matt1432 Date: Sat, 22 Jul 2023 00:18:11 -0400 Subject: [PATCH] fix(swaync): change layer to show in fullscreen --- config/swaync/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/swaync/config.json b/config/swaync/config.json index b9adb94..a5cd31f 100644 --- a/config/swaync/config.json +++ b/config/swaync/config.json @@ -14,7 +14,7 @@ "fit-to-screen": false, "layer": "top", - "control-center-layer": "top", + "control-center-layer": "overlay", "cssPriority": "user", "notification-icon-size": 64, "notification-body-image-height": 300,