From e9d11f4a7ee4627f503dd45116f0d3e2fd6091cd Mon Sep 17 00:00:00 2001 From: matt1432 Date: Sat, 19 Aug 2023 20:48:44 -0400 Subject: [PATCH] feat: remove music player from swaync --- config/swaync/config.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config/swaync/config.json b/config/swaync/config.json index de674808..9d49e310 100644 --- a/config/swaync/config.json +++ b/config/swaync/config.json @@ -33,7 +33,6 @@ "script-fail-notify": true, "widgets": [ - "mpris", "title", "inhibitors", "dnd", @@ -56,10 +55,6 @@ "label": { "max-lines": 5, "text": "Control Center" - }, - "mpris": { - "image-size": 96, - "image-radius": 12 } } }