diff --git a/hypr/bindings/tiling.conf b/hypr/bindings/tiling.conf index e65def1..cdf41e0 100644 --- a/hypr/bindings/tiling.conf +++ b/hypr/bindings/tiling.conf @@ -66,4 +66,7 @@ bind = $mainMod, mouse_up, workspace, e-1 bindm = $mainMod, mouse:272, movewindow bindm = $mainMod, mouse:273, resizewindow +bind = CTRL ALT, Q, exec, hyprlock +bindl = , switch:Lid Switch, exec, hyprlock + diff --git a/hypr/hyprlock.conf b/hypr/hyprlock.conf index 4aa226f..ea32df7 100644 --- a/hypr/hyprlock.conf +++ b/hypr/hyprlock.conf @@ -6,42 +6,71 @@ $check_color = rgba(#89b4fa, 1.0) general { ignore_empty_input = true + no_fade_in = false + no_fade_out = false + hide_cursor = false + grace = 0 + disable_loading_bar = false } background { monitor = color = $color - path = ~/.config/omarchy/current/background - blur_passes = 3 + path = ~/Pictures/Wallpapers/current + blur_passes = 0 } animations { - enabled = false + enabled = true +} + +# DATE +label { + monitor = + text = cmd[update:1000] echo "$(date +"%A, %B %d")" + color = rgba(242, 243, 244, 0.75) + font_size = 16 + font_family = Lexend Light + position = 0, 300 + halign = center + valign = center +} + +# TIME +label { + monitor = + text = cmd[update:1000] echo "$(date +"%H:%M")" + color = rgba(242, 243, 244, 0.75) + font_size = 150 + font_family = Lexend Extrabold + position = 0, 200 + halign = center + valign = center } input-field { monitor = - size = 650, 100 - position = 0, 0 + size = 300, 50 + position = 0, 200 halign = center - valign = center + valign = bottom inner_color = $inner_color outer_color = $outer_color outline_thickness = 4 - font_family = JetBrainsMono Nerd Font + font_family = Lexend font_color = $font_color placeholder_text = Enter Password check_color = $check_color fail_text = $FAIL ($ATTEMPTS) - rounding = 0 + rounding = 60 shadow_passes = 0 fade_on_empty = false } auth { - fingerprint:enabled = false + fingerprint:enabled = true }