2025-06-09 12:42:53 +02:00
|
|
|
|
# ────────────────────────────────────────────────────────────
|
|
|
|
|
# Hyprlock — minimal blur with ringed input
|
|
|
|
|
# ────────────────────────────────────────────────────────────
|
2025-06-01 15:31:39 +02:00
|
|
|
|
|
2025-07-10 18:43:08 +05:30
|
|
|
|
source = ~/.config/omarchy/current/theme/hyprlock.conf
|
|
|
|
|
|
2025-06-01 15:31:39 +02:00
|
|
|
|
general {
|
2025-06-09 13:36:31 +02:00
|
|
|
|
disable_loading_bar = true
|
|
|
|
|
no_fade_in = false
|
2025-06-01 15:31:39 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
background {
|
2025-06-09 13:36:31 +02:00
|
|
|
|
monitor =
|
2025-07-10 18:43:08 +05:30
|
|
|
|
color = $color
|
2025-06-01 15:31:39 +02:00
|
|
|
|
}
|
|
|
|
|
|
2025-06-09 15:11:52 +02:00
|
|
|
|
animations {
|
|
|
|
|
enabled = false
|
|
|
|
|
}
|
|
|
|
|
|
2025-06-01 15:31:39 +02:00
|
|
|
|
input-field {
|
2025-06-09 13:36:31 +02:00
|
|
|
|
monitor =
|
|
|
|
|
size = 600, 100
|
|
|
|
|
position = 0, 0
|
|
|
|
|
halign = center
|
|
|
|
|
valign = center
|
2025-06-09 12:42:53 +02:00
|
|
|
|
|
2025-07-10 18:43:08 +05:30
|
|
|
|
inner_color = $inner_color
|
|
|
|
|
outer_color = $outer_color
|
2025-06-09 15:11:52 +02:00
|
|
|
|
outline_thickness = 4
|
2025-06-09 12:42:53 +02:00
|
|
|
|
|
2025-06-09 15:04:13 +02:00
|
|
|
|
font_family = CaskaydiaMono Nerd Font
|
2025-06-09 13:36:31 +02:00
|
|
|
|
font_size = 32
|
2025-07-10 18:43:08 +05:30
|
|
|
|
font_color = $font_color
|
2025-06-09 15:11:52 +02:00
|
|
|
|
|
2025-07-10 18:43:08 +05:30
|
|
|
|
placeholder_color = $placeholder_color
|
2025-07-04 14:51:33 -07:00
|
|
|
|
placeholder_text = Enter Password
|
2025-07-10 18:43:08 +05:30
|
|
|
|
check_color = $check_color
|
2025-06-09 15:04:13 +02:00
|
|
|
|
fail_text = Wrong
|
2025-06-09 15:11:52 +02:00
|
|
|
|
|
2025-06-09 13:36:31 +02:00
|
|
|
|
rounding = 0
|
|
|
|
|
shadow_passes = 0
|
|
|
|
|
fade_on_empty = false
|
2025-06-01 15:31:39 +02:00
|
|
|
|
}
|
2025-07-04 14:51:33 -07:00
|
|
|
|
|
|
|
|
|
auth {
|
|
|
|
|
fingerprint:enabled = true
|
|
|
|
|
}
|