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