2025-06-09 12:42:53 +02:00
|
|
|
# ────────────────────────────────────────────────────────────
|
|
|
|
# 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
|
|
|
}
|
|
|
|
|
|
|
|
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-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
|
|
|
|
outline_thickness = 2
|
2025-06-09 12:42:53 +02:00
|
|
|
|
2025-06-09 13:36:31 +02:00
|
|
|
font_size = 32
|
|
|
|
font_color = rgba(205,214,244,1.0)
|
|
|
|
placeholder_text = Password
|
|
|
|
placeholder_color = rgba(205,214,244,0.6)
|
|
|
|
rounding = 0
|
|
|
|
shadow_passes = 0
|
|
|
|
fade_on_empty = false
|
2025-06-09 12:42:53 +02:00
|
|
|
|
2025-06-09 13:36:31 +02:00
|
|
|
icon_enabled = true
|
|
|
|
icon_position = right
|
|
|
|
icon_color = rgba(205,214,244,1.0)
|
2025-06-01 15:31:39 +02:00
|
|
|
}
|