home/hypr: simplified lock screen

This commit is contained in:
Aly Raffauf 2024-03-27 20:03:53 -04:00
parent f2f398876d
commit 0035655d68

View file

@ -3,14 +3,13 @@ background {
color = rgba(ca9ee6cc)
path = screenshot
blur_passes = 3
blur_size = 7
noise = 0.0117
blur_size = 8
}
input-field {
monitor =
size = 250, 50
outline_thickness = 3
size = 300, 75
outline_thickness = 2
dots_size = 0.33 # Scale of input-field height, 0.2 - 0.8
dots_spacing = 0.15 # Scale of dots' absolute size, 0.0 - 1.0
dots_center = false
@ -20,7 +19,7 @@ input-field {
font_color = rgb(48, 52, 70)
fade_on_empty = false
fade_timeout = 1000 # Milliseconds before fade_on_empty is triggered.
# placeholder_text = <i>Input Password...</i> # Text rendered in the input box when it's empty.
placeholder_text = <b>...<b> # Text rendered in the input box when it's empty.
hide_input = false
rounding = -1 # -1 means complete rounding (circle/oval)
check_color = rgb(204, 136, 34)