From 449102681013d262a186677b1fcbf86e51c93270 Mon Sep 17 00:00:00 2001 From: Luca Bilke Date: Fri, 21 Apr 2023 15:05:24 +0200 Subject: [PATCH] font update --- config.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config.h b/config.h index cfe46a8..8a1018d 100644 --- a/config.h +++ b/config.h @@ -14,11 +14,11 @@ static const unsigned int systrayspacing = 2; static const int systraypinningfailfirst = 1; static const int showsystray = 1; static const char *fonts[] = { - "JetBrainsMono Nerd Font Mono:pixelsize=14", - "JetBrainsMono Nerd Font Mono:pixelsize=20", - "JetBrainsMono Nerd Font Mono:pixelsize=30", - "Noto Color Emoji:size=10:antialias=true", - "FontAwesome:size=10" + "FiraCode Nerd Font Mono:pixelsize=14", + "FiraCode Nerd Font Mono:pixelsize=20", + "FiraCode Nerd Font Mono:pixelsize=30", + "Noto Color Emoji:pixelsize=14", + "FontAwesome:pixelsize=14" }; static const char color0[] = "#15161E";