From 9146a6d6d63f829924d95c2246c4708fcf6c34d2 Mon Sep 17 00:00:00 2001 From: Alexander Bocken Date: Fri, 8 Aug 2025 11:31:12 +0200 Subject: [PATCH] switch to NerdFonts --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index 742905b..1c4a5bd 100644 --- a/config.h +++ b/config.h @@ -12,8 +12,8 @@ static const int sidepad = 20; /* horizontal padding of bar */ static const char *fonts[] = { "monospace:size=13", "IPAGothic:size=13", - "Font Awesome 6 Free Solid:size=11", - "symbola:size=12", + "RecMonoLinear Nerd Font:size=11", + "symbola:size=13", }; static const char dmenufont[] = "monospace:size=13"; #define bblack "#000000"