From b7279070d86dda24e80d98da9634cb5c50d97c50 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Sun, 7 May 2023 12:55:01 +0200 Subject: [PATCH] Adjust font config for changes in NerdFonts 3.x Signed-off-by: Knut Ahlers --- .config/alacritty/alacritty.yml | 6 +++--- .config/fontconfig/fonts.conf | 2 +- .config/i3/config | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index ee951ab..5d3857e 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -111,10 +111,10 @@ font: # - (macOS) Menlo # - (Linux/BSD) monospace # - (Windows) Consolas - family: DejaVuSansMono Nerd Font Mono + family: DejaVuSansM Nerd Font Mono # The `style` can be specified to pick a specific face. - style: Book + style: Regular # Bold font face bold: @@ -122,7 +122,7 @@ font: # # If the bold family is not specified, it will fall back to the # value specified for the normal font. - family: DejaVuSansMono Nerd Font Mono + family: DejaVuSansM Nerd Font Mono # The `style` can be specified to pick a specific face. style: Bold diff --git a/.config/fontconfig/fonts.conf b/.config/fontconfig/fonts.conf index d8ccc2c..5cd2fae 100644 --- a/.config/fontconfig/fonts.conf +++ b/.config/fontconfig/fonts.conf @@ -15,7 +15,7 @@ monospace - DejaVuSansMono Nerd Font Mono + DejaVuSansM Nerd Font Mono diff --git a/.config/i3/config b/.config/i3/config index 1b2ee58..96e2873 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -14,7 +14,7 @@ set $mod Mod4 # Font for window titles. Will also be used by the bar unless a different font # is used in the bar {} block below. #font pango:monospace 8 -font pango:DejaVuSansMono Nerd Font Mono:style=Book 8 +font pango:DejaVuSansM Nerd Font Mono:style=Regular 8 # This font is widely installed, provides lots of unicode glyphs, right-to-left # text rendering and scalability on retina/hidpi displays (thanks to pango).