fix notifictaioncard using wrong color
This commit is contained in:
parent
83bba71ae2
commit
84b853d338
@ -29,7 +29,7 @@ Rectangle {
|
|||||||
id: notiIcon
|
id: notiIcon
|
||||||
radius: notifyItem.radius - notifyItem.radius / 3
|
radius: notifyItem.radius - notifyItem.radius / 3
|
||||||
implicitWidth: 64
|
implicitWidth: 64
|
||||||
color: Colors.background
|
color: Colors.color8
|
||||||
implicitHeight: 64
|
implicitHeight: 64
|
||||||
visible: notifyItem.modelData.image !== ""
|
visible: notifyItem.modelData.image !== ""
|
||||||
IconImage {
|
IconImage {
|
||||||
|
|||||||
@ -18,7 +18,7 @@ FloatingWindow {
|
|||||||
|
|
||||||
Process {
|
Process {
|
||||||
id: wallustRunner
|
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]
|
command: ["sh", "-c", cmd]
|
||||||
}
|
}
|
||||||
GlobalShortcut {
|
GlobalShortcut {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user