From 78a59b9334039564a14e1a039307ced8a76b2ae3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pankowski?= Date: Tue, 28 Nov 2023 22:57:50 +0100 Subject: [PATCH] use GoMono Nerd Font (alacritty and awesome wm) --- alacritty/.config/alacritty/alacritty.yml | 6 +++--- awesome/.config/awesome/theme_dark.lua | 2 +- awesome/.config/awesome/theme_light.lua | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/alacritty/.config/alacritty/alacritty.yml b/alacritty/.config/alacritty/alacritty.yml index 0ace0d9..6c298cb 100644 --- a/alacritty/.config/alacritty/alacritty.yml +++ b/alacritty/.config/alacritty/alacritty.yml @@ -144,11 +144,11 @@ draw_bold_text_with_bright_colors: false colors: *dark font: - size: 10 + size: 10.5 normal: - family: FiraCode Nerd Font Ret + family: GoMono Nerd Font bold: - family: FiraCode Nerd Font Ret + family: GoMono Nerd Font key_bindings: - key: F6 diff --git a/awesome/.config/awesome/theme_dark.lua b/awesome/.config/awesome/theme_dark.lua index 560de5c..099e991 100644 --- a/awesome/.config/awesome/theme_dark.lua +++ b/awesome/.config/awesome/theme_dark.lua @@ -5,7 +5,7 @@ local dpi = xresources.apply_dpi local theme = {} -theme.font = "FiraCode Nerd Font Ret:size=10" +theme.font = "GoMono Nerd Font 10.5" theme.tasklist_disable_icon = true theme.wibar_height = 40 diff --git a/awesome/.config/awesome/theme_light.lua b/awesome/.config/awesome/theme_light.lua index 2b5bc4e..4d67e40 100644 --- a/awesome/.config/awesome/theme_light.lua +++ b/awesome/.config/awesome/theme_light.lua @@ -5,7 +5,7 @@ local dpi = xresources.apply_dpi local theme = {} -theme.font = "FiraCode Nerd Font Ret:size=10" +theme.font = "GoMono Nerd Font 10.5" theme.tasklist_disable_icon = true theme.wibar_height = 40