blur hyprlock
This commit is contained in:
@@ -8,6 +8,13 @@
|
||||
background {
|
||||
monitor =
|
||||
path = $HOME/.config/.wallpaper/lock.png # only png supported for now
|
||||
blur_passes = 2 # 0 disables blurring
|
||||
blur_size = 2
|
||||
noise = 0
|
||||
contrast = 0.8916
|
||||
brightness = 0.8172
|
||||
vibrancy = 0.1696
|
||||
vibrancy_darkness = 0.0
|
||||
}
|
||||
|
||||
input-field {
|
||||
@@ -24,7 +31,7 @@ input-field {
|
||||
fade_on_empty = true
|
||||
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.
|
||||
hide_input = false
|
||||
hide_input = true
|
||||
rounding = -1 # -1 means complete rounding (circle/oval)
|
||||
check_color = rgb(204, 136, 34)
|
||||
fail_color = rgb(204, 34, 34) # if authentication failed, changes outer_color and fail message color
|
||||
@@ -46,7 +53,7 @@ label {
|
||||
color = rgb(135, 206, 235)
|
||||
font_size = 35
|
||||
font_family = Fira Semibold
|
||||
position = 0, -30
|
||||
position = 0, -70
|
||||
halign = center
|
||||
valign = center
|
||||
shadow_passes = 5
|
||||
|
||||
Reference in New Issue
Block a user