From 588efb60bb726fd855e71b7d2f782438dd5ee9ae Mon Sep 17 00:00:00 2001 From: timoxa0 Date: Thu, 26 Dec 2024 14:27:07 +0500 Subject: [PATCH] hyprlock: restyle --- dot-config/hypr/hyprlock.conf | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) 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 - -}