mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 04:35:59 +01:00
hyprlock: add font_color to input-field
This commit is contained in:
parent
51269c5078
commit
be3899a41a
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ input-field {
|
|||
outline_thickness = 3
|
||||
outer_color = rgb(151515)
|
||||
inner_color = rgb(200, 200, 200)
|
||||
font_color = rgb(10, 10, 10)
|
||||
fade_on_empty = true
|
||||
|
||||
position = 0, -20 # position is added to the halign and valign props. For absolute, use "none" in either.
|
||||
|
|
Loading…
Reference in a new issue