works
This commit is contained in:
@@ -21,7 +21,7 @@ Item {
|
||||
|
||||
required property string bg_path
|
||||
|
||||
property color fieldColor: ctx.failed ? Pywal.colors.color6 : Pywal.colors.color1
|
||||
property color fieldColor: ctx.failed ? Settings.colors.color6 : Settings.colors.color1
|
||||
|
||||
IpcHandler {
|
||||
target: "lockscreen"
|
||||
@@ -66,7 +66,7 @@ Item {
|
||||
anchors.centerIn: parent
|
||||
radius: 10
|
||||
|
||||
color: Pywal.special.background
|
||||
color: Settings.special.background
|
||||
|
||||
RowLayout {
|
||||
ClippingWrapperRectangle {
|
||||
@@ -85,7 +85,7 @@ Item {
|
||||
verticalAlignment: TextInput.AlignVCenter
|
||||
|
||||
font.pointSize: 30
|
||||
color: Pywal.special.foreground
|
||||
color: Settings.special.foreground
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user