update hyprlock
This commit is contained in:
parent
1be2eed9ba
commit
d3744562b4
1 changed files with 8 additions and 7 deletions
|
@ -32,13 +32,14 @@ animations {
|
||||||
|
|
||||||
background {
|
background {
|
||||||
monitor =
|
monitor =
|
||||||
path = screenshot
|
path = ~/wallpaper/bluescreen.png
|
||||||
blur_passes = 3
|
blur_passes = 0
|
||||||
}
|
}
|
||||||
|
|
||||||
input-field {
|
input-field {
|
||||||
monitor =
|
monitor =
|
||||||
size = 20%, 5%
|
#size = 20%, 5%
|
||||||
|
size = 400, 90
|
||||||
outline_thickness = 3
|
outline_thickness = 3
|
||||||
inner_color = rgba(0, 0, 0, 0.0) # no fill
|
inner_color = rgba(0, 0, 0, 0.0) # no fill
|
||||||
|
|
||||||
|
@ -62,7 +63,7 @@ input-field {
|
||||||
# uncomment to use an input indicator that does not show the password length (similar to swaylock's input indicator)
|
# uncomment to use an input indicator that does not show the password length (similar to swaylock's input indicator)
|
||||||
#hide_input = true
|
#hide_input = true
|
||||||
|
|
||||||
position = 0, -20
|
position = 0, -120
|
||||||
halign = center
|
halign = center
|
||||||
valign = center
|
valign = center
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue