home/hyprland: fixed missing closing tag for placeholder bolding

This commit is contained in:
Aly Raffauf 2024-03-27 20:06:59 -04:00
parent cfbefa1bd6
commit 65d933bdb5

View file

@ -19,7 +19,7 @@ input-field {
font_color = rgb(48, 52, 70) font_color = rgb(48, 52, 70)
fade_on_empty = false fade_on_empty = false
fade_timeout = 1000 # Milliseconds before fade_on_empty is triggered. fade_timeout = 1000 # Milliseconds before fade_on_empty is triggered.
placeholder_text = <b>...<b> # Text rendered in the input box when it's empty. placeholder_text = <b>...</b> # Text rendered in the input box when it's empty.
hide_input = false hide_input = false
rounding = -1 # -1 means complete rounding (circle/oval) rounding = -1 # -1 means complete rounding (circle/oval)
check_color = rgb(204, 136, 34) check_color = rgb(204, 136, 34)