From 7152d5ec6f237acc4eae66142f14f697d60a3ae6 Mon Sep 17 00:00:00 2001 From: Tim Date: Thu, 8 Jan 2026 21:46:05 +0200 Subject: fix(swaync): correct mpris album art size (#913) The mpris widget image-size was set to 10 pixels, causing album art to appear as a tiny distorted strip. Changed to 96 pixels for proper display with slight border radius for visual consistency. --- config/swaync/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/swaync/config.json b/config/swaync/config.json index 0aa1af40..a5518596 100755 --- a/config/swaync/config.json +++ b/config/swaync/config.json @@ -51,8 +51,8 @@ "text": "Notification" }, "mpris": { - "image-size": 10, - "image-radius": 0 + "image-size": 96, + "image-radius": 8 }, "volume": { "label": "󰕾" -- cgit v1.2.3