diff --git a/.config/hypr/hyprlock.conf b/.config/hypr/hyprlock.conf index 5179fb75..45e003aa 100644 --- a/.config/hypr/hyprlock.conf +++ b/.config/hypr/hyprlock.conf @@ -2,9 +2,13 @@ source = ./themes/luna/colors.conf $font = JetBrains Mono Nerd Font 10 +general { + hide_cursor = true +} + background { monitor = - path = $HOME/.config/hypr/themes/luna/walls/neon-dim.png + path = $HOME/.config/hypr/themes/luna/walls/shore.png color = rgb($lavenderAlpha) blur_size = 4 @@ -18,18 +22,24 @@ background { input-field { monitor = DP-1 + rounding = 20 + shadow_passes = 2 size = 250, 50 - outline_thickness = 3 + outline_thickness = 2 dots_size = 0.2 dots_spacing = 0.64 dots_center = true outer_color = rgb($lavenderAlpha) inner_color = rgb($baseAlpha) font_color = rgb($textAlpha) + check_color = rgb($textYellow) + fail_color = rgb($textRed) + fail_text = $FAIL ($ATTEMPTS) + fail_transition = 300 fade_on_empty = true placeholder_text = Password... hide_input = false - position = 0, 50 + position = 0, 0 halign = center valign = bottom } @@ -37,11 +47,12 @@ input-field { # Current time label { monitor = DP-1 + shadow_passes = 1 text = cmd[update:1000] echo " $(date +"%H:%M:%S") " color = rgb($textAlpha) font_size = 64 font_family = $font - position = 0, 16 + position = 0, 8 halign = center valign = center } @@ -50,23 +61,11 @@ label { label { monitor = DP-1 text = Hey $USER! + shadow_passes = 1 color = rgb($textAlpha) font_size = 20 font_family = $font - position = 0, 0 + position = 0, -8 halign = center valign = center } - - -# Type to unlock -label { - monitor = DP-1 - text = Type to unlock! - color = rgb($textAlpha) - font_size = 16 - font_family = $font - position = 0, 30 - halign = center - valign = bottom -}