diff --git a/dot-config/hypr/hyprlock.conf b/dot-config/hypr/hyprlock.conf index b346f03..2faee06 100644 --- a/dot-config/hypr/hyprlock.conf +++ b/dot-config/hypr/hyprlock.conf @@ -3,7 +3,7 @@ source = appearance.conf # BACKGROUND background { monitor = - path = ~/.config/hypr/wallpaper.png + path = screenshot blur_passes = 3 contrast = 0.8916 brightness = 0.8172 @@ -28,12 +28,12 @@ input-field { dots_center = true outer_color = rgba(0, 0, 0, 0) inner_color = rgba(0, 0, 0, 0.5) - font_color = $fg + font_color = rgb(205, 214, 244) fade_on_empty = false placeholder_text = hide_input = false position = 0, -650 #-120 - halign = center + halign = center valign = center } @@ -48,16 +48,3 @@ label { halign = center valign = top } - -# USER -label { - monitor = DP-1 - text = Enter your password - color = $fg - font_size = 14 - font_family = eurofurence - position = 0, -690 # -40 - halign = center - valign = center - -}