Files
omarchy/config/hypr/hyprlock.conf

43 lines
1.1 KiB
Plaintext
Raw Normal View History

# ────────────────────────────────────────────────────────────
# Hyprlock — minimal blur with ringed input
# ────────────────────────────────────────────────────────────
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 =
color = rgba(26,27,38,1.0) # #1a1b26 solid 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 13:36:31 +02:00
inner_color = rgba(26,27,38,0.8) # #1a1b26 with opacity
outer_color = rgba(205,214,244,1.0) # #cdd6f4
2025-06-09 15:11:52 +02:00
outline_thickness = 4
2025-06-09 15:04:13 +02:00
font_family = CaskaydiaMono Nerd Font
2025-06-09 13:36:31 +02:00
font_size = 32
font_color = rgba(205,214,244,1.0)
2025-06-09 15:11:52 +02:00
2025-06-09 13:36:31 +02:00
placeholder_color = rgba(205,214,244,0.6)
2025-06-09 15:04:13 +02:00
placeholder_text = Enter Password
2025-06-09 15:11:52 +02:00
check_color = rgba(68, 157, 171, 1.0)
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
}