✨ feat(hypr): hyprlock updated to show the profile pic and a different background
This commit is contained in:
parent
6799681706
commit
be0275300f
1 changed files with 16 additions and 5 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue