From 45c0c935a86a230b56a848c85b5c275e12bbfd8a Mon Sep 17 00:00:00 2001 From: mark Date: Tue, 22 Aug 2023 09:00:24 -0700 Subject: [PATCH] Fixed font name --- theme/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/init.lua b/theme/init.lua index a8e3f37..d4d7e43 100755 --- a/theme/init.lua +++ b/theme/init.lua @@ -19,7 +19,7 @@ local theme = bar(theme) local theme = clients(theme) local theme = notifications(theme) -theme.font = config.core.font.main +theme.font = config.core.font.normal theme.wallpaper = config.core.wallpaper