fix(swaync): css theme not being picked correctly

This commit is contained in:
Sergio Laín 2025-08-10 18:51:22 +02:00
parent 059b6b5191
commit 4613ecb89e
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438

View file

@ -6,7 +6,7 @@
"layer": "overlay", "layer": "overlay",
"control-center-layer": "top", "control-center-layer": "top",
"layer-shell": true, "layer-shell": true,
"cssPriority": "highest", "cssPriority": "user",
"layer-shell-cover-screen": true, "layer-shell-cover-screen": true,
"control-center-margin-top": 0, "control-center-margin-top": 0,
"control-center-margin-bottom": 0, "control-center-margin-bottom": 0,
@ -42,9 +42,10 @@
"text": "Notification Center" "text": "Notification Center"
}, },
"mpris": { "mpris": {
"image-size": 96, "blacklist": [],
"image-radius": 12, "autohide": true,
"blur": false "show-album-art": "always",
"loop-carousel": false
} }
} }
} }