From 4613ecb89e6c225c63c3c2328578db7fcd847f6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sun, 10 Aug 2025 18:51:22 +0200 Subject: [PATCH] fix(swaync): css theme not being picked correctly --- .config/swaync/config.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.config/swaync/config.json b/.config/swaync/config.json index d0c5f0d4..30ba18a0 100644 --- a/.config/swaync/config.json +++ b/.config/swaync/config.json @@ -6,7 +6,7 @@ "layer": "overlay", "control-center-layer": "top", "layer-shell": true, - "cssPriority": "highest", + "cssPriority": "user", "layer-shell-cover-screen": true, "control-center-margin-top": 0, "control-center-margin-bottom": 0, @@ -42,9 +42,10 @@ "text": "Notification Center" }, "mpris": { - "image-size": 96, - "image-radius": 12, - "blur": false + "blacklist": [], + "autohide": true, + "show-album-art": "always", + "loop-carousel": false } } }