From 842280fb34c2c970a1b896dd0a78d15918a9180e Mon Sep 17 00:00:00 2001 From: zervo Date: Tue, 11 Mar 2025 19:40:10 +0100 Subject: [PATCH] Update lockscreen --- private_dot_config/hypr/hyprland.conf | 6 +++- private_dot_config/hypr/hyprlock.conf | 44 +++++++++++++-------------- 2 files changed, 27 insertions(+), 23 deletions(-) diff --git a/private_dot_config/hypr/hyprland.conf b/private_dot_config/hypr/hyprland.conf index 50943f9..6caefde 100644 --- a/private_dot_config/hypr/hyprland.conf +++ b/private_dot_config/hypr/hyprland.conf @@ -35,7 +35,7 @@ $browser = firefox --new-window $terminal = alacritty $fileManager = nemo -$lock = hyprlock +$lock = hyprlock --immediate $menu = ~/.config/rofi/launchers/type-2/launcher.sh $screenshot = hyprshot --mode region @@ -59,3 +59,7 @@ source = ~/.config/hypr/keybinds.conf ## RULES ## source = ~/.config/hypr/rules.conf + +render { + +} \ No newline at end of file diff --git a/private_dot_config/hypr/hyprlock.conf b/private_dot_config/hypr/hyprlock.conf index d17f79d..2fbf18d 100644 --- a/private_dot_config/hypr/hyprlock.conf +++ b/private_dot_config/hypr/hyprlock.conf @@ -23,7 +23,7 @@ general { no_fade_in = true no_fade_out = true hide_cursor = false - grace = 0 + grace = 10 disable_loading_bar = true } @@ -39,27 +39,6 @@ label { valign = center } -# INPUT FIELD -input-field { - monitor = - size = 250, 60 - outline_thickness = 2 - dots_size = 0.2 # Scale of input-field height, 0.2 - 0.8 - dots_spacing = 0.35 # Scale of dots' absolute size, 0.0 - 1.0 - dots_center = true - outer_color = rgba(0, 0, 0, 0) - inner_color = rgba(0, 0, 0, 0.2) - font_color = rgba(255, 255, 255, 0) - fade_on_empty = false - rounding = -1 - check_color = rgb(204, 136, 34) - placeholder_text = Input Password... - hide_input = false - position = 0, -200 - halign = center - valign = center -} - # TIME label { monitor = @@ -70,4 +49,25 @@ label { position = 0, 200 halign = center valign = center +} + +# INPUT FIELD +input-field { + monitor = + size = 250, 60 + outline_thickness = 2 + dots_size = 0.2 # Scale of input-field height, 0.2 - 0.8 + dots_spacing = 0.35 # Scale of dots' absolute size, 0.0 - 1.0 + dots_center = true + outer_color = rgba(0, 0, 0, 0) + inner_color = rgba(0, 0, 0, 0.2) + font_color = rgba(205, 214, 244, 1) + fade_on_empty = false + rounding = -1 + check_color = rgb(204, 136, 34) + placeholder_text = Input Password... + hide_input = false + position = 0, -200 + halign = center + valign = center } \ No newline at end of file