Super minimal hyprlock config

This commit is contained in:
David Heinemeier Hansson
2025-06-09 13:36:31 +02:00
parent 142101fc28
commit f9c524aa84

View File

@ -3,36 +3,35 @@
# ──────────────────────────────────────────────────────────── # ────────────────────────────────────────────────────────────
general { general {
hide_cursor = true disable_loading_bar = true
grace = 0 no_fade_in = false
} }
background { background {
monitor = # all monitors monitor =
path = screenshot color = rgba(26,27,38,1.0) # #1a1b26 solid color
blur_size = 5
blur_passes = 3
} }
input-field { input-field {
monitor = # primary monitor monitor =
position = 0,0 size = 600, 100
position = 0, 0
halign = center halign = center
valign = center valign = center
size = 260,56
# ring inner_color = rgba(26,27,38,0.8) # #1a1b26 with opacity
outline_thickness = 3 outer_color = rgba(205,214,244,1.0) # #cdd6f4
outer_color = rgba(255,255,255,0.7) # keep box invisible outline_thickness = 2
inner_color = rgba(0,0,0,0)
font_size = 32
font_color = rgba(205,214,244,1.0)
placeholder_text = Password
placeholder_color = rgba(205,214,244,0.6)
rounding = 0 rounding = 0
shadow_passes = 0
fade_on_empty = false
# text & dots icon_enabled = true
font_color = rgb(230,230,230) icon_position = right
placeholder_text = Enter password icon_color = rgba(205,214,244,1.0)
hide_input = false
dots_size = 0.4
dots_spacing = 0.2
dots_center = true
} }