Files
snips/hypr/hyprlock.conf
Mahesh Asolkar c398284102 Hyprland config
Signed-off-by: Mahesh Asolkar <mahesh@mahesha.com>
2026-03-01 09:18:26 -08:00

35 lines
608 B
Plaintext

general {
no_fade_in = false
grab_keyboard_focus = true
}
background {
monitor =
path = ~/.config/locked.1.jpg # Or path to image
blur_passes = 2
}
input-field {
monitor =
size = 200, 50
outline_thickness = 3
dots_size = 0.33
dots_spacing = 0.15
font_color = rgb(200, 200, 200)
inner_color = rgb(0, 0, 0)
outer_color = rgb(151515)
position = 0, -20
halign = center
valign = center
}
label {
monitor =
text = $TIME
color = rgba(200, 200, 200, 1.0)
font_size = 64
position = 0, 80
halign = center
valign = center
}