fix notifictaioncard using wrong color

This commit is contained in:
lucy 2026-01-21 22:48:40 +01:00
parent 83bba71ae2
commit 84b853d338
2 changed files with 2 additions and 2 deletions

View File

@ -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 {

View File

@ -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 {