From be0275300f3b0538c9895b03e480ef3fb7a2c9f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Thu, 11 Apr 2024 23:50:41 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(hypr):=20hyprlock=20updated=20?= =?UTF-8?q?to=20show=20the=20profile=20pic=20and=20a=20different=20backgro?= =?UTF-8?q?und?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/hypr/hyprlock.conf | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) 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 }