From 84b853d338d28d137a5da0803244759fe2dc5e86 Mon Sep 17 00:00:00 2001 From: lucy Date: Wed, 21 Jan 2026 22:48:40 +0100 Subject: [PATCH] fix notifictaioncard using wrong color --- modules/notifications/NotificationCard.qml | 2 +- modules/widgets/wallswitcher/WallSwitcher.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/notifications/NotificationCard.qml b/modules/notifications/NotificationCard.qml index 1ef56dd..256d70b 100644 --- a/modules/notifications/NotificationCard.qml +++ b/modules/notifications/NotificationCard.qml @@ -29,7 +29,7 @@ Rectangle { id: notiIcon radius: notifyItem.radius - notifyItem.radius / 3 implicitWidth: 64 - color: Colors.background + color: Colors.color8 implicitHeight: 64 visible: notifyItem.modelData.image !== "" IconImage { diff --git a/modules/widgets/wallswitcher/WallSwitcher.qml b/modules/widgets/wallswitcher/WallSwitcher.qml index 4dbd81d..7fc79ff 100644 --- a/modules/widgets/wallswitcher/WallSwitcher.qml +++ b/modules/widgets/wallswitcher/WallSwitcher.qml @@ -18,7 +18,7 @@ FloatingWindow { Process { id: wallustRunner - property string cmd: "matugen image " + Settings.config.currentWall + " -t scheme-fidelity" + property string cmd: "matugen image " + Settings.config.currentWall command: ["sh", "-c", cmd] } GlobalShortcut {