feat(hypr): hyprlock updated to show the profile pic and a different background

This commit is contained in:
Sergio Laín 2024-04-11 23:50:41 +02:00
parent 6799681706
commit be0275300f
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -8,7 +8,7 @@ general {
background { background {
monitor = monitor =
path = $HOME/.config/hypr/themes/luna/walls/nebula.png path = $HOME/.config/hypr/themes/luna/walls/flowers.png
color = rgb($lavenderAlpha) color = rgb($lavenderAlpha)
blur_size = 4 blur_size = 4
@ -30,7 +30,7 @@ input-field {
dots_spacing = 0.64 dots_spacing = 0.64
dots_center = true dots_center = true
outer_color = rgb($lavenderAlpha) outer_color = rgb($lavenderAlpha)
inner_color = rgb($baseAlpha) inner_color = rgb($crustAlpha)
font_color = rgb($textAlpha) font_color = rgb($textAlpha)
check_color = rgb($textYellow) check_color = rgb($textYellow)
fail_color = rgb($textRed) fail_color = rgb($textRed)
@ -39,7 +39,7 @@ input-field {
fade_on_empty = true fade_on_empty = true
placeholder_text = <i>Password...</i> placeholder_text = <i>Password...</i>
hide_input = false hide_input = false
position = 0, 0 position = 0, 50
halign = center halign = center
valign = bottom valign = bottom
} }
@ -52,7 +52,7 @@ label {
color = rgb($textAlpha) color = rgb($textAlpha)
font_size = 64 font_size = 64
font_family = $font font_family = $font
position = 0, 8 position = 0, -90
halign = center halign = center
valign = center valign = center
} }
@ -65,7 +65,18 @@ label {
color = rgb($textAlpha) color = rgb($textAlpha)
font_size = 20 font_size = 20
font_family = $font font_family = $font
position = 0, -8 position = 0, -102
halign = center
valign = center
}
# User Image
image {
monitor = DP-1
path = $HOME/.face
shadow_passes = 2
rounding = -1 # negative values mean circle
position = 0, 100
halign = center halign = center
valign = center valign = center
} }