diff --git a/.config/hypr/hyprlock.conf b/.config/hypr/hyprlock.conf index 59d84432..f63d4f66 100644 --- a/.config/hypr/hyprlock.conf +++ b/.config/hypr/hyprlock.conf @@ -8,7 +8,7 @@ general { background { monitor = - path = $HOME/.config/hypr/themes/luna/walls/nebula.png + path = $HOME/.config/hypr/themes/luna/walls/flowers.png color = rgb($lavenderAlpha) blur_size = 4 @@ -30,7 +30,7 @@ input-field { dots_spacing = 0.64 dots_center = true outer_color = rgb($lavenderAlpha) - inner_color = rgb($baseAlpha) + inner_color = rgb($crustAlpha) font_color = rgb($textAlpha) check_color = rgb($textYellow) fail_color = rgb($textRed) @@ -39,7 +39,7 @@ input-field { fade_on_empty = true placeholder_text = Password... hide_input = false - position = 0, 0 + position = 0, 50 halign = center valign = bottom } @@ -52,7 +52,7 @@ label { color = rgb($textAlpha) font_size = 64 font_family = $font - position = 0, 8 + position = 0, -90 halign = center valign = center } @@ -65,7 +65,18 @@ label { color = rgb($textAlpha) font_size = 20 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 valign = center }