From 3561f4a67a45755077116db2abb1509103971ad5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Mon, 9 Oct 2023 00:55:21 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20ux(swaync):=20new=20gradient=20f?= =?UTF-8?q?or=20mpris=20widget?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/swaync/style.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.config/swaync/style.css b/.config/swaync/style.css index 665da755..6867070c 100644 --- a/.config/swaync/style.css +++ b/.config/swaync/style.css @@ -16,7 +16,7 @@ } .widget-mpris { - background: @noti-bg-darker; + background: linear-gradient(to right, #363a4f, rgba(183, 189, 248, 0.3)); padding: 10px; border-radius: 10px; @@ -41,8 +41,6 @@ padding: 8px; margin-top: 10px; border-radius: 10px; - - background: @noti-bg-darker; } .widget-buttons-grid > flowbox > flowboxchild > button {