Update hyprlock configuration for improved visual appearance
This commit is contained in:
@@ -13,8 +13,8 @@ background {
|
||||
|
||||
# GENERAL
|
||||
general {
|
||||
no_fade_in = true
|
||||
no_fade_out = true
|
||||
no_fade_in = false
|
||||
no_fade_out = false
|
||||
hide_cursor = false
|
||||
grace = 0
|
||||
disable_loading_bar = true
|
||||
@@ -28,13 +28,13 @@ input-field {
|
||||
dots_size = 0.2 # Scale of input-field height, 0.2 - 0.8
|
||||
dots_spacing = 0.35 # Scale of dots' absolute size, 0.0 - 1.0
|
||||
dots_center = true
|
||||
outer_color = rgba(0, 0, 0, 0)
|
||||
outer_color = rgb(0, 0, 0)
|
||||
inner_color = rgba(0, 0, 0, 0.2)
|
||||
font_color = rgb(255, 255, 255)
|
||||
font_color = rgb(235, 219, 178)
|
||||
fade_on_empty = false
|
||||
rounding = -1
|
||||
check_color = rgb(204, 136, 34)
|
||||
placeholder_text = <i><span foreground="##cdd6f4">Input Password...</span></i>
|
||||
check_color = rgb(235, 219, 178)
|
||||
placeholder_text = <i><span foreground="##ebdbb2">Input Password...</span></i>
|
||||
hide_input = false
|
||||
position = 0, -200
|
||||
halign = center
|
||||
|
||||
Reference in New Issue
Block a user