From 4ba108df9282c2efc7cb8b3e1219a946e57d5faf Mon Sep 17 00:00:00 2001 From: Ksaper Date: Sun, 12 Mar 2023 12:12:31 +0200 Subject: [PATCH] Fix typo --- widget/app_launcher/text_input.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widget/app_launcher/text_input.lua b/widget/app_launcher/text_input.lua index 973acf6..07aeb6a 100644 --- a/widget/app_launcher/text_input.lua +++ b/widget/app_launcher/text_input.lua @@ -762,7 +762,7 @@ local function new() wp.obscure = false wp.placeholder = "" - wp.text_color = beautiful.colors.fg_normal + wp.text_color = beautiful.fg_normal wp.text = "" wp.cursor_width = 2