From f732bdfd641e4be921715b41e76f1338ce254172 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Mon, 25 Mar 2024 20:58:13 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20config(hypr):=20changing?= =?UTF-8?q?=20hyprlock=20config=20to=20be=20more=20minimalistic?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/hypr/hyprlock.conf | 35 +++++++++++++++++------------------ 1 file changed, 17 insertions(+), 18 deletions(-) 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 -}