From 65d933bdb5d6b8e0a1bfb6d574ab6dad239c2e08 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Wed, 27 Mar 2024 20:06:59 -0400 Subject: [PATCH] home/hyprland: fixed missing closing tag for placeholder bolding --- home/hypr/hyprlock.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/hypr/hyprlock.conf b/home/hypr/hyprlock.conf index eb322fdd..247c8088 100644 --- a/home/hypr/hyprlock.conf +++ b/home/hypr/hyprlock.conf @@ -19,7 +19,7 @@ input-field { font_color = rgb(48, 52, 70) fade_on_empty = false fade_timeout = 1000 # Milliseconds before fade_on_empty is triggered. - placeholder_text = ... # Text rendered in the input box when it's empty. + placeholder_text = ... # Text rendered in the input box when it's empty. hide_input = false rounding = -1 # -1 means complete rounding (circle/oval) check_color = rgb(204, 136, 34)