fix notifictaioncard using wrong color
This commit is contained in:
parent
83bba71ae2
commit
84b853d338
@ -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 {
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user