mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
hyprlock: add dots_center for input-field
This commit is contained in:
parent
953c169cf2
commit
53ab3d757f
1 changed files with 2 additions and 1 deletions
|
@ -59,7 +59,8 @@ input-field {
|
||||||
size = 200, 50
|
size = 200, 50
|
||||||
outline_thickness = 3
|
outline_thickness = 3
|
||||||
dots_size = 0.33 # Scale of input-field height, 0.2 - 0.8
|
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)
|
outer_color = rgb(151515)
|
||||||
inner_color = rgb(200, 200, 200)
|
inner_color = rgb(200, 200, 200)
|
||||||
font_color = rgb(10, 10, 10)
|
font_color = rgb(10, 10, 10)
|
||||||
|
|
Loading…
Reference in a new issue