mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
hyprlock: add rounding to input-field (#502)
This commit is contained in:
parent
88762b35c1
commit
b3df424e24
1 changed files with 1 additions and 0 deletions
|
@ -80,6 +80,7 @@ input-field {
|
||||||
fade_on_empty = true
|
fade_on_empty = true
|
||||||
placeholder_text = <i>Input Password...</i> # Text rendered in the input box when it's empty.
|
placeholder_text = <i>Input Password...</i> # Text rendered in the input box when it's empty.
|
||||||
hide_input = false
|
hide_input = false
|
||||||
|
rounding = -1 # -1 means complete rounding (circle/oval)
|
||||||
|
|
||||||
position = 0, -20
|
position = 0, -20
|
||||||
halign = center
|
halign = center
|
||||||
|
|
Loading…
Reference in a new issue