This commit is contained in:
2026-04-09 11:16:48 -05:00
parent 76a5bf5917
commit f4b032e96f
23 changed files with 274 additions and 160 deletions

View File

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