hyprlock: restyle
This commit is contained in:
parent
cd698b15c7
commit
588efb60bb
|
@ -3,7 +3,7 @@ source = appearance.conf
|
||||||
# BACKGROUND
|
# BACKGROUND
|
||||||
background {
|
background {
|
||||||
monitor =
|
monitor =
|
||||||
path = ~/.config/hypr/wallpaper.png
|
path = screenshot
|
||||||
blur_passes = 3
|
blur_passes = 3
|
||||||
contrast = 0.8916
|
contrast = 0.8916
|
||||||
brightness = 0.8172
|
brightness = 0.8172
|
||||||
|
@ -28,12 +28,12 @@ input-field {
|
||||||
dots_center = true
|
dots_center = true
|
||||||
outer_color = rgba(0, 0, 0, 0)
|
outer_color = rgba(0, 0, 0, 0)
|
||||||
inner_color = rgba(0, 0, 0, 0.5)
|
inner_color = rgba(0, 0, 0, 0.5)
|
||||||
font_color = $fg
|
font_color = rgb(205, 214, 244)
|
||||||
fade_on_empty = false
|
fade_on_empty = false
|
||||||
placeholder_text =
|
placeholder_text =
|
||||||
hide_input = false
|
hide_input = false
|
||||||
position = 0, -650 #-120
|
position = 0, -650 #-120
|
||||||
halign = center
|
halign = center
|
||||||
valign = center
|
valign = center
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -48,16 +48,3 @@ label {
|
||||||
halign = center
|
halign = center
|
||||||
valign = top
|
valign = top
|
||||||
}
|
}
|
||||||
|
|
||||||
# USER
|
|
||||||
label {
|
|
||||||
monitor = DP-1
|
|
||||||
text = Enter your password
|
|
||||||
color = $fg
|
|
||||||
font_size = 14
|
|
||||||
font_family = eurofurence
|
|
||||||
position = 0, -690 # -40
|
|
||||||
halign = center
|
|
||||||
valign = center
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue