use GoMono Nerd Font (alacritty and awesome wm)

This commit is contained in:
Łukasz Pankowski 2023-11-28 22:57:50 +01:00
parent e86fa41784
commit 78a59b9334
3 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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