feat: initialize hyprlock

This commit is contained in:
2026-02-22 22:50:39 +01:00
parent 2e8a421f1c
commit 18d1d6faf0
2 changed files with 41 additions and 9 deletions

View File

@@ -66,4 +66,7 @@ bind = $mainMod, mouse_up, workspace, e-1
bindm = $mainMod, mouse:272, movewindow bindm = $mainMod, mouse:272, movewindow
bindm = $mainMod, mouse:273, resizewindow bindm = $mainMod, mouse:273, resizewindow
bind = CTRL ALT, Q, exec, hyprlock
bindl = , switch:Lid Switch, exec, hyprlock

View File

@@ -6,42 +6,71 @@ $check_color = rgba(#89b4fa, 1.0)
general { general {
ignore_empty_input = true ignore_empty_input = true
no_fade_in = false
no_fade_out = false
hide_cursor = false
grace = 0
disable_loading_bar = false
} }
background { background {
monitor = monitor =
color = $color color = $color
path = ~/.config/omarchy/current/background path = ~/Pictures/Wallpapers/current
blur_passes = 3 blur_passes = 0
} }
animations { 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 { input-field {
monitor = monitor =
size = 650, 100 size = 300, 50
position = 0, 0 position = 0, 200
halign = center halign = center
valign = center valign = bottom
inner_color = $inner_color inner_color = $inner_color
outer_color = $outer_color outer_color = $outer_color
outline_thickness = 4 outline_thickness = 4
font_family = JetBrainsMono Nerd Font font_family = Lexend
font_color = $font_color font_color = $font_color
placeholder_text = Enter Password placeholder_text = Enter Password
check_color = $check_color check_color = $check_color
fail_text = <i>$FAIL ($ATTEMPTS)</i> fail_text = <i>$FAIL ($ATTEMPTS)</i>
rounding = 0 rounding = 60
shadow_passes = 0 shadow_passes = 0
fade_on_empty = false fade_on_empty = false
} }
auth { auth {
fingerprint:enabled = false fingerprint:enabled = true
} }