hyprlock: add dots_center for input-field

This commit is contained in:
Vaxry 2024-02-21 11:43:30 +00:00
parent 953c169cf2
commit 53ab3d757f
1 changed files with 2 additions and 1 deletions

View File

@ -59,7 +59,8 @@ input-field {
size = 200, 50
outline_thickness = 3
dots_size = 0.33 # Scale of input-field height, 0.2 - 0.8
dots_spacing = 0.15 # Scale of dot's absolute size, 0.0 - 1.0
dots_spacing = 0.15 # Scale of dots' absolute size, 0.0 - 1.0
dots_center = false
outer_color = rgb(151515)
inner_color = rgb(200, 200, 200)
font_color = rgb(10, 10, 10)