From 2764f327978fe5354f3341c5273b0a0615578883 Mon Sep 17 00:00:00 2001 From: Wilfried OLLIVIER Date: Sun, 7 May 2023 20:43:10 +0200 Subject: [PATCH] Change icon font --- themes/gruvbox/theme.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/gruvbox/theme.lua b/themes/gruvbox/theme.lua index 5c90cce..423c30a 100644 --- a/themes/gruvbox/theme.lua +++ b/themes/gruvbox/theme.lua @@ -13,7 +13,7 @@ theme.awesome_icon = theme.wd .. "awesome.png" theme.base_font = "Fira Code" theme.font = theme.base_font .. " 8" theme.hotkeys_font = theme.base_font .. " 8" -theme.taglist_font = "Fira Code 15" +theme.taglist_font = "Hack Nerd Font Mono 15" theme.icon_font = theme.base_font .. " 8" theme.hotkeys_description_font = theme.font