forked from Shinonome/dots-hyprland
lock screen: fix incorrect password text
This commit is contained in:
@@ -283,8 +283,8 @@ Variants {
|
||||
Behavior on opacity {
|
||||
animation: Appearance.animation.elementMoveFast.numberAnimation.createObject(this)
|
||||
}
|
||||
text: "Enter password"
|
||||
color: CF.ColorUtils.transparentize(bgRoot.colText, 0.3)
|
||||
text: GlobalStates.screenUnlockFailed ? Translation.tr("Incorrect password") : Translation.tr("Enter password")
|
||||
color: GlobalStates.screenUnlockFailed ? Appearance.colors.colError : bgRoot.colText
|
||||
font {
|
||||
pixelSize: Appearance.font.pixelSize.normal
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user