hypr/.config/hypr/hyprlock.crispy.conf (view raw)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 |
general {
hide_cursor = true
ignore_empty_input = true
}
background {
path = ~/Pictures/wallpaper/shrek_wallpaper1.png
}
label {
text = $TIME
color = rgba(251, 241, 199, 1)
font_size = 56
font_family = Mono
position = 0, 0
halign = center
valign = center
}
input-field {
size = 500, 100
outline_thickness = 1
dots_size = 0.33
dots_spacing = 0.15
dots_center = false
dots_rounding = 16
outer_color = rgb(251, 241, 199)
inner_color = rgb(29, 32, 33)
font_color = rgb(235, 219, 178)
fade_on_empty = true
placeholder_text = <i>Input Password...</i>
hide_input = false
rounding = 16
check_color = rgb(204, 136, 34)
fail_color = rgb(204, 36, 29)
fail_text = <i>$FAIL <b>($ATTEMPTS)</b></i> # can be set to empty
fail_transition = 0
capslock_color = rgb(104, 157, 106)
numlock_color = -1
bothlock_color = -1
invert_numlock = false
swap_font_color = false
position = 0, -100
halign = center
valign = center
}
|